From badbba01d5b51e1b1ae39cd1c06068007205a6d2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 20:48:09 +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 277f8f5..3e28ccb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,6 +81,8 @@ export default function LandingPage() { title="Performance Pure" description="Les chiffres ne mentent pas. Vivez la précision Porsche." animationType="depth-3d" + textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "1", value: "8500", title: "RPM Max", items: ["Moteur atmosphérique"] }, { id: "2", value: "1450kg", title: "Poids léger", items: ["Structure optimisée"] } @@ -118,6 +120,7 @@ export default function LandingPage() { description="Prenez le volant de votre rêve." buttons={[{ text: "Contactez un expert", href: "#" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1