From 86a24b9367ef532646e7b3e5b50dbe72fd6c39ef Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:03:11 +0000 Subject: [PATCH 1/2] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 74b4172..66bd39a 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -89,7 +89,7 @@ export default function BookingPage() { ]} background={{ variant: "sparkles-gradient"}} - imageSrc="http://img.b2bpic.net/free-photo/women-having-beauty-treatment-sauna_23-2149241471.jpg" + imageSrc="http://img.b2bpic.net/free-photo/women-having-beauty-treatment-sauna_23-2149241471.jpg?_wi=2" imageAlt="Serene spa sanctuary with warm lighting" frameStyle="card" mediaAnimation="slide-up" @@ -120,7 +120,7 @@ export default function BookingPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/i-love-u-title-lamp-near-spa-tub-with-burning-candles_23-2148003833.jpg" + imageSrc="http://img.b2bpic.net/free-photo/i-love-u-title-lamp-near-spa-tub-with-burning-candles_23-2148003833.jpg?_wi=2" imageAlt="Serene spa ambiance" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 99982f15078770379661c727e80fbd1f32e2e584 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:03:11 +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 197a93c..f8c319b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function HomePage() { text: "Explore Our Packages", href: "#packages"}, ]} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/women-having-beauty-treatment-sauna_23-2149241471.jpg" + imageSrc="http://img.b2bpic.net/free-photo/women-having-beauty-treatment-sauna_23-2149241471.jpg?_wi=1" imageAlt="Serene spa sanctuary with warm lighting" frameStyle="card" mediaAnimation="slide-up" @@ -292,7 +292,7 @@ export default function HomePage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/i-love-u-title-lamp-near-spa-tub-with-burning-candles_23-2148003833.jpg" + imageSrc="http://img.b2bpic.net/free-photo/i-love-u-title-lamp-near-spa-tub-with-burning-candles_23-2148003833.jpg?_wi=1" imageAlt="Serene spa ambiance" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1