From 6dde9271d6b3e2f4dad01fd72ef808ab78088316 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 14:11:34 +0000 Subject: [PATCH] Bob AI: Update pricing to a single 15 reais tier --- src/pages/HomePage/sections/Pricing.tsx | 30 ++----------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/src/pages/HomePage/sections/Pricing.tsx b/src/pages/HomePage/sections/Pricing.tsx index 14e506b..1b02555 100644 --- a/src/pages/HomePage/sections/Pricing.tsx +++ b/src/pages/HomePage/sections/Pricing.tsx @@ -9,8 +9,9 @@ export default function PricingSection() { const plans = [ { tag: "Ebook Digital", - price: "R$ 47", + price: "R$ 15", description: "O guia completo de Estratégia Financeira e Empreendedorismo Digital.", + highlight: "Oferta Especial", features: [ "Acesso imediato ao Ebook", "Planilha de planejamento financeiro", @@ -18,33 +19,6 @@ export default function PricingSection() { "Atualizações gratuitas por 1 ano" ], primaryButton: { text: "Comprar Ebook", href: "#contact" }, - }, - { - tag: "Combo Premium", - price: "R$ 97", - description: "Ebook + Curso em Vídeo e ferramentas exclusivas para acelerar seus resultados.", - highlight: "Mais Vendido", - features: [ - "Tudo do plano Ebook Digital", - "3 horas de aulas em vídeo", - "Acesso à comunidade VIP", - "Templates de negócios prontos", - "Suporte prioritário por email" - ], - primaryButton: { text: "Garantir Combo", href: "#contact" }, - }, - { - tag: "Mentoria Individual", - price: "R$ 497", - description: "Acompanhamento personalizado para aplicar as estratégias no seu negócio.", - features: [ - "Tudo do Combo Premium", - "2 sessões de mentoria (1h cada)", - "Análise do seu planejamento", - "Plano de ação personalizado", - "Acesso direto via WhatsApp" - ], - primaryButton: { text: "Agendar Mentoria", href: "#contact" }, } ]; -- 2.49.1