Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user