From ca0ce42bc13f8dbf74056172c86765d285c27e6d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:42:32 +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 06f36cf..7b8156d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,8 +55,8 @@ export default function LandingPage() { ]} buttonAnimation="blur-reveal" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg", imageAlt: "Luxury mansion exterior at sunset" }, - { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-coat-his-shoulder-standing-near-corporate-building_23-2147941464.jpg", imageAlt: "Premium penthouse with city views" } + { imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg?_wi=1", imageAlt: "Luxury mansion exterior at sunset" }, + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-coat-his-shoulder-standing-near-corporate-building_23-2147941464.jpg?_wi=1", imageAlt: "Premium penthouse with city views" } ]} mediaAnimation="opacity" className="min-h-screen" @@ -80,7 +80,7 @@ export default function LandingPage() { buttonAnimation="blur-reveal" products={[ { - id: "property-waterfront", name: "Waterfront Villa", price: "$8.5M", variant: "5 Beds | 6 Baths | Beachfront", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-looking-up_23-2147747859.jpg", imageAlt: "Luxury waterfront villa" + id: "property-waterfront", name: "Waterfront Villa", price: "$8.5M", variant: "5 Beds | 6 Baths | Beachfront", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-looking-up_23-2147747859.jpg?_wi=1", imageAlt: "Luxury waterfront villa" }, { id: "property-downtown", name: "Downtown Penthouse", price: "$6.2M", variant: "4 Beds | 4 Baths | City Center", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-80.jpg", imageAlt: "Modern downtown penthouse" @@ -137,13 +137,13 @@ export default function LandingPage() { buttonAnimation="blur-reveal" features={[ { - id: "service-buying", title: "Luxury Property Acquisition", description: "Expert guidance through every step of purchasing your ideal property with exclusive market access.", imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg", imageAlt: "Award icon" + id: "service-buying", title: "Luxury Property Acquisition", description: "Expert guidance through every step of purchasing your ideal property with exclusive market access.", imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg?_wi=2", imageAlt: "Award icon" }, { - id: "service-selling", title: "Premium Marketing & Sales", description: "Showcase your property to qualified buyers through innovative marketing and strategic positioning.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-coat-his-shoulder-standing-near-corporate-building_23-2147941464.jpg", imageAlt: "Key icon" + id: "service-selling", title: "Premium Marketing & Sales", description: "Showcase your property to qualified buyers through innovative marketing and strategic positioning.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-coat-his-shoulder-standing-near-corporate-building_23-2147941464.jpg?_wi=2", imageAlt: "Key icon" }, { - id: "service-consulting", title: "Investment Consultation", description: "Strategic advice on real estate investments and portfolio development for long-term wealth.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-looking-up_23-2147747859.jpg", imageAlt: "Handshake icon" + id: "service-consulting", title: "Investment Consultation", description: "Strategic advice on real estate investments and portfolio development for long-term wealth.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-looking-up_23-2147747859.jpg?_wi=2", imageAlt: "Handshake icon" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1