From 7230ef913ba0ba95d509c3e3ca0c5ddd0a433ae7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:32:04 +0000 Subject: [PATCH 1/3] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 2eb20cd..ba7cecb 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -141,7 +141,7 @@ export default function BookingPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-getting-tan-solarium_1303-27774.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-getting-tan-solarium_1303-27774.jpg?_wi=2" imageAlt="Professional tanning session at Tan'd Redditch" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From d6494d701d7c701a0c39b142f4ddcf80ba462286 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:32:05 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5b67228..6e44510 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -107,7 +107,7 @@ export default function ContactPage() { content: "Cancellations made 24 hours in advance are free. For cancellations made less than 24 hours before your appointment, a 50% fee may apply. No-shows forfeit the full session cost.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg" + imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=2" imageAlt="Tan'd Redditch salon interior with professional sunbeds" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1 From f491b68b091a6891ff65fe9c63d574dc747642b4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:32:05 +0000 Subject: [PATCH 3/3] 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 739dfa1..7e156ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function HomePage() { { text: "View Prices", href: "/pricing" }, ]} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-getting-tan-solarium_1303-27774.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-getting-tan-solarium_1303-27774.jpg?_wi=1" imageAlt="Modern luxury sunbed at Tan'd Redditch" frameStyle="card" mediaAnimation="slide-up" @@ -251,7 +251,7 @@ export default function HomePage() { content: "Members have priority access during our operating hours. Weekend slots may require advance booking. Check our booking calendar for real-time availability.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg" + imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=1" imageAlt="Tan'd Redditch salon interior with professional sunbeds" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1