From 439d7692869c8836056e4066bd862c2897699478 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 02:09:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0167982..02828a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,9 +80,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" products={[ - { id: "loft-001", name: "Modern Urban Loft", price: "$2,850,000", variant: "3 bed, 2.5 bath", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899447.jpg", imageAlt: "luxury modern loft interior design", isFavorited: false }, - { id: "townhouse-001", name: "Elegant Townhouse", price: "$3,200,000", variant: "4 bed, 3 bath", imageSrc: "http://img.b2bpic.net/free-photo/view-trees-garden-princely-beguinage-ten-wijngaarde_181624-44717.jpg", imageAlt: "luxury townhouse exterior modern design", isFavorited: false }, - { id: "estate-001", name: "Grand Estate Manor", price: "$8,500,000", variant: "6 bed, 5.5 bath", imageSrc: "http://img.b2bpic.net/free-photo/front-view-front-door-with-white-wall-plants_23-2149360603.jpg", imageAlt: "luxury estate home mansion architecture", isFavorited: false } + { id: "loft-001", name: "Modern Urban Loft", price: "$2,850,000", variant: "3 bed, 2.5 bath", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899447.jpg?_wi=1", imageAlt: "luxury modern loft interior design", isFavorited: false }, + { id: "townhouse-001", name: "Elegant Townhouse", price: "$3,200,000", variant: "4 bed, 3 bath", imageSrc: "http://img.b2bpic.net/free-photo/view-trees-garden-princely-beguinage-ten-wijngaarde_181624-44717.jpg?_wi=1", imageAlt: "luxury townhouse exterior modern design", isFavorited: false }, + { id: "estate-001", name: "Grand Estate Manor", price: "$8,500,000", variant: "6 bed, 5.5 bath", imageSrc: "http://img.b2bpic.net/free-photo/front-view-front-door-with-white-wall-plants_23-2149360603.jpg?_wi=1", imageAlt: "luxury estate home mansion architecture", isFavorited: false } ]} /> @@ -116,9 +116,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" features={[ - { id: "service-1", title: "Property Acquisition", description: "Expert guidance in finding and acquiring your perfect luxury property with insider market knowledge.", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899447.jpg", imageAlt: "Property acquisition service" }, - { id: "service-2", title: "Investment Management", description: "Strategic advisory on high-value real estate investments with proven returns and portfolio diversification.", imageSrc: "http://img.b2bpic.net/free-photo/view-trees-garden-princely-beguinage-ten-wijngaarde_181624-44717.jpg", imageAlt: "Investment management service" }, - { id: "service-3", title: "Concierge Services", description: "White-glove service including property staging, private viewings, and comprehensive market analysis.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-front-door-with-white-wall-plants_23-2149360603.jpg", imageAlt: "Concierge services" } + { id: "service-1", title: "Property Acquisition", description: "Expert guidance in finding and acquiring your perfect luxury property with insider market knowledge.", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899447.jpg?_wi=2", imageAlt: "Property acquisition service" }, + { id: "service-2", title: "Investment Management", description: "Strategic advisory on high-value real estate investments with proven returns and portfolio diversification.", imageSrc: "http://img.b2bpic.net/free-photo/view-trees-garden-princely-beguinage-ten-wijngaarde_181624-44717.jpg?_wi=2", imageAlt: "Investment management service" }, + { id: "service-3", title: "Concierge Services", description: "White-glove service including property staging, private viewings, and comprehensive market analysis.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-front-door-with-white-wall-plants_23-2149360603.jpg?_wi=2", imageAlt: "Concierge services" } ]} /> -- 2.49.1