From 4ccd4b7182157f2108945de6fa43fa2b7b5cadcd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 19:24:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 97d7469..cb296cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-black-swimsuit-is-relaxing-pool_169016-22735.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-black-swimsuit-is-relaxing-pool_169016-22735.jpg?_wi=1", imageAlt: "Jacuzzi ambiance", }, { @@ -124,7 +124,7 @@ export default function LandingPage() { role: "Client", company: "Sétif", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-black-swimsuit-is-relaxing-pool_169016-22735.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-black-swimsuit-is-relaxing-pool_169016-22735.jpg?_wi=2", imageAlt: "Woman relaxing in spa", }, { @@ -133,7 +133,7 @@ export default function LandingPage() { role: "Cliente", company: "Sétif", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037088.jpg?_wi=1", imageAlt: "Woman relaxing in spa", }, { @@ -142,7 +142,7 @@ export default function LandingPage() { role: "Client", company: "Sétif", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serene-spa-interior-meditation-space_23-2151935116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serene-spa-interior-meditation-space_23-2151935116.jpg?_wi=1", imageAlt: "Woman relaxing in spa", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { role: "Cliente", company: "Sétif", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg?_wi=1", imageAlt: "Woman relaxing in spa", }, ]} @@ -170,19 +170,19 @@ export default function LandingPage() { { title: "Jacuzzi LED", description: "Relâchez la pression dans une ambiance lumineuse apaisante.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037088.jpg?_wi=2", imageAlt: "Jacuzzi LED", }, { title: "Hammam", description: "Purifiez votre corps et votre esprit avec nos rituels.", - imageSrc: "http://img.b2bpic.net/free-photo/serene-spa-interior-meditation-space_23-2151935116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serene-spa-interior-meditation-space_23-2151935116.jpg?_wi=2", imageAlt: "Hammam", }, { title: "Sauna", description: "Éliminez le stress et les tensions dans le bois naturel.", - imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg?_wi=2", imageAlt: "Sauna", }, ]} -- 2.49.1