base tabler
This commit is contained in:
parent
ac2cfa9fe1
commit
0f84beacf1
1432 changed files with 28760 additions and 1 deletions
50
liquid/data/real-estate.json
Normal file
50
liquid/data/real-estate.json
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue