From 7c70a53a642cc9176fd8482c872ace881219c746 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 20:14:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f10e53..cb1b5bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,15 +197,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", name: "Sophia L.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-american-girl-stylish-trench-coat-joyfully-looking-camera-cafe-city-street_574295-2887.jpg", imageAlt: "Sophia L., cliente satisfaite", quote: "J'ai trouvé la paire de lunettes parfaite chez BIANCA FERRARA. Le design est sublime et la qualité inégalée. Je me sens élégante et distinguée à chaque fois que je les porte."}, + id: "t1", name: "Sophia L.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-american-girl-stylish-trench-coat-joyfully-looking-camera-cafe-city-street_574295-2887.jpg", imageAlt: "Sophia L., cliente satisfaite"}, { - id: "t2", name: "Marc D.", imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-young-stylish-confident-happy-handsome-businessman-model-suit-clothes-lifestyle-street-sunglasses_158538-4497.jpg", imageAlt: "Marc D., client satisfait", quote: "L'expertise et le service personnalisé sont remarquables. Mes nouvelles montures sont non seulement stylées, mais aussi incroyablement confortables. Une expérience haut de gamme."}, + id: "t2", name: "Marc D.", imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-young-stylish-confident-happy-handsome-businessman-model-suit-clothes-lifestyle-street-sunglasses_158538-4497.jpg", imageAlt: "Marc D., client satisfait"}, { - id: "t3", name: "Émilie G.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-funny-expression_1194-2945.jpg", imageAlt: "Émilie G., cliente satisfaite", quote: "BIANCA FERRARA a su capturer l'essence du luxe et de l'innovation. Mes lunettes sont une véritable œuvre d'art qui attire les compliments. Je suis ravie de mon achat."}, + id: "t3", name: "Émilie G.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-funny-expression_1194-2945.jpg", imageAlt: "Émilie G., cliente satisfaite"}, { - id: "t4", name: "David R.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-redhead-man-flannel-shirt-sunglasses-posing-studio-against-white-wall_613910-19166.jpg", imageAlt: "David R., client satisfait", quote: "La collection est d'une sophistication rare. J'apprécie la légèreté et la robustesse de ma monture, un investissement qui en vaut la peine pour un style impeccable."}, + id: "t4", name: "David R.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-redhead-man-flannel-shirt-sunglasses-posing-studio-against-white-wall_613910-19166.jpg", imageAlt: "David R., client satisfait"}, { - id: "t5", name: "Isabelle F.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-yellow-suit-isolated_1303-14278.jpg", imageAlt: "Isabelle F., cliente satisfaite", quote: "Ces lunettes sont un accessoire de mode à part entière. Elles rehaussent chaque tenue avec une touche de glamour et d'élégance. Un incontournable pour les amateurs de luxe."}, + id: "t5", name: "Isabelle F.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-yellow-suit-isolated_1303-14278.jpg", imageAlt: "Isabelle F., cliente satisfaite"} ]} cardTitle="Ce qu'ils disent de BIANCA FERRARA" cardTag="Expériences Authentiques" -- 2.49.1