From 1e4e6c21e4c9d691adc7ecd9c1392c6da2e01a68 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:32:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 243c044..ef0de13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { background={{ variant: "plain" }} tag="Local Business" tagIcon={Store} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-young-woman-posing-outdoors_23-2149462161.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-young-woman-posing-outdoors_23-2149462161.jpg?_wi=1" imageAlt="Modern retail store interior" buttons={[ { text: "Get Directions", href: "location" }, @@ -113,7 +113,7 @@ export default function LandingPage() { description="123 Main Street" subdescription="Your City, State 12345" icon={Phone} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-young-woman-posing-outdoors_23-2149462161.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-young-woman-posing-outdoors_23-2149462161.jpg?_wi=2" imageAlt="Store location map" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1