From 1d89f07dfda5d472049d6b3bdc92904636168bad Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:41:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1df0de2..89cd37a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function LandingPage() { animationType="slide-up" title="Pourquoi PandaEats ?" description="Des outils intuitifs pour les gourmets modernes." - textboxLayout="default" + textboxLayout="split" useInvertedBackground={false} features={[ { id: "f1", title: "Critiques honnĂȘtes", description: "Lisez des avis fiables et transparents.", tag: "Transparence", imageSrc: "http://img.b2bpic.net/free-photo/view-half-robot-half-panda-bear-with-futuristic-parts_23-2151741493.jpg" }, @@ -189,4 +189,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1