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" /> +
+ +