From f41a285c1bdd0331effde0dd9bc85ff25508ba40 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:56:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 140 +++++++++++++++++++++++------------------------ 1 file changed, 67 insertions(+), 73 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49f9fa7..2a54d66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,70 +3,51 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; export default function LandingPage() { return (
@@ -74,60 +55,73 @@ export default function LandingPage() { + + +
+ +
+ +
-
); -} +} \ No newline at end of file