diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5e6e646..90cba3e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" diff --git a/src/app/page.tsx b/src/app/page.tsx index 1893f44..25f35cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"