From e7d3939a24cae7af95ac4108164449717dfbb92d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 18:24:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 316 +++++++++++++++-------------------------------- 1 file changed, 101 insertions(+), 215 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c824567..b2bd8ab 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, Sparkles, Award } from 'lucide-react'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterSimple from '@/components/sections/footer/FooterSimple'; @@ -25,227 +26,112 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1