From 60b711be615a289e7a5efb97b0f464392480dba3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 05:41:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 214 ++++++++++++----------------------------------- 1 file changed, 53 insertions(+), 161 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 68cb974..5f064d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroSignup from '@/components/sections/hero/HeroSignup'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { CheckCircle } from "lucide-react"; export default function LandingPage() { @@ -28,208 +28,100 @@ export default function LandingPage() { >
-
-
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1