From cdae458e9e574d0a568bcdf67aa7b199548cc973 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 31 Jan 2026 16:02:04 +0200 Subject: [PATCH] Bob AI: add pricing section --- src/app/page.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f0f378..eac7df3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-rea import ContactForm from '@/components/form/ContactForm'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import FaqBase from '@/components/sections/faq/FaqBase'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; export default function TechAcademyPage() { return ( @@ -123,6 +124,18 @@ export default function TechAcademyPage() { animationType="smooth" /> +
+ +