From 0e4b65b2009d1a27bc51f2b42a0ce5a8663ebecc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 23:29:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 301 +++++++++++------------------------------------ 1 file changed, 66 insertions(+), 235 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c0fd42..877d046 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroCentered from '@/components/sections/hero/HeroCentered'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import TextAbout from '@/components/sections/about/TextAbout'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; export default function LandingPage() { return ( @@ -28,161 +28,67 @@ export default function LandingPage() { >
-
-
-
@@ -190,136 +96,61 @@ export default function LandingPage() {
-
-
-