Update src/app/properties/page.tsx

This commit is contained in:
2026-03-09 13:11:26 +00:00
parent af0b2e7976
commit 75d508183e

View File

@@ -56,28 +56,28 @@ export default function PropertiesPage() {
id: "1",
name: "Oceanfront Villa - Miami",
price: "$8,500,000",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-blue-sea-water-near-shore_23-2148022406.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-blue-sea-water-near-shore_23-2148022406.jpg?_wi=2",
imageAlt: "Luxury oceanfront villa in Miami with infinity pool",
},
{
id: "2",
name: "Modern Estate - Beverly Hills",
price: "$12,750,000",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-table-chair_74190-2452.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-table-chair_74190-2452.jpg?_wi=2",
imageAlt: "Contemporary luxury home in Beverly Hills with smart features",
},
{
id: "3",
name: "Mountain Retreat - Aspen",
price: "$9,200,000",
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037501.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037501.jpg?_wi=2",
imageAlt: "Exclusive mountain estate in Aspen with ski access",
},
{
id: "4",
name: "Penthouse - Manhattan",
price: "$15,000,000",
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-midtown_649448-201.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-midtown_649448-201.jpg?_wi=2",
imageAlt: "Prestigious Manhattan penthouse with skyline views",
},
]}