Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3138e121cb | |||
| bba10bb263 | |||
| bd127e19c2 | |||
| 65d74fde29 | |||
| 22d1938339 | |||
| 6b50a78078 | |||
| 44604eed37 | |||
| dc8a71dcea | |||
| 278b912e7c |
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
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"},
|
||||
{
|
||||
@@ -121,18 +121,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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"
|
||||
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>
|
||||
|
||||
@@ -186,4 +186,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user