From 3fc8b690b7bfe671f164d279c3da4bfefbe4a4a4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 17:25:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed2a04d..d086335 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import ReactLenis from "lenis/react"; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import { LegalSection } from '@/components/sections/legal/LegalSection'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; @@ -105,6 +104,7 @@ export default function LandingPage() {
- -