diff --git a/src/app/page.tsx b/src/app/page.tsx index b7e8554..31f032e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,10 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import SplitAbout from '@/components/sections/about/SplitAbout'; import MediaAbout from '@/components/sections/about/MediaAbout'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FooterBase from '@/components/sections/footer/FooterBase'; import { Scissors } from "lucide-react"; @@ -62,6 +66,14 @@ export default function LandingPage() { /> +
+