From 2078598c6498279f7598669234159df9a5dc7fa2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:18:40 +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 54dde62..a4b48ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/blurred-vanity-with-plenty-mirrors_1203-80.jpg", imageAlt: "Beauty Parlour Interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/model-stylist-looking-mirror_23-2147783939.jpg", imageAlt: "Stylist at work" } + { imageSrc: "http://img.b2bpic.net/free-photo/model-stylist-looking-mirror_23-2147783939.jpg?_wi=1", imageAlt: "Stylist at work" } ]} /> @@ -62,7 +62,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/model-stylist-looking-mirror_23-2147783939.jpg" + imageSrc="http://img.b2bpic.net/free-photo/model-stylist-looking-mirror_23-2147783939.jpg?_wi=2" bulletPoints={[ { title: "Trusted Service", description: "Over 5 years of experience serving local residents." }, { title: "Professional Care", description: "Experienced staff trained in modern beauty techniques." }, -- 2.49.1