8 Commits

Author SHA1 Message Date
bba10bb263 Update src/app/page.tsx 2026-05-12 20:35:38 +00:00
bd127e19c2 Merge version_2 into main
Merge version_2 into main
2026-05-12 17:00:17 +00:00
65d74fde29 Update src/app/page.tsx 2026-05-12 17:00:11 +00:00
22d1938339 Merge version_2 into main
Merge version_2 into main
2026-05-12 16:50:38 +00:00
6b50a78078 Update src/app/page.tsx 2026-05-12 16:50:32 +00:00
44604eed37 Merge version_1 into main
Merge version_1 into main
2026-05-12 16:45:40 +00:00
dc8a71dcea Merge version_1 into main
Merge version_1 into main
2026-05-12 16:45:13 +00:00
278b912e7c Merge version_1 into main
Merge version_1 into main
2026-05-12 16:44:46 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
]} ]}
carouselItems={[ carouselItems={[
{ {
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/content-client-with-hair-dye_23-2147769778.jpg?_wi=1", imageAlt: "Salon élégant"}, id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdFtd707nIBjwpuI33HZbsptIY/uploaded-1778605201139-po0bpks4.webp", imageAlt: "Salon élégant"},
{ {
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205863.jpg?_wi=1", imageAlt: "Coiffure professionnelle"}, id: "2", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205863.jpg?_wi=1", imageAlt: "Coiffure professionnelle"},
{ {
@@ -121,18 +121,18 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", name: "Julie M.", role: "Cliente", testimonial: "Très satisfaite de ma coupe, un accueil toujours souriant !", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-consulting-client-salon_23-2147769879.jpg", imageAlt: "Hairdresser consulting client in salon"}, id: "1", name: "Julie M.", role: "Cliente", testimonial: "Très satisfaite de ma coupe, un accueil toujours souriant !"},
{ {
id: "2", 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?_wi=3", imageAlt: "Hairdresser consulting client in salon"}, id: "2", name: "Thomas P.", role: "Client", testimonial: "Le meilleur salon de Sartrouville, conseil au top."},
{ {
id: "3", 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?_wi=3", imageAlt: "Hairdresser consulting client in salon"}, id: "3", name: "Sophie L.", role: "Cliente", testimonial: "Mèches réalisées avec une grande précision, merci !"},
{ {
id: "4", 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?_wi=3", imageAlt: "Hairdresser consulting client in salon"}, id: "4", name: "Marc B.", role: "Client", testimonial: "Un salon très agréable et professionnel."},
{ {
id: "5", name: "Claire D.", role: "Cliente", testimonial: "Brushing parfait, je recommande vivement.", imageSrc: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg?_wi=3", imageAlt: "Hairdresser consulting client in salon"}, id: "5", name: "Claire D.", role: "Cliente", testimonial: "Brushing parfait, je recommande vivement."},
]} ]}
title="L'Avis de nos Clients" title="L'Avis de nos Clients"
description="Plus de 100 avis clients sur Google avec une note de 4,1/5." description="Plus de 100 avis clients sur Google avec une note de 4,8/5."
/> />
</div> </div>
@@ -186,4 +186,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }