From 62ee0d7e7fe256da5ddb57dba4967a89e4309b90 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 01:37:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 252 +++++++++++++++++++++++------------------------ 1 file changed, 126 insertions(+), 126 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8131b8e..c0f6602 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,156 +2,156 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);