From 7a73c3ed0097781e1401321e580eeb3025223c06 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 15:27:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 53b433e..77f4b40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,25 +52,25 @@ export default function LandingPage() { testimonials={[ { name: "Alice Sterling", handle: "@sterling_design", testimonial: "The most seamless luxury buying experience I've ever had.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248332.jpg", imageAlt: "luxury villa exterior modern"}, + imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248332.jpg?_wi=1", imageAlt: "luxury villa exterior modern"}, { name: "Marcus Vane", handle: "@vane_investments", testimonial: "Exceptional properties, unmatched attention to detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "luxury villa exterior modern"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1", imageAlt: "luxury villa exterior modern"}, { name: "Julian H.", handle: "@juliandesign", testimonial: "A truly curated selection that defines luxury.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-turning-light-using-remote-control_259150-57143.jpg", imageAlt: "luxury villa exterior modern"}, { name: "Elena R.", handle: "@elenaart", testimonial: "Exquisite service from start to finish.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tropical-villa-with-pool-sunset_23-2151974404.jpg", imageAlt: "luxury villa exterior modern"}, + imageSrc: "http://img.b2bpic.net/free-photo/tropical-villa-with-pool-sunset_23-2151974404.jpg?_wi=1", imageAlt: "luxury villa exterior modern"}, { name: "Sarah J.", handle: "@sarahtravels", testimonial: "Unparalleled expertise and local market knowledge.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666254.jpg", imageAlt: "luxury villa exterior modern"}, + imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666254.jpg?_wi=1", imageAlt: "luxury villa exterior modern"}, ]} buttons={[ { text: "Explore Estates", href: "#properties"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248332.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248332.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/i-am-glad-that-we-managed-reach-agreement_637285-11084.jpg", alt: "Client portrait 1"}, @@ -95,7 +95,7 @@ export default function LandingPage() { description="With over two decades of expertise, we specialize in matching discerning clients with properties that define legacy." subdescription="Our commitment is to absolute transparency, discretion, and market-leading insights for every transaction." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -129,9 +129,9 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Coastal Haven", price: "$12.5M", imageSrc: "http://img.b2bpic.net/free-photo/tropical-villa-with-pool-sunset_23-2151974404.jpg"}, + id: "1", name: "Coastal Haven", price: "$12.5M", imageSrc: "http://img.b2bpic.net/free-photo/tropical-villa-with-pool-sunset_23-2151974404.jpg?_wi=2"}, { - id: "2", name: "Urban Penthouse", price: "$8.2M", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666254.jpg"}, + id: "2", name: "Urban Penthouse", price: "$8.2M", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666254.jpg?_wi=2"}, { id: "3", name: "Mountain Sanctuary", price: "$6.8M", imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-house-mountains-terrace-with-panoramic-view_169016-69002.jpg"}, { -- 2.49.1