From e37af6f5f63b136e5ac3429e9a713852e5958bc6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 04:08:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 260 ++++++++++++----------------------------------- 1 file changed, 67 insertions(+), 193 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eea964e..5eb3eea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,8 +5,6 @@ import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import LegalSection from '@/components/legal/LegalSection'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import { Box, CheckCircle, Clock, Lock, Smartphone } from "lucide-react"; @@ -26,201 +24,77 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- - -
- -
- - +
);