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" 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"