Update src/app/page.tsx

This commit is contained in:
2026-05-12 16:44:43 +00:00
parent fb0acb0551
commit 87f11ec37e

View File

@@ -65,22 +65,22 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/content-client-with-hair-dye_23-2147769778.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/content-client-with-hair-dye_23-2147769778.jpg?_wi=1",
imageAlt: "Salon élégant",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205863.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205863.jpg?_wi=1",
imageAlt: "Coiffure professionnelle",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668433.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668433.jpg?_wi=1",
imageAlt: "Coloration experte",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg?_wi=1",
imageAlt: "Client satisfait",
},
{
@@ -113,28 +113,28 @@ export default function LandingPage() {
title: "Couleur & Mèches",
description: "Techniques de coloration lumineuses et naturelles.",
buttonIcon: "Palette",
imageSrc: "http://img.b2bpic.net/free-photo/content-client-with-hair-dye_23-2147769778.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/content-client-with-hair-dye_23-2147769778.jpg?_wi=2",
imageAlt: "Front view woman relaxing with diary",
},
{
title: "Brushing",
description: "Le soin éclat pour une coiffure élégante.",
buttonIcon: "Sparkles",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205863.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205863.jpg?_wi=2",
imageAlt: "Front view woman relaxing with diary",
},
{
title: "Soins Profonds",
description: "Ritual de nutrition pour une chevelure saine.",
buttonIcon: "Leaf",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668433.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668433.jpg?_wi=2",
imageAlt: "Front view woman relaxing with diary",
},
{
title: "Conseil Visagisme",
description: "Étude personnalisée de votre visage.",
buttonIcon: "User",
imageSrc: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg?_wi=2",
imageAlt: "Front view woman relaxing with diary",
},
]}
@@ -187,7 +187,7 @@ export default function LandingPage() {
name: "Thomas P.",
role: "Client",
testimonial: "Le meilleur salon de Sartrouville, conseil au top.",
imageSrc: "http://img.b2bpic.net/free-photo/content-client-with-hair-dye_23-2147769778.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/content-client-with-hair-dye_23-2147769778.jpg?_wi=3",
imageAlt: "Hairdresser consulting client in salon",
},
{
@@ -195,7 +195,7 @@ export default function LandingPage() {
name: "Sophie L.",
role: "Cliente",
testimonial: "Mèches réalisées avec une grande précision, merci !",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205863.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205863.jpg?_wi=3",
imageAlt: "Hairdresser consulting client in salon",
},
{
@@ -203,7 +203,7 @@ export default function LandingPage() {
name: "Marc B.",
role: "Client",
testimonial: "Un salon très agréable et professionnel.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668433.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668433.jpg?_wi=3",
imageAlt: "Hairdresser consulting client in salon",
},
{
@@ -211,7 +211,7 @@ export default function LandingPage() {
name: "Claire D.",
role: "Cliente",
testimonial: "Brushing parfait, je recommande vivement.",
imageSrc: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg?_wi=3",
imageAlt: "Hairdresser consulting client in salon",
},
]}