From 9a39b6bf8c0e40b70cdcbae77359f3ec5e4e766b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:33:18 +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 f12e132..e391aed 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -83,7 +83,7 @@ export default function AboutPage() { value: "10K+", title: "Satisfied Customers"}, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536268.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536268.jpg?_wi=3" imageAlt="Luxe Étoile showroom" mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1 From df6e2caef93757c588aca50715c10c741ae7dc72 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:33:18 +0000 Subject: [PATCH 2/2] 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 3d38eb4..479ea00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,7 +160,7 @@ export default function HomePage() { { value: "10K+", title: "Satisfied Customers" }, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536268.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536268.jpg?_wi=1" imageAlt="Luxe Étoile showroom" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -259,7 +259,7 @@ export default function HomePage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536268.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536268.jpg?_wi=2" imageAlt="Luxe Étoile boutique" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1