diff --git a/src/app/page.tsx b/src/app/page.tsx index 0791ddb..11aa7aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,6 +14,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react"; import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; export default function TechAcademyPage() { return ( @@ -301,6 +302,18 @@ export default function TechAcademyPage() { background={{ variant: "plain" }} /> +