1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-10 13:22:22 +04:00
Files
tabler/preview/pages/_data/real-estate.json
T

50 lines
1.1 KiB
JSON

[
{
"name": "Cozy Cottage",
"address": "123 Main Street",
"baths": 2,
"bedrooms": 3,
"image": "photo-1558036117-15d82a90b9b1.jpg",
"price": "$250,000"
},
{
"name": "Modern Townhouse",
"address": "456 Elm Avenue",
"baths": 3,
"bedrooms": 4,
"image": "photo-1494526585095-c41746248156.jpg",
"price": "$450,000"
},
{
"name": "Spacious Villa",
"address": "789 Oak Drive",
"baths": 5,
"bedrooms": 6,
"image": "photo-1512917774080-9991f1c4c750.jpg",
"price": "$1,200,000"
},
{
"name": "Rustic Farmhouse",
"address": "321 Pine Lane",
"baths": 2,
"bedrooms": 2,
"image": "photo-1564013799919-ab600027ffc6.jpg",
"price": "$350,000"
},
{
"name": "Beachfront Condo",
"address": "567 Sandy Beach Road",
"baths": 2,
"bedrooms": 1,
"image": "photo-1580587771525-78b9dba3b914.jpg",
"price": "$500,000"
},
{
"name": "Luxury Penthouse",
"address": "890 Highrise Avenue",
"baths": 4,
"bedrooms": 3,
"image": "photo-1592595896551-12b371d546d5.jpg",
"price": "$2,000,000"
}
]