Merge version_1 into main #2
@@ -34,9 +34,7 @@ export default function AboutPage() {
|
||||
brandName="L'Escale Coiffure"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Prendre rendez-vous",
|
||||
href: "#booking",
|
||||
}}
|
||||
text: "Prendre rendez-vous", href: "#booking"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,11 +45,9 @@ export default function AboutPage() {
|
||||
tag="À Propos"
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver une consultation",
|
||||
href: "#booking",
|
||||
},
|
||||
text: "Réserver une consultation", href: "#booking"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-black-people-taking-care-afro-hair_23-2149575475.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-black-people-taking-care-afro-hair_23-2149575475.jpg"
|
||||
imageAlt="Équipe salon coiffure professionnelle souriante"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -64,35 +60,15 @@ export default function AboutPage() {
|
||||
tag="Équipe"
|
||||
members={[
|
||||
{
|
||||
id: "marie",
|
||||
name: "Marie Beaumont",
|
||||
role: "Directrice & Coiffeuse",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-glad-pretty-woman-dark-sweater-standing-near-lamps_114579-81875.jpg?_wi=2",
|
||||
imageAlt: "Marie Beaumont, directrice du salon",
|
||||
},
|
||||
id: "marie", name: "Marie Beaumont", role: "Directrice & Coiffeuse", imageSrc: "http://img.b2bpic.net/free-photo/portrait-glad-pretty-woman-dark-sweater-standing-near-lamps_114579-81875.jpg", imageAlt: "Marie Beaumont, directrice du salon"},
|
||||
{
|
||||
id: "sophie",
|
||||
name: "Sophie Laurent",
|
||||
role: "Coiffeuse Coloriste",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-model-posing-medium-shot_23-2148398682.jpg?_wi=2",
|
||||
imageAlt: "Sophie Laurent, coloriste",
|
||||
},
|
||||
id: "sophie", name: "Sophie Laurent", role: "Coiffeuse Coloriste", imageSrc: "http://img.b2bpic.net/free-photo/stylish-model-posing-medium-shot_23-2148398682.jpg", imageAlt: "Sophie Laurent, coloriste"},
|
||||
{
|
||||
id: "jean",
|
||||
name: "Jean Dupont",
|
||||
role: "Coiffeur Barbier",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-with-before-hair-wash-hairdressers-salon_613910-5371.jpg?_wi=2",
|
||||
imageAlt: "Jean Dupont, barbier",
|
||||
},
|
||||
id: "jean", name: "Jean Dupont", role: "Coiffeur Barbier", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-with-before-hair-wash-hairdressers-salon_613910-5371.jpg", imageAlt: "Jean Dupont, barbier"},
|
||||
{
|
||||
id: "claire",
|
||||
name: "Claire Rousseau",
|
||||
role: "Spécialiste Soins",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg?_wi=2",
|
||||
imageAlt: "Claire Rousseau, spécialiste soins",
|
||||
},
|
||||
id: "claire", name: "Claire Rousseau", role: "Spécialiste Soins", imageSrc: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg", imageAlt: "Claire Rousseau, spécialiste soins"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -103,8 +79,7 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "L'Escale Coiffure",
|
||||
items: [
|
||||
title: "L'Escale Coiffure", items: [
|
||||
{ label: "Accueil", href: "/" },
|
||||
{ label: "Services", href: "/" },
|
||||
{ label: "À Propos", href: "/about" },
|
||||
@@ -112,16 +87,14 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Téléphone: +33 (0)1 23 45 67 89", href: "tel:+33123456789" },
|
||||
{ label: "Email: contact@lesacalecoiffure.fr", href: "mailto:contact@lesacalecoiffure.fr" },
|
||||
{ label: "Adresse: 45 Rue de la Beauté, Paris 75001", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Réseaux Sociaux",
|
||||
items: [
|
||||
title: "Réseaux Sociaux", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com/lesacalecoiffure" },
|
||||
{ label: "Facebook", href: "https://facebook.com/lesacalecoiffure" },
|
||||
{ label: "Politique de Confidentialité", href: "#" },
|
||||
|
||||
173
src/app/page.tsx
173
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "L'Escale Coiffure",
|
||||
items: [
|
||||
title: "L'Escale Coiffure", items: [
|
||||
{ label: "Accueil", href: "/" },
|
||||
{ label: "Services", href: "/" },
|
||||
{ label: "À Propos", href: "/" },
|
||||
@@ -32,16 +31,14 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Téléphone: +33 (0)1 23 45 67 89", href: "tel:+33123456789" },
|
||||
{ label: "Email: contact@lesacalecoiffure.fr", href: "mailto:contact@lesacalecoiffure.fr" },
|
||||
{ label: "Adresse: 45 Rue de la Beauté, Paris 75001", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Réseaux Sociaux",
|
||||
items: [
|
||||
title: "Réseaux Sociaux", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com/lesacalecoiffure" },
|
||||
{ label: "Facebook", href: "https://facebook.com/lesacalecoiffure" },
|
||||
{ label: "Politique de Confidentialité", href: "#" },
|
||||
@@ -67,9 +64,7 @@ export default function HomePage() {
|
||||
brandName="L'Escale Coiffure"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Prendre rendez-vous",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Prendre rendez-vous", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,13 +74,9 @@ export default function HomePage() {
|
||||
description="Votre moment de beauté commence ici. Découvrez une expérience coiffure exceptionnelle dans une ambiance chaleureuse et accueillante."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prendre rendez-vous",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Prendre rendez-vous", href: "/contact"},
|
||||
{
|
||||
text: "Découvrir nos services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Découvrir nos services", href: "#services"},
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-stylist-applying-makeup-anonymous-woman_23-2147783855.jpg"
|
||||
@@ -103,47 +94,17 @@ export default function HomePage() {
|
||||
tag="Services"
|
||||
features={[
|
||||
{
|
||||
id: "coupe-femme",
|
||||
title: "Coupe Femme",
|
||||
description: "Coupes tendance et personnalisées adaptées à votre morphologie et vos envies. Techniques modernes pour un rendu sublime.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-women-models-with-makeup-clean-healthy-skin-face-pink-wall_158538-14840.jpg?_wi=1",
|
||||
imageAlt: "Coupe femme élégante",
|
||||
},
|
||||
id: "coupe-femme", title: "Coupe Femme", description: "Coupes tendance et personnalisées adaptées à votre morphologie et vos envies. Techniques modernes pour un rendu sublime.", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-women-models-with-makeup-clean-healthy-skin-face-pink-wall_158538-14840.jpg", imageAlt: "Coupe femme élégante"},
|
||||
{
|
||||
id: "coupe-homme",
|
||||
title: "Coupe Homme",
|
||||
description: "Coupes impeccables et stylisées pour un look soigné. Finitions précises et conseils d'entretien personnalisés.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-european-businessman-dark-suit-isolated-ties-tie_343596-4953.jpg?_wi=1",
|
||||
imageAlt: "Coupe homme professionnelle",
|
||||
},
|
||||
id: "coupe-homme", title: "Coupe Homme", description: "Coupes impeccables et stylisées pour un look soigné. Finitions précises et conseils d'entretien personnalisés.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-european-businessman-dark-suit-isolated-ties-tie_343596-4953.jpg", imageAlt: "Coupe homme professionnelle"},
|
||||
{
|
||||
id: "coloration",
|
||||
title: "Coloration",
|
||||
description: "Colorations sophistiquées utilisant les meilleures marques. Tons naturels ou audacieux selon vos préférences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167368.jpg?_wi=1",
|
||||
imageAlt: "Coloration cheveux luxuriante",
|
||||
},
|
||||
id: "coloration", title: "Coloration", description: "Colorations sophistiquées utilisant les meilleures marques. Tons naturels ou audacieux selon vos préférences.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167368.jpg", imageAlt: "Coloration cheveux luxuriante"},
|
||||
{
|
||||
id: "balayage",
|
||||
title: "Balayage",
|
||||
description: "Balayages lumineux pour un effet naturel et moderne. Technique manuelle pour des reflets harmonieux.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-gym_1157-4990.jpg?_wi=1",
|
||||
imageAlt: "Balayage cheveux brillant",
|
||||
},
|
||||
id: "balayage", title: "Balayage", description: "Balayages lumineux pour un effet naturel et moderne. Technique manuelle pour des reflets harmonieux.", imageSrc: "http://img.b2bpic.net/free-photo/girl-gym_1157-4990.jpg", imageAlt: "Balayage cheveux brillant"},
|
||||
{
|
||||
id: "brushing",
|
||||
title: "Brushing",
|
||||
description: "Mise en forme professionnelle pour une chevelu re éclatante. Parfait pour un événement spécial ou usage quotidien.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sincere-young-girl-ruffles-her-red-hair-laughs-white-room-snapshot-lady-with-flowers-curls_197531-26449.jpg?_wi=1",
|
||||
imageAlt: "Brushing professionnel",
|
||||
},
|
||||
id: "brushing", title: "Brushing", description: "Mise en forme professionnelle pour une chevelu re éclatante. Parfait pour un événement spécial ou usage quotidien.", imageSrc: "http://img.b2bpic.net/free-photo/sincere-young-girl-ruffles-her-red-hair-laughs-white-room-snapshot-lady-with-flowers-curls_197531-26449.jpg", imageAlt: "Brushing professionnel"},
|
||||
{
|
||||
id: "soins-capillaires",
|
||||
title: "Soins Capillaires",
|
||||
description: "Soins réparateurs et nutritifs pour cheveux sains et lumineux. Rituels spa pour votre chevelure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-having-beauty-treatment-sauna_23-2149241463.jpg?_wi=1",
|
||||
imageAlt: "Soins capillaires premium",
|
||||
},
|
||||
id: "soins-capillaires", title: "Soins Capillaires", description: "Soins réparateurs et nutritifs pour cheveux sains et lumineux. Rituels spa pour votre chevelure.", imageSrc: "http://img.b2bpic.net/free-photo/women-having-beauty-treatment-sauna_23-2149241463.jpg", imageAlt: "Soins capillaires premium"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -159,11 +120,9 @@ export default function HomePage() {
|
||||
tag="À Propos"
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver une consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Réserver une consultation", href: "/contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-black-people-taking-care-afro-hair_23-2149575475.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-black-people-taking-care-afro-hair_23-2149575475.jpg"
|
||||
imageAlt="Équipe professionnelle du salon L'Escale Coiffure"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -176,35 +135,15 @@ export default function HomePage() {
|
||||
tag="Équipe"
|
||||
members={[
|
||||
{
|
||||
id: "marie",
|
||||
name: "Marie Beaumont",
|
||||
role: "Directrice & Coiffeuse",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-glad-pretty-woman-dark-sweater-standing-near-lamps_114579-81875.jpg?_wi=1",
|
||||
imageAlt: "Marie Beaumont, directrice du salon",
|
||||
},
|
||||
id: "marie", name: "Marie Beaumont", role: "Directrice & Coiffeuse", imageSrc: "http://img.b2bpic.net/free-photo/portrait-glad-pretty-woman-dark-sweater-standing-near-lamps_114579-81875.jpg", imageAlt: "Marie Beaumont, directrice du salon"},
|
||||
{
|
||||
id: "sophie",
|
||||
name: "Sophie Laurent",
|
||||
role: "Coiffeuse Coloriste",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-model-posing-medium-shot_23-2148398682.jpg?_wi=1",
|
||||
imageAlt: "Sophie Laurent, coloriste",
|
||||
},
|
||||
id: "sophie", name: "Sophie Laurent", role: "Coiffeuse Coloriste", imageSrc: "http://img.b2bpic.net/free-photo/stylish-model-posing-medium-shot_23-2148398682.jpg", imageAlt: "Sophie Laurent, coloriste"},
|
||||
{
|
||||
id: "jean",
|
||||
name: "Jean Dupont",
|
||||
role: "Coiffeur Barbier",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-with-before-hair-wash-hairdressers-salon_613910-5371.jpg?_wi=1",
|
||||
imageAlt: "Jean Dupont, barbier",
|
||||
},
|
||||
id: "jean", name: "Jean Dupont", role: "Coiffeur Barbier", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-with-before-hair-wash-hairdressers-salon_613910-5371.jpg", imageAlt: "Jean Dupont, barbier"},
|
||||
{
|
||||
id: "claire",
|
||||
name: "Claire Rousseau",
|
||||
role: "Spécialiste Soins",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg?_wi=1",
|
||||
imageAlt: "Claire Rousseau, spécialiste soins",
|
||||
},
|
||||
id: "claire", name: "Claire Rousseau", role: "Spécialiste Soins", imageSrc: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg", imageAlt: "Claire Rousseau, spécialiste soins"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -218,77 +157,17 @@ export default function HomePage() {
|
||||
tag="Témoignages"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Isabelle Martin, Avocate",
|
||||
date: "Date: 15 Janvier 2025",
|
||||
title: "Une expérience magnifique!",
|
||||
quote: "J'ai trouvé mon salon idéal avec L'Escale Coiffure. Marie et son équipe comprennent exactement ce que je veux. L'ambiance est apaisante et les résultats dépassent toujours mes attentes.",
|
||||
tag: "Client Régulier",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg",
|
||||
avatarAlt: "Isabelle Martin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-red-lips-unusual-hair-style-gray_158538-2314.jpg",
|
||||
imageAlt: "femme coupe moderne courte élégante",
|
||||
},
|
||||
id: "1", name: "Isabelle Martin, Avocate", date: "Date: 15 Janvier 2025", title: "Une expérience magnifique!", quote: "J'ai trouvé mon salon idéal avec L'Escale Coiffure. Marie et son équipe comprennent exactement ce que je veux. L'ambiance est apaisante et les résultats dépassent toujours mes attentes.", tag: "Client Régulier", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg", avatarAlt: "Isabelle Martin", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-red-lips-unusual-hair-style-gray_158538-2314.jpg", imageAlt: "femme coupe moderne courte élégante"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Julien Petit, Entrepreneur",
|
||||
date: "Date: 20 Décembre 2024",
|
||||
title: "Professionnalisme au rendez-vous",
|
||||
quote: "Service impeccable, techniques modernes et conseil avisé. Jean maîtrise parfaitement son art. Je reviens régulièrement et je recommande vivement.",
|
||||
tag: "Client Premium",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/interested-handsome-black-man-looking-ecstatic-young-male-model-hat-sitting-stairs_197531-22072.jpg",
|
||||
avatarAlt: "Julien Petit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/faceless-stylist-combing-beard-man_23-2147778832.jpg",
|
||||
imageAlt: "homme coupe cheveux impeccable homme",
|
||||
},
|
||||
id: "2", name: "Julien Petit, Entrepreneur", date: "Date: 20 Décembre 2024", title: "Professionnalisme au rendez-vous", quote: "Service impeccable, techniques modernes et conseil avisé. Jean maîtrise parfaitement son art. Je reviens régulièrement et je recommande vivement.", tag: "Client Premium", avatarSrc: "http://img.b2bpic.net/free-photo/interested-handsome-black-man-looking-ecstatic-young-male-model-hat-sitting-stairs_197531-22072.jpg", avatarAlt: "Julien Petit", imageSrc: "http://img.b2bpic.net/free-photo/faceless-stylist-combing-beard-man_23-2147778832.jpg", imageAlt: "homme coupe cheveux impeccable homme"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Valérie Dupuis, Créatrice",
|
||||
date: "Date: 5 Décembre 2024",
|
||||
title: "Mes couleurs de rêve!",
|
||||
quote: "Sophie est une artiste avec les couleurs. Mon balayage est parfait et mes cheveux ont jamais été aussi beaux. Merci pour cette transformation!",
|
||||
tag: "Première Visite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/lovely-woman-sweater-posing-near-light-lamps-high-quality-photo_114579-31461.jpg",
|
||||
avatarAlt: "Valérie Dupuis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-cute-smiling-blond-teenager-model-without-makeup-summer-hipster-white-dress-posing-street-background-turn-around_158538-12856.jpg?_wi=1",
|
||||
imageAlt: "femme cheveux balayage reflets dorés",
|
||||
},
|
||||
id: "3", name: "Valérie Dupuis, Créatrice", date: "Date: 5 Décembre 2024", title: "Mes couleurs de rêve!", quote: "Sophie est une artiste avec les couleurs. Mon balayage est parfait et mes cheveux ont jamais été aussi beaux. Merci pour cette transformation!", tag: "Première Visite", avatarSrc: "http://img.b2bpic.net/free-photo/lovely-woman-sweater-posing-near-light-lamps-high-quality-photo_114579-31461.jpg", avatarAlt: "Valérie Dupuis", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-cute-smiling-blond-teenager-model-without-makeup-summer-hipster-white-dress-posing-street-background-turn-around_158538-12856.jpg", imageAlt: "femme cheveux balayage reflets dorés"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Nathalie Bon, Professeur",
|
||||
date: "Date: 22 Novembre 2024",
|
||||
title: "Détente garantie!",
|
||||
quote: "Au-delà de la qualité coiffure, c'est vraiment un moment de détente. L'équipe est chaleureuse, les soins sont délicieux. Je m'y sens choyée.",
|
||||
tag: "Client Fidèle",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-warm-white-hoodie-home-kitchen-starts-her-day-with-cup-coffee_343596-7224.jpg",
|
||||
avatarAlt: "Nathalie Bon",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-bathrobe-towel-head-standing-indoors-bathroom_231208-9930.jpg",
|
||||
imageAlt: "femme relaxation spa salon détente",
|
||||
},
|
||||
id: "4", name: "Nathalie Bon, Professeur", date: "Date: 22 Novembre 2024", title: "Détente garantie!", quote: "Au-delà de la qualité coiffure, c'est vraiment un moment de détente. L'équipe est chaleureuse, les soins sont délicieux. Je m'y sens choyée.", tag: "Client Fidèle", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-warm-white-hoodie-home-kitchen-starts-her-day-with-cup-coffee_343596-7224.jpg", avatarAlt: "Nathalie Bon", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-bathrobe-towel-head-standing-indoors-bathroom_231208-9930.jpg", imageAlt: "femme relaxation spa salon détente"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Luc Moreau, Architecte",
|
||||
date: "Date: 10 Novembre 2024",
|
||||
title: "Toujours au top!",
|
||||
quote: "Jean combine précision et style. Mes coupes sont toujours impeccables. C'est mon barbier de confiance depuis maintenant 2 ans.",
|
||||
tag: "Client Premium",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg",
|
||||
avatarAlt: "Luc Moreau",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brutal-athletic-male-vogue-model-dressed-white-shirt-grey-background_613910-9888.jpg",
|
||||
imageAlt: "homme coupe barbier fade impeccable",
|
||||
},
|
||||
id: "5", name: "Luc Moreau, Architecte", date: "Date: 10 Novembre 2024", title: "Toujours au top!", quote: "Jean combine précision et style. Mes coupes sont toujours impeccables. C'est mon barbier de confiance depuis maintenant 2 ans.", tag: "Client Premium", avatarSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg", avatarAlt: "Luc Moreau", imageSrc: "http://img.b2bpic.net/free-photo/brutal-athletic-male-vogue-model-dressed-white-shirt-grey-background_613910-9888.jpg", imageAlt: "homme coupe barbier fade impeccable"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Caroline Lemoine, Gestionnaire",
|
||||
date: "Date: 28 Octobre 2024",
|
||||
title: "Un espace de bien-être",
|
||||
quote: "L'atmosphère du salon est vraiment unique. Professionnalisme, bienveillance et résultats impeccables. Je recommande à toutes mes amies!",
|
||||
tag: "Client Régulier",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pretty-woman-gesturing-ok_23-2147767531.jpg",
|
||||
avatarAlt: "Caroline Lemoine",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-wealthy-african-american-woman-luxurious-earrings-silver-dress-winking-asssuri_1258-136210.jpg?_wi=1",
|
||||
imageAlt: "femme cheveux longs coiffure souriante",
|
||||
},
|
||||
id: "6", name: "Caroline Lemoine, Gestionnaire", date: "Date: 28 Octobre 2024", title: "Un espace de bien-être", quote: "L'atmosphère du salon est vraiment unique. Professionnalisme, bienveillance et résultats impeccables. Je recommande à toutes mes amies!", tag: "Client Régulier", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-woman-gesturing-ok_23-2147767531.jpg", avatarAlt: "Caroline Lemoine", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-wealthy-african-american-woman-luxurious-earrings-silver-dress-winking-asssuri_1258-136210.jpg", imageAlt: "femme cheveux longs coiffure souriante"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -303,7 +182,7 @@ export default function HomePage() {
|
||||
tagIcon={Phone}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407587.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407587.jpg"
|
||||
imageAlt="salon coiffure accueil chaleureuse bienvenue"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user