diff --git a/src/app/page.tsx b/src/app/page.tsx index 27cd0c3..ba5c7b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,9 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextAbout from '@/components/sections/about/TextAbout'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import LegalSection from '@/components/legal/LegalSection'; export default function LandingPage() { return ( @@ -30,14 +33,10 @@ export default function LandingPage() {
- +
+
+ +
+
+
+ +
+
+
+ +