Update src/app/properties/page.tsx

This commit is contained in:
2026-03-10 02:48:55 +00:00
parent a9a803d988
commit f39346e735

View File

@@ -44,7 +44,7 @@ export default function PropertiesPage() {
name: "Modern Luxury Apartment",
price: "$850,000",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-staircase_181624-3129.jpg",
"http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-staircase_181624-3129.jpg?_wi=3",
imageAlt: "Modern luxury apartment",
},
{
@@ -52,7 +52,7 @@ export default function PropertiesPage() {
name: "Beachfront Villa",
price: "$2,500,000",
imageSrc:
"http://img.b2bpic.net/free-photo/umbrella-chair-beach-sea-ocean-with-blue-sky-white-cloud_74190-8433.jpg",
"http://img.b2bpic.net/free-photo/umbrella-chair-beach-sea-ocean-with-blue-sky-white-cloud_74190-8433.jpg?_wi=3",
imageAlt: "Beachfront villa",
},
{
@@ -60,7 +60,7 @@ export default function PropertiesPage() {
name: "Downtown Penthouse",
price: "$1,750,000",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg",
"http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg?_wi=3",
imageAlt: "Downtown penthouse",
},
]}