From c167914f250581d291c48cc7b35168c39a248749 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 21:48:17 +0200 Subject: [PATCH] Bob AI: add FAQ section --- src/app/page.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" /> +
+ +