diff --git a/src/app/page.tsx b/src/app/page.tsx index 06f3688..428dcd0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import FooterBase from '@/components/sections/footer/FooterBase'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; export default function TechAcademyPage() { return ( @@ -141,6 +142,18 @@ export default function TechAcademyPage() { background={{ variant: "plain" }} /> +