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" } ]}