From 597b74e3af17457020105b2fd171442fadf8d30e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 13:14:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba740ff..02c1fa0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Prendre rendez-vous", href: "#contact" }, { text: "Appeler le salon", href: "tel:0629180221" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg?_wi=1" imageAlt="Salon de coiffure Studio 13 intérieur premium" /> @@ -61,7 +61,7 @@ export default function LandingPage() { title="L'Excellence Capillaire à votre service" description="Studio 13 incarne l'art de la coiffure sur mesure. Spécialistes des techniques de balayage et coloration sans ammoniaque, nous transformons votre vision en une réalité lumineuse, tout en préservant la santé naturelle de vos cheveux." buttons={[{ text: "Découvrir nos soins", href: "#tarifs" }]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-girl-with-colorful-hair-white-t-shirt-covering-her-eye-with-paint-brush-dreamily-looking-camera-pottery-studio_574295-955.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-girl-with-colorful-hair-white-t-shirt-covering-her-eye-with-paint-brush-dreamily-looking-camera-pottery-studio_574295-955.jpg?_wi=1" imageAlt="Expertise coloration Studio 13" /> @@ -121,9 +121,9 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Julie M.", date: "12/03/2024", title: "Exceptionnel !", quote: "Un accueil chaleureux et un balayage magnifique. Je recommande les yeux fermés.", tag: "Balayage", avatarSrc: "http://img.b2bpic.net/free-photo/girl-fur-coat-woman-winter-portrait-style-girl-fur-coat-luxury-accessory-make-up-close-up-model-new-year-hairstyle_343629-90.jpg", imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg", imageAlt: "happy client professional salon"}, + id: "1", name: "Julie M.", date: "12/03/2024", title: "Exceptionnel !", quote: "Un accueil chaleureux et un balayage magnifique. Je recommande les yeux fermés.", tag: "Balayage", avatarSrc: "http://img.b2bpic.net/free-photo/girl-fur-coat-woman-winter-portrait-style-girl-fur-coat-luxury-accessory-make-up-close-up-model-new-year-hairstyle_343629-90.jpg", imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg?_wi=2", imageAlt: "happy client professional salon"}, { - id: "2", name: "Sophie B.", date: "20/02/2024", title: "Expertise", quote: "Enfin une coiffeuse qui écoute mes besoins. Coupe parfaite et produits de qualité.", tag: "Coupe", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-getting-her-hair-dyed-by-hairdresser-home_23-2148817234.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-with-colorful-hair-white-t-shirt-covering-her-eye-with-paint-brush-dreamily-looking-camera-pottery-studio_574295-955.jpg", imageAlt: "happy client professional salon"}, + id: "2", name: "Sophie B.", date: "20/02/2024", title: "Expertise", quote: "Enfin une coiffeuse qui écoute mes besoins. Coupe parfaite et produits de qualité.", tag: "Coupe", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-getting-her-hair-dyed-by-hairdresser-home_23-2148817234.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-with-colorful-hair-white-t-shirt-covering-her-eye-with-paint-brush-dreamily-looking-camera-pottery-studio_574295-955.jpg?_wi=2", imageAlt: "happy client professional salon"}, { id: "3", name: "Carole D.", date: "15/01/2024", title: "Superbe !", quote: "Toujours ravie de mes visites. Une équipe très professionnelle et agréable.", tag: "Coloration", avatarSrc: "http://img.b2bpic.net/free-photo/baking-time-with-best-grandmother_329181-17830.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-model-black-leather-jacket-posing-near-lamps_114579-66707.jpg", imageAlt: "happy client professional salon"}, { -- 2.49.1