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" /> +