From 7cd8a84609ef1e6fa5036edbe1b2826ae3c9f4b7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 17:33:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1495f91..9354135 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,7 +125,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "pro", name: "Plano completo", price: "R$ 54/mês", buttons: [{ text: "Começar agora", href: "#" }], + id: "pro", name: "Plano completo", badge: "Uso ilimitado", price: "R$ 54/mês", buttons: [{ text: "Começar agora", href: "#" }], features: ["Agente IA no WhatsApp", "Integração Hubspot, Pipedrive, RD", "Histórico de conversas", "Dashboard de gestão", "Suporte via WhatsApp"], }, ]}