Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 19:34:43 +00:00

View File

@@ -73,7 +73,7 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Marie Dubois", handle: "@mariedubois", testimonial: "Très professionnelle et vraiment très agréable. Anne-France écoute ses clients et sait exactement ce qu'il faut faire. Je recommande vivement!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Marie Dubois"
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Marie Dubois"
},
{
id: "2", name: "Jean Moreau", handle: "@jeanmoreau", testimonial: "Je recommande à 100%. Service impeccable, ambiance conviviale. C'est devenu mon salon référence à Saint-Robert.", rating: 5,
@@ -81,7 +81,7 @@ export default function LandingPage() {
},
{
id: "3", name: "Sophie Laurent", handle: "@sophielaurent", testimonial: "Excellente coiffeuse ! Elle crée l'ambiance que je recherchais. Toujours à l'écoute et très professionnelle. Merci Anne-France !", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sophie Laurent"
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Sophie Laurent"
},
{
id: "4", name: "Pierre Vincent", handle: "@pierrevincent", testimonial: "Une vraie pro ! Ma première visite au salon et j'ai été conquis. Tarifs justes, accueil chaleureux. Je reviens régulièrement.", rating: 5,
@@ -103,19 +103,19 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Femmes", title: "Coupe", subtitle: "Coupe personnalisée adaptée à votre morphologie", description: "Nos coupes sont réalisées avec soin et attention. Anne-France propose des coupes classiques ou tendance selon vos envies.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167364.jpg", imageAlt: "Coupe femme", buttons: [{ text: "Réserver", href: "#contact" }]
tag: "Femmes", title: "Coupe", subtitle: "Coupe personnalisée adaptée à votre morphologie", description: "Nos coupes sont réalisées avec soin et attention. Anne-France propose des coupes classiques ou tendance selon vos envies.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167364.jpg?_wi=1", imageAlt: "Coupe femme", buttons: [{ text: "Réserver", href: "#contact" }]
},
{
id: 2,
tag: "Femmes", title: "Coloration & Balayage", subtitle: "Couleurs et mèches pour sublimer votre beauté", description: "Coloration permanente, semi-permanente ou balayage : nous maîtrisons toutes les techniques pour vous offrir la couleur que vous désirez.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167364.jpg", imageAlt: "Coloration et balayage", buttons: [{ text: "Réserver", href: "#contact" }]
tag: "Femmes", title: "Coloration & Balayage", subtitle: "Couleurs et mèches pour sublimer votre beauté", description: "Coloration permanente, semi-permanente ou balayage : nous maîtrisons toutes les techniques pour vous offrir la couleur que vous désirez.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167364.jpg?_wi=2", imageAlt: "Coloration et balayage", buttons: [{ text: "Réserver", href: "#contact" }]
},
{
id: 3,
tag: "Hommes", title: "Coupe Classique", subtitle: "Coupe traditionnelle impeccable", description: "La coupe classique masculine, réalisée avec précision. Un incontournable pour un look soigné et professionnel.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7361.jpg", imageAlt: "Coupe homme classique", buttons: [{ text: "Réserver", href: "#contact" }]
tag: "Hommes", title: "Coupe Classique", subtitle: "Coupe traditionnelle impeccable", description: "La coupe classique masculine, réalisée avec précision. Un incontournable pour un look soigné et professionnel.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7361.jpg?_wi=1", imageAlt: "Coupe homme classique", buttons: [{ text: "Réserver", href: "#contact" }]
},
{
id: 4,
tag: "Hommes", title: "Coupe Tendance", subtitle: "Styles modernes et actuels", description: "Découvrez nos coupes tendance pour un look actuel et dynamique. Nos conseillers vous proposent ce qui vous convient le mieux.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7361.jpg", imageAlt: "Coupe homme tendance", buttons: [{ text: "Réserver", href: "#contact" }]
tag: "Hommes", title: "Coupe Tendance", subtitle: "Styles modernes et actuels", description: "Découvrez nos coupes tendance pour un look actuel et dynamique. Nos conseillers vous proposent ce qui vous convient le mieux.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7361.jpg?_wi=2", imageAlt: "Coupe homme tendance", buttons: [{ text: "Réserver", href: "#contact" }]
},
{
id: 5,