Update src/app/page.tsx

This commit is contained in:
2026-04-12 19:24:23 +00:00
parent 58304459a3
commit 4ccd4b7182

View File

@@ -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",
},
]}