diff --git a/src/app/page.tsx b/src/app/page.tsx index 745cf1a..8bd533b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,6 +14,7 @@ import Faq1 from '@/components/sections/faq/Faq1'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import Hero4 from '@/components/sections/hero/Hero4'; import Testimonials1 from '@/components/sections/testimonial/Testimonials1'; +import FaqBase from '@/components/sections/faq/FaqBase'; export default function TechAcademyPage() { return ( @@ -154,6 +155,18 @@ export default function TechAcademyPage() { title="Student Success Stories" /> +
+ +