Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-08 14:50:24 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ export default function AboutPage() {
{
text: "Réserver une consultation", href: "#booking"},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-black-people-taking-care-afro-hair_23-2149575475.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-black-people-taking-care-afro-hair_23-2149575475.jpg?_wi=2"
imageAlt="Équipe salon coiffure professionnelle souriante"
useInvertedBackground={true}
/>
@@ -60,13 +60,13 @@ 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", imageAlt: "Claire Rousseau, spécialiste soins"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"

View File

@@ -122,7 +122,7 @@ export default function HomePage() {
{
text: "Réserver une consultation", href: "/contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-black-people-taking-care-afro-hair_23-2149575475.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-black-people-taking-care-afro-hair_23-2149575475.jpg?_wi=1"
imageAlt="Équipe professionnelle du salon L'Escale Coiffure"
useInvertedBackground={true}
/>
@@ -135,13 +135,13 @@ 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", imageAlt: "Claire Rousseau, spécialiste soins"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"