From 91c7e27af5a2c417c87601554f910a20f1eeba56 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 18:42:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 116 ++++++++--------------------------------------- 1 file changed, 20 insertions(+), 96 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5dceee5..7860996 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; export default function LandingPage() { return ( @@ -28,40 +26,22 @@ export default function LandingPage() {
-
- -
- -
- -
-