From 85eb8ac8a00bc0c44930e6b265a1dc408fb926d5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:39:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a952e6..348b3c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,6 +156,7 @@ export default function LandingPage() { description="Ponte en contacto con nuestro equipo de expertos en competición para llevar tu pasión al siguiente nivel." buttons={[{ text: "Contactar ahora", href: "#footer" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1