real-estate.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. [
  2. {
  3. "name": "Cozy Cottage",
  4. "address": "123 Main Street",
  5. "baths": 2,
  6. "bedrooms": 3,
  7. "image": "photo-1558036117-15d82a90b9b1.jpg",
  8. "price": "$250,000"
  9. },
  10. {
  11. "name": "Modern Townhouse",
  12. "address": "456 Elm Avenue",
  13. "baths": 3,
  14. "bedrooms": 4,
  15. "image": "photo-1494526585095-c41746248156.jpg",
  16. "price": "$450,000"
  17. },
  18. {
  19. "name": "Spacious Villa",
  20. "address": "789 Oak Drive",
  21. "baths": 5,
  22. "bedrooms": 6,
  23. "image": "photo-1512917774080-9991f1c4c750.jpg",
  24. "price": "$1,200,000"
  25. },
  26. {
  27. "name": "Rustic Farmhouse",
  28. "address": "321 Pine Lane",
  29. "baths": 2,
  30. "bedrooms": 2,
  31. "image": "photo-1564013799919-ab600027ffc6.jpg",
  32. "price": "$350,000"
  33. },
  34. {
  35. "name": "Beachfront Condo",
  36. "address": "567 Sandy Beach Road",
  37. "baths": 2,
  38. "bedrooms": 1,
  39. "image": "photo-1580587771525-78b9dba3b914.jpg",
  40. "price": "$500,000"
  41. },
  42. {
  43. "name": "Luxury Penthouse",
  44. "address": "890 Highrise Avenue",
  45. "baths": 4,
  46. "bedrooms": 3,
  47. "image": "photo-1592595896551-12b371d546d5.jpg",
  48. "price": "$2,000,000"
  49. }
  50. ]