From 2d839a5080716c7a675082379fbdc356cfccd87d Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 19:30:17 +0000 Subject: [PATCH] Bob AI: Populate src/pages/PricingPage.tsx (snippet builder, 2 sections) --- src/pages/PricingPage.tsx | 127 ++++++++------------------------------ 1 file changed, 27 insertions(+), 100 deletions(-) diff --git a/src/pages/PricingPage.tsx b/src/pages/PricingPage.tsx index ec9b439..9398000 100644 --- a/src/pages/PricingPage.tsx +++ b/src/pages/PricingPage.tsx @@ -1,104 +1,31 @@ -import React from 'react'; -import { routes } from '@/routes'; -import NavbarCentered from '@/components/ui/NavbarCentered'; -import HeroBrand from '@/components/sections/hero/HeroBrand'; -import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import Button from "@/components/ui/Button"; +import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import AutoFillText from "@/components/ui/AutoFillText"; +import { Check } from "lucide-react"; +import GridOrCarousel from "@/components/ui/GridOrCarousel"; +import ScrollReveal from "@/components/ui/ScrollReveal"; +import { cls } from "@/lib/utils"; export default function PricingPage() { return ( -
- ({ name: r.label, href: r.path }))} - ctaButton={{ text: "Começar", href: "/contact" }} - /> - -
- - -
- -
-
- - -
+ <> +
+

Investimento

placeholder
R$ 250/mêsIniciante
1 aula semanal de 50 min
+
Fundamentos da técnica
+
Leitura rítmica básica
+
Acesso ao grupo de alunos
+
Mais Popular
R$ 400/mêsAvançado
1 aula semanal de 60 min
+
Técnicas avançadas
+
Teoria musical aplicada
+
Gravação de performance
+
Mentoria de carreira
+
placeholder
R$ 800/mêsMentoria
2 aulas semanais de 60 min
+
Análise de repertório
+
Preparação para shows
+
Acesso direto ao professor
+
Material exclusivo
+ ); -} \ No newline at end of file +}