From 1259d5bb71fa9583984404e3b8fd369559a6e8e4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:48:22 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 794a1fa..0e358ba 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { title: "Boutique", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-looking-different-goodies-local-producer_23-2149110831.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-looking-different-goodies-local-producer_23-2149110831.jpg?_wi=3" mediaAnimation="slide-up" metricsAnimation="slide-up" /> -- 2.49.1 From 8a63ae8f9070280a9853a94f8942c074c4ce15c9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:48:22 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fbeacf..bbd5571 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@sarah", testimonial: "A hidden gem – everything is so lovely and detailed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sweet-surprise-mothers-day_23-2148473888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sweet-surprise-mothers-day_23-2148473888.jpg?_wi=1", imageAlt: "cozy boutique interior flowers ceramics", }, { @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@mark", testimonial: "The owner is very friendly and always up for a chat.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-different-goodies-local-producer_23-2149110831.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-different-goodies-local-producer_23-2149110831.jpg?_wi=1", imageAlt: "handcrafted objects boutique display", }, { @@ -105,7 +105,7 @@ export default function LandingPage() { href: "/about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/sweet-surprise-mothers-day_23-2148473888.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sweet-surprise-mothers-day_23-2148473888.jpg?_wi=2" imageAlt="Lille Viol Boutique interior" mediaAnimation="blur-reveal" avatars={[ @@ -174,7 +174,7 @@ export default function LandingPage() { title: "Sourced", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-looking-different-goodies-local-producer_23-2149110831.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-looking-different-goodies-local-producer_23-2149110831.jpg?_wi=2" mediaAnimation="slide-up" metricsAnimation="slide-up" /> -- 2.49.1