From 5cb7a9ecc08da5cb600dbac8fd9ef951bf76c0c0 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 31 Jan 2026 16:04:21 +0200 Subject: [PATCH] Bob AI: add new section [Block: faq-1|FAQ Section|@/compon... --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index e18c9a6..f9cb1dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ButtonTextUnderline from '@/components/button/ButtonTextUnderline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import FooterBase from '@/components/sections/footer/FooterBase'; +import Faq1 from '@/components/sections/faq/Faq1'; export default function TechAcademyPage() { return ( @@ -158,6 +159,11 @@ export default function TechAcademyPage() { copyrightText="© 2025 | Webild" /> +
+ +