From c63c63de710c23b578c88f32dcbff2764a5b7274 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 04:30:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2322db..fdb63a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,27 +67,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-beauty-products_23-2148200606.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-beauty-products_23-2148200606.jpg?_wi=1", imageAlt: "Luxurious spa massage candles", }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-design-with-modern-fixtures-marble-generated-by-ai_188544-21598.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-design-with-modern-fixtures-marble-generated-by-ai_188544-21598.jpg?_wi=1", imageAlt: "Spa hot stone massage", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-petals-stones-with-towels_23-2147648654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-petals-stones-with-towels_23-2147648654.jpg?_wi=1", imageAlt: "Spa candle light relaxing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-young-woman_23-2149704349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-young-woman_23-2149704349.jpg?_wi=1", imageAlt: "Spa massage aromatherapy oils", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pink-spa-flowers-spa-hot-stones-water-wet-background-side-composition-copy-space-spa-concept-dark-background_1220-1455.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pink-spa-flowers-spa-hot-stones-water-wet-background-side-composition-copy-space-spa-concept-dark-background_1220-1455.jpg?_wi=1", imageAlt: "Spa relaxation zen stones", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238272.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238272.jpg?_wi=1", imageAlt: "Spa essential oils flowers", }, ]} @@ -151,7 +151,7 @@ export default function LandingPage() { handle: "@katarzynaw", testimonial: "An absolutely magical experience. The staff at Samui SPA are true professionals.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-selfcare-concept_23-2149168536.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-selfcare-concept_23-2149168536.jpg?_wi=1", }, { id: "2", @@ -183,7 +183,7 @@ export default function LandingPage() { handle: "@ewal", testimonial: "A wonderful hidden gem in the city center. Truly rejuvenated my spirit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-selfcare-concept_23-2149168536.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-selfcare-concept_23-2149168536.jpg?_wi=2", }, ]} showRating={true} @@ -203,10 +203,10 @@ export default function LandingPage() { icon: Star, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-beauty-products_23-2148200606.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-beauty-products_23-2148200606.jpg?_wi=2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-design-with-modern-fixtures-marble-generated-by-ai_188544-21598.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-design-with-modern-fixtures-marble-generated-by-ai_188544-21598.jpg?_wi=2", }, ], }, @@ -216,10 +216,10 @@ export default function LandingPage() { icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-petals-stones-with-towels_23-2147648654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-petals-stones-with-towels_23-2147648654.jpg?_wi=2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-young-woman_23-2149704349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-young-woman_23-2149704349.jpg?_wi=2", }, ], }, @@ -229,10 +229,10 @@ export default function LandingPage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pink-spa-flowers-spa-hot-stones-water-wet-background-side-composition-copy-space-spa-concept-dark-background_1220-1455.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pink-spa-flowers-spa-hot-stones-water-wet-background-side-composition-copy-space-spa-concept-dark-background_1220-1455.jpg?_wi=2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238272.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238272.jpg?_wi=2", }, ], }, -- 2.49.1