From dc5245d5fcc9ae6cf8741e2a8cc7da11fe2583f7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:26:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0356501..fc420d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,19 +53,19 @@ export default function LandingPage() { testimonials={[ { name: "Marie Dubois", handle: "Habitante Lyon", testimonial: "Le pain est absolument délicieux, c'est comme celui de mon enfance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg?_wi=1" }, { name: "Jean Mercier", handle: "Client Fidèle", testimonial: "Une boulangerie authentique où on sent le vrai métier.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-serious-man_23-2149022619.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-serious-man_23-2149022619.jpg?_wi=1" }, { name: "Sophie Bernard", handle: "Foodblogger", testimonial: "Leurs croissants sont inégalés, une vraie merveille.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/headshot-beautiful-dark-skinned-female-with-happy-expression-has-afro-hairstyle-demonstrates-perfect-white-even-teeth-has-pleased-smile-stylish-young-african-american-woman-rests-indoor_273609-2384.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/headshot-beautiful-dark-skinned-female-with-happy-expression-has-afro-hairstyle-demonstrates-perfect-white-even-teeth-has-pleased-smile-stylish-young-african-american-woman-rests-indoor_273609-2384.jpg?_wi=1" }, { name: "Claude Renaud", handle: "Retraité", testimonial: "Qualité irréprochable. C'est ma boulangerie depuis 20 ans.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-looking-straight-ahead-young-handsome-guy-points-side-isolated-purple-with-copy-space_141793-85804.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-looking-straight-ahead-young-handsome-guy-points-side-isolated-purple-with-copy-space_141793-85804.jpg?_wi=1" } ]} buttons={[ @@ -169,27 +169,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Isabelle Martin", handle: "@isa_lyon", testimonial: "Meilleure boulangerie de Lyon. Je ne peux pas manger ailleurs maintenant. C'est devenu ma ritual du matin.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg?_wi=2" }, { id: "2", name: "Pierre Gauthier", handle: "@pgauthier", testimonial: "L'artisanat véritable. On sent l'amour dans chaque mie. Bravo pour votre transmission de savoir-faire.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-serious-man_23-2149022619.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-serious-man_23-2149022619.jpg?_wi=2" }, { id: "3", name: "Céline Roux", handle: "@celinebrox", testimonial: "Les croissants sont sublimes, le pain est divin. On reconnait l'expertise en première bouchée.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/headshot-beautiful-dark-skinned-female-with-happy-expression-has-afro-hairstyle-demonstrates-perfect-white-even-teeth-has-pleased-smile-stylish-young-african-american-woman-rests-indoor_273609-2384.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/headshot-beautiful-dark-skinned-female-with-happy-expression-has-afro-hairstyle-demonstrates-perfect-white-even-teeth-has-pleased-smile-stylish-young-african-american-woman-rests-indoor_273609-2384.jpg?_wi=2" }, { id: "4", name: "Luc Fontaine", handle: "@lucfontaine", testimonial: "Depuis 25 ans, c'est ma boulangerie. Qualité constante, passion authentique, service chaleureux.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-looking-straight-ahead-young-handsome-guy-points-side-isolated-purple-with-copy-space_141793-85804.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-looking-straight-ahead-young-handsome-guy-points-side-isolated-purple-with-copy-space_141793-85804.jpg?_wi=2" }, { id: "5", name: "Caroline Demont", handle: "@carolined", testimonial: "Plus qu'une boulangerie, c'est un patrimoine gastronomique. À soutenir absolument.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg?_wi=3" }, { id: "6", name: "Antoine Leblanc", handle: "@antoinelb", testimonial: "Un pain qui raconte l'histoire de Lyon, ses traditions et son excellence. Magnifique travail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-serious-man_23-2149022619.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-serious-man_23-2149022619.jpg?_wi=3" } ]} /> -- 2.49.1