Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-14 23:16:22 +00:00

View File

@@ -161,7 +161,7 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{ id: "starter", badge: "Essencial", price: "R$297", subtitle: "Ideal para começar", features: ["Landing page profissional", "Visual moderno", "Responsivo", "Integração WhatsApp", "Entrega rápida"], buttons: [{ text: "Contratar Agora", href: "https://wa.link/s8pb8w" }] },
{ id: "pro", badge: "Mais Escolhido", price: "R$597", subtitle: "Experiência completa", features: ["Site premium completo", "Até 5 páginas", "Google Maps + SEO", "Design personalizado", "Suporte VIP"], buttons: [{ text: "Contratar Agora", href: "https://wa.link/s8pb8w" }] },
{ id: "pro", badge: "Mais Escolhido (Melhor Custo-Benefício)", price: "R$597", subtitle: "Experiência completa", features: ["Site premium completo", "Até 5 páginas", "Google Maps + SEO", "Design personalizado", "Suporte VIP"], buttons: [{ text: "Contratar Agora", href: "https://wa.link/s8pb8w" }] },
]}
title="Nossos Planos"
description="Escolha a melhor solução para sua empresa local."
@@ -208,4 +208,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}