diff --git a/src/app/page.tsx b/src/app/page.tsx index 85fd2ea..c77d797 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="outline" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Guia da Indústria" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} buttons={[ { text: "👉 QUERO ACESSAR O PLAYBOOK AGORA", href: "#contact" }, { text: "Ver Depoimentos", href: "#testimonials" } @@ -273,7 +273,6 @@ export default function LandingPage() { name: "message", placeholder: "Qual é seu maior desafio em vendas agora?", rows: 4 }} buttonText="👉 LIBERAR MEU ACESSO AGORA" - buttonAnimation="slide-up" ariaLabel="Contact form - Playbook access request" />