From 43a51fcc3508985720c3274ac032f04315ded018 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 17:54:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 436 +++++++++++++++-------------------------------- 1 file changed, 138 insertions(+), 298 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5dc9eda..9a99577 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, Shield, Layout, Printer } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; @@ -15,314 +16,153 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1