diff --git a/src/app/page.tsx b/src/app/page.tsx index 554f8e6..b1a30f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,9 +55,9 @@ export default function LandingPage() { mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-vector/abstract-geometric-shapes-black-white_779267-3421.jpg", imageAlt: "Abstract geometric grid background" }, { imageSrc: "http://img.b2bpic.net/free-vector/blue-abstract-lines-1_78370-96.jpg", imageAlt: "Animated lines minimal design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg", imageAlt: "Luxury property investment" }, - { imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg", imageAlt: "Commercial property portfolio" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg", imageAlt: "Residential property opportunity" } + { imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg?_wi=1", imageAlt: "Luxury property investment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg?_wi=1", imageAlt: "Commercial property portfolio" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg?_wi=1", imageAlt: "Residential property opportunity" } ]} className="hero-minimal-bw" titleClassName="text-foreground" @@ -134,9 +134,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" carouselMode="buttons" products={[ - { id: "prop-001", name: "Manhattan Luxury Penthouse", price: "$50M", variant: "Commercial / Residential • 25,000 sqft", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg", imageAlt: "Manhattan penthouse exterior", isFavorited: false }, - { id: "prop-002", name: "Miami Beach Commercial Complex", price: "$35M", variant: "Commercial • Mixed-Use • Prime Location", imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg", imageAlt: "Miami commercial building", isFavorited: false }, - { id: "prop-003", name: "San Francisco Tech Hub Office", price: "$28M", variant: "Commercial • Class A • 40,000 sqft", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg", imageAlt: "San Francisco office space", isFavorited: false }, + { id: "prop-001", name: "Manhattan Luxury Penthouse", price: "$50M", variant: "Commercial / Residential • 25,000 sqft", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg?_wi=2", imageAlt: "Manhattan penthouse exterior", isFavorited: false }, + { id: "prop-002", name: "Miami Beach Commercial Complex", price: "$35M", variant: "Commercial • Mixed-Use • Prime Location", imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg?_wi=2", imageAlt: "Miami commercial building", isFavorited: false }, + { id: "prop-003", name: "San Francisco Tech Hub Office", price: "$28M", variant: "Commercial • Class A • 40,000 sqft", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg?_wi=2", imageAlt: "San Francisco office space", isFavorited: false }, { id: "prop-004", name: "Beverly Hills Estate Portfolio", price: "$42M", variant: "Luxury Residential • 8 Properties", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Beverly Hills luxury estate", isFavorited: false }, { id: "prop-005", name: "Boston Innovation District", price: "$32M", variant: "Mixed-Use Development • Emerging Market", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-center_1127-2925.jpg", imageAlt: "Boston innovation district", isFavorited: false } ]}