From 938c76893d3abe30e0ac1d699fbc2b0128fdfbb3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:19:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05562ac..b540f2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,6 +32,7 @@ export default function Page() { metrics={[{ id: "m1", icon: Zap, title: "Conversión", value: "+40%" }, { id: "m2", icon: Target, title: "Leads", value: "500+" }]} animationType="blur-reveal" textboxLayout="default" + useInvertedBackground={false} />
@@ -42,6 +43,7 @@ export default function Page() { showStepNumbers={true} animationType="blur-reveal" textboxLayout="default" + useInvertedBackground={false} />
@@ -50,6 +52,7 @@ export default function Page() { cardTitle="Historias de éxito" cardTag="Testimonios" cardAnimation="blur-reveal" + useInvertedBackground={false} />
@@ -59,6 +62,7 @@ export default function Page() { description="Hablemos hoy sobre cómo llevar tu negocio al siguiente nivel." buttons={[{ text: "Escríbenos", href: "mailto:hello@mtyagency.com" }]} background={{ variant: "plain" }} + useInvertedBackground={false} />