Update src/app/page.tsx
This commit is contained in:
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Benefícios", id: "#features" },
|
||||
{ name: "Como funciona", id: "#how-it-works" },
|
||||
{ name: "Planos", id: "#pricing" },
|
||||
{ name: "Planos", id: "/pricing" },
|
||||
{ name: "Contato", id: "#contact" },
|
||||
]}
|
||||
brandName="Elyra"
|
||||
@@ -104,24 +104,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "rental", badge: "Popular", price: "R$79/mês", subtitle: "Aluguel de Site", features: ["Site profissional", "Layout responsivo", "Botão de WhatsApp", "Hospedagem incluída"],
|
||||
},
|
||||
{
|
||||
id: "purchase", badge: "Property", price: "R$997", subtitle: "Compra de Site", features: ["Site completo", "Propriedade total", "SEO básico incluso", "Pagamento único"],
|
||||
},
|
||||
]}
|
||||
title="Escolha o melhor plano para você"
|
||||
description="Aluguel acessível ou compra definitiva: temos a solução ideal para seu momento."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user