Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -54,13 +54,13 @@ export default function LandingPage() {
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/content-client-with-hair-dye_23-2147769778.jpg", imageAlt: "Salon élégant"},
|
||||
id: "1", 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", imageAlt: "Coiffure professionnelle"},
|
||||
id: "2", 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", imageAlt: "Coloration experte"},
|
||||
id: "3", 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", imageAlt: "Client satisfait"},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg?_wi=1", imageAlt: "Client satisfait"},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/closeup-bottles-with-dispensers-liquid-soap_169016-23684.jpg", imageAlt: "Soin relaxant"},
|
||||
{
|
||||
@@ -79,16 +79,16 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-relaxing-with-diary_23-2150522497.jpg", imageAlt: "Front view woman relaxing with diary"},
|
||||
{
|
||||
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", imageAlt: "Front view woman relaxing with diary"},
|
||||
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", imageAlt: "Front view woman relaxing with diary"},
|
||||
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", imageAlt: "Front view woman relaxing with diary"},
|
||||
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", imageAlt: "Front view woman relaxing with diary"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg?_wi=2", imageAlt: "Front view woman relaxing with diary"},
|
||||
]}
|
||||
title="Nos Services"
|
||||
description="Des prestations personnalisées pour révéler la beauté de vos cheveux."
|
||||
@@ -123,13 +123,13 @@ export default function LandingPage() {
|
||||
{
|
||||
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: "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", imageAlt: "Hairdresser consulting client in salon"},
|
||||
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: "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", 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 !", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205863.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.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668433.jpg", imageAlt: "Hairdresser consulting client in salon"},
|
||||
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: "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", imageAlt: "Hairdresser consulting client in salon"},
|
||||
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"},
|
||||
]}
|
||||
title="L'Avis de nos Clients"
|
||||
description="Plus de 100 avis clients sur Google avec une note de 4,1/5."
|
||||
|
||||
Reference in New Issue
Block a user