From 8a4f85a17ba4a1e9435962a8ec95dd08ea23bd4b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 09:25:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9873a1..1845fc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { { text: "Home Valuation", href: "https://www.zillow.com/home-valuation"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/architectural-reflection-modern-white-building-pool_23-2151993725.jpg" + imageSrc="http://img.b2bpic.net/free-photo/architectural-reflection-modern-white-building-pool_23-2151993725.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -115,9 +115,9 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Modern Luxury Estate", price: "$550,000", variant: "4bd / 3ba", imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160209.jpg"}, + id: "p1", name: "Modern Luxury Estate", price: "$550,000", variant: "4bd / 3ba", imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160209.jpg?_wi=1"}, { - id: "p2", name: "Quaint Family Home", price: "$320,000", variant: "3bd / 2ba", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2257.jpg"}, + id: "p2", name: "Quaint Family Home", price: "$320,000", variant: "3bd / 2ba", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2257.jpg?_wi=1"}, { id: "p3", name: "Commercial Investment", price: "$890,000", variant: "Prime Location", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2255.jpg"}, { @@ -163,13 +163,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-building-with-geometric-facade-clean-lines-clear-sky_41433-196.jpg", imageAlt: "Modern architecture building with geometric facade and clean lines under clear sky"}, { title: "Kanawha County, WV", description: "Serving the capital region with tailored care.", buttonIcon: MapPin, - imageSrc: "http://img.b2bpic.net/free-photo/architectural-reflection-modern-white-building-pool_23-2151993725.jpg", imageAlt: "Modern architecture building with geometric facade and clean lines under clear sky"}, + imageSrc: "http://img.b2bpic.net/free-photo/architectural-reflection-modern-white-building-pool_23-2151993725.jpg?_wi=2", imageAlt: "Modern architecture building with geometric facade and clean lines under clear sky"}, { title: "Cabell County, WV", description: "Comprehensive market insights for buyers.", buttonIcon: MapPin, - imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160209.jpg", imageAlt: "Modern architecture building with geometric facade and clean lines under clear sky"}, + imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160209.jpg?_wi=2", imageAlt: "Modern architecture building with geometric facade and clean lines under clear sky"}, { title: "Greenbrier County, WV", description: "Luxury residence resources.", buttonIcon: MapPin, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2257.jpg", imageAlt: "Modern architecture building with geometric facade and clean lines under clear sky"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2257.jpg?_wi=2", imageAlt: "Modern architecture building with geometric facade and clean lines under clear sky"}, ]} title="Service Areas" description="Red Door Properties provides comprehensive real estate services almost anywhere in West Virginia." @@ -191,7 +191,7 @@ export default function LandingPage() { ]} mediaAnimation="slide-up" metricsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/architectural-reflection-modern-white-building-pool_23-2151993725.jpg" + imageSrc="http://img.b2bpic.net/free-photo/architectural-reflection-modern-white-building-pool_23-2151993725.jpg?_wi=3" /> -- 2.49.1