Update src/app/properties/page.tsx

This commit is contained in:
2026-03-03 00:58:41 +00:00
parent 4c3e66ef37
commit 7a307f5944

View File

@@ -55,21 +55,21 @@ export default function PropertiesPage() {
id: "1",
name: "Manhattan Penthouse",
price: "$4,200,000",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=4",
imageAlt: "Luxury Manhattan penthouse with floor-to-ceiling windows",
},
{
id: "2",
name: "Brooklyn Heights Townhouse",
price: "$3,500,000",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=4",
imageAlt: "Historic Brooklyn Heights townhouse with modern updates",
},
{
id: "3",
name: "Upper West Side Residence",
price: "$2,800,000",
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-breakfast-home_657883-483.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-breakfast-home_657883-483.jpg?_wi=4",
imageAlt: "Elegant Upper West Side apartment with park views",
},
]}
@@ -92,21 +92,21 @@ export default function PropertiesPage() {
id: "1",
title: "Exclusive Property Access",
tags: ["Premium", "Luxury"],
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=5",
imageAlt: "Exclusive luxury properties available only through Lummia",
},
{
id: "2",
title: "Expert Market Knowledge",
tags: ["Experience", "Expertise"],
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=5",
imageAlt: "Expert real estate agents with deep NYC market knowledge",
},
{
id: "3",
title: "Personalized Service",
tags: ["White Glove", "VIP"],
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-breakfast-home_657883-483.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-breakfast-home_657883-483.jpg?_wi=5",
imageAlt: "Personalized real estate advisory services",
},
]}