From b4036d84b26b4dd2a23a097872e9117a3702f3b3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:22:36 +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 32ee842..304bee4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { id: "basic", badge: "Ba ", price: "R$ 19,90", subtitle: "Acesso básico essencial", buttons: [{ text: "Assinar" }], features: ["Feed básico", "Conteúdo público", "Sem anúncios"] }, + { id: "basic", badge: "Básico ", price: "R$ 19,90", subtitle: "Acesso básico essencial", buttons: [{ text: "Assinar" }], features: ["Feed básico", "Conteúdo público", "Sem anúncios"] }, { id: "premium", badge: "Premium ", price: "R$ 49,90", subtitle: "Acesso mensal premium", buttons: [{ text: "Assinar" }], features: ["Conteúdo completo", "Chat privado", "Acesso a vídeos"] }, { id: "vip", badge: "VIP", price: "R$ 99,90", subtitle: "Experiência exclusiva total", buttons: [{ text: "Assinar" }], features: ["Tudo do Premium", "Vídeos personalizados", "Prioridade no chat"] } ]} -- 2.49.1