diff --git a/src/app/page.tsx b/src/app/page.tsx index c92d191..d16ce50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,13 +73,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "property-1", name: "Waterfront Villa", price: "$8,500,000", variant: "5 Bed | 6 Bath | Beachfront", imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg", imageAlt: "Waterfront luxury villa with ocean views" + id: "property-1", name: "Waterfront Villa", price: "$8,500,000", variant: "Miami Beachfront | 5 Bed | 6 Bath", imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg", imageAlt: "Waterfront luxury villa with ocean views" }, { - id: "property-2", name: "Downtown Penthouse", price: "$6,200,000", variant: "4 Bed | 4 Bath | City Center", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "City penthouse with skyline views" + id: "property-2", name: "Downtown Penthouse", price: "$6,200,000", variant: "Manhattan City Center | 4 Bed | 4 Bath", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "City penthouse with skyline views" }, { - id: "property-3", name: "Estate Mansion", price: "$12,800,000", variant: "8 Bed | 9 Bath | Private Grounds", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-chaplin-s-world-museum-switzerland-surrounded-by-lush-nature_181624-16105.jpg", imageAlt: "Sprawling estate mansion on expansive grounds" + id: "property-3", name: "Estate Mansion", price: "$12,800,000", variant: "Beverly Hills Private Grounds | 8 Bed | 9 Bath", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-chaplin-s-world-museum-switzerland-surrounded-by-lush-nature_181624-16105.jpg", imageAlt: "Sprawling estate mansion on expansive grounds" } ]} />