From 8ab419c9ec7925a6268d806b5fba10533196ec15 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:23:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5171243..9043244 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -159,7 +159,7 @@ export default function LandingPage() { { id: "4", title: "Réalisation des travaux", subtitle: "Exécution selon les normes et délais convenus", category: "Chantier", value: "Qualité" }, { id: "5", title: "Livraison impeccable", subtitle: "Chantier propre et projet finalisé avec soin", category: "Finition", value: "Parfait" } ]} - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} animationType="slide-up" /> -- 2.49.1