From a39e48b44bd7e08cb85a20b2e37b6353d2ac0658 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 03:18:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 385 ++++++++++++----------------------------------- 1 file changed, 100 insertions(+), 285 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93d374c..192cb63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Wrench, Flame, Settings, AlertTriangle, Home, ShieldCheck } from "lucide-react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; @@ -9,14 +10,6 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { - AlertTriangle, - Flame, - Home, - Settings, - ShieldCheck, - Wrench, -} from "lucide-react"; export default function LandingPage() { return ( @@ -33,289 +26,111 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);