From 7d9137c82addf230eff094851261695c93cb487d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 06:39:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2bc297..6af025f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,6 +130,9 @@ export default function LandingPage() { title="Ce que nos partenaires disent" animationType="blur-reveal" gridVariant="uniform-all-items-equal" + useInvertedBackground={false} + description="Retours d'expérience" + textboxLayout="default" testimonials={[ { 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" }, -- 2.49.1