From c1aff224902fc3a79fa1abf53870a726598e8010 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:55:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 422 +++++++++++++---------------------------------- 1 file changed, 117 insertions(+), 305 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28bae2a..59718b0 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 { Zap } from "lucide-react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterMedia from '@/components/sections/footer/FooterMedia'; @@ -25,317 +26,128 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1