From d32a87dd421048686ee249a2530ee51048a516ef Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 5 Feb 2026 12:22:11 +0200 Subject: [PATCH] Bob AI: [Block: faq-accordion-one|FAQ Accordion One|/block... --- src/app/page.tsx | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 624a9ed..1a0e3fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,6 +14,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import TeamCardOne1 from '@/components/sections/team/TeamCardOne1'; import TextAbout from '@/components/sections/about/TextAbout'; +import FaqAccordionOne from '@/components/sections/faq/FaqAccordionOne'; export default function LandingPage() { return ( @@ -270,6 +271,32 @@ export default function LandingPage() { ]} useInvertedBackground="invertDefault" className="bg-gray-900" containerClassName="max-w-5xl" titleClassName="text-white" buttonContainerClassName="justify-center" buttonClassName="bg-white text-black hover:bg-gray-200" buttonTextClassName="text-sm" /> +
+ +
+