From b08a8cbac68d36508d239b493aae1fd54f081c54 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:19:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 518 +++++++++++++---------------------------------- 1 file changed, 144 insertions(+), 374 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3dd73d5..740b1ab 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 { Scissors, Droplets, Zap, Sparkles } from 'lucide-react'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -16,391 +17,160 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1