From af795650325f9be315b7f073d09b674d0caf536f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:50:12 +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 19099ba..9b4ccc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,13 +88,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Penthouse Manhattan Tower", price: "$8,500,000", variant: "3 Bed, 3 Bath, 4,500 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-glass-designed-skyscrapers_23-2148230365.jpg", imageAlt: "Luxury downtown penthouse" + id: "1", name: "Penthouse Manhattan Tower", price: "$8,500,000", variant: "3 Bed, 3 Bath, 4,500 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-glass-designed-skyscrapers_23-2148230365.jpg?_wi=1", imageAlt: "Luxury downtown penthouse" }, { - id: "2", name: "Coastal Villa Estate", price: "$12,750,000", variant: "5 Bed, 6 Bath, 8,200 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-730.jpg", imageAlt: "Waterfront luxury villa" + id: "2", name: "Coastal Villa Estate", price: "$12,750,000", variant: "5 Bed, 6 Bath, 8,200 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-730.jpg?_wi=1", imageAlt: "Waterfront luxury villa" }, { - id: "3", name: "Country Manor House", price: "$6,200,000", variant: "4 Bed, 4.5 Bath, 6,800 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg", imageAlt: "Exclusive countryside estate" + id: "3", name: "Country Manor House", price: "$6,200,000", variant: "4 Bed, 4.5 Bath, 6,800 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg?_wi=1", imageAlt: "Exclusive countryside estate" } ]} /> @@ -128,13 +128,13 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "01", title: "Property Sales", description: "Expert guidance through every step of buying or selling luxury real estate with maximum discretion and negotiation power.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-glass-designed-skyscrapers_23-2148230365.jpg", imageAlt: "Property sales expertise" + id: "01", title: "Property Sales", description: "Expert guidance through every step of buying or selling luxury real estate with maximum discretion and negotiation power.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-glass-designed-skyscrapers_23-2148230365.jpg?_wi=2", imageAlt: "Property sales expertise" }, { - id: "02", title: "Investment Advisory", description: "Strategic market analysis and portfolio recommendations to maximize your real estate investment returns.", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-730.jpg", imageAlt: "Investment advisory services" + id: "02", title: "Investment Advisory", description: "Strategic market analysis and portfolio recommendations to maximize your real estate investment returns.", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-730.jpg?_wi=2", imageAlt: "Investment advisory services" }, { - id: "03", title: "Property Management", description: "Full-service management for your luxury properties, ensuring optimal performance and tenant satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg", imageAlt: "Property management solutions" + id: "03", title: "Property Management", description: "Full-service management for your luxury properties, ensuring optimal performance and tenant satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg?_wi=2", imageAlt: "Property management solutions" } ]} /> -- 2.49.1