Update src/app/page.tsx
This commit is contained in:
@@ -121,15 +121,15 @@ 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,8/5."
|
||||
|
||||
Reference in New Issue
Block a user