1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- [
- {
- "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"
- }
- ]
|