From e9c0f8b6ead9142a46ac8e98b8388961bf49a8dd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 06:39:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1eb56ba..b2bc297 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,9 +131,9 @@ export default function LandingPage() { animationType="blur-reveal" gridVariant="uniform-all-items-equal" testimonials={[ - { id: "t1", name: "Jean Dupont", role: "Chef de chantier", company: "BTP 974", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772851.jpg" }, - { id: "t2", name: "Marc Martin", role: "Responsable Sécurité", company: "SecurPro", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-special-industrial-protective-equipment_23-2148991969.jpg" }, - { id: "t3", name: "Sophie Leroy", role: "Ingénieure", company: "BatirRéunion", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-engineer-talking-phone_23-2148233674.jpg" }, + { id: "t1", name: "Jean Dupont", role: "Chef de chantier", company: "BTP 974", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772851.jpg" }, + { id: "t2", name: "Marc Martin", role: "Responsable Sécurité", company: "SecurPro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-special-industrial-protective-equipment_23-2148991969.jpg" }, + { id: "t3", name: "Sophie Leroy", role: "Ingénieure", company: "BatirRéunion", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-engineer-talking-phone_23-2148233674.jpg" }, ]} /> -- 2.49.1