From fc1789646bb7b21b36f8664433107d4b0437e5fe Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 5 Feb 2026 15:21:50 +0000 Subject: [PATCH] Bob AI: Can you add an FAQ section make it smart for SEO --- src/app/page.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 980d3ff..a2687d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Sparkles, Star, Zap } from "lucide-react"; +import FAQAccordion from '@/components/sections/faq/FAQAccordion'; export default function FitForcePage() { return ( @@ -199,6 +200,15 @@ export default function FitForcePage() { /> +
+ + + + + + +
+