From 23ba09ba28f597cd54d6c58b3b4e58bd063c35a7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 16:21:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index ddce229..fa0a431 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,6 +45,7 @@ export default function LandingPage() { tag="Oportunidade Legal Negligenciada" tagIcon={Sparkles} tagAnimation="slide-up" + background={{ variant: "plain" }} buttons={[ { text: "QUERO ACESSAR O ARSENAL SECRETO DO TRÂNSITO™", href: "#cta-final" }, { text: "Entender o Nicho", href: "#o-gancho" } @@ -225,6 +226,7 @@ export default function LandingPage() { tag="Oferta Limitada" tagIcon={Zap} tagAnimation="slide-up" + background={{ variant: "plain" }} buttons={[ { text: "QUERO ACESSAR O ARSENAL SECRETO DO TRÂNSITO™ AGORA", href: "https://payment.example.com/arsenal" } ]} -- 2.49.1