From a03b11cb2bb7b57e2b98d30356fb9da4b7645961 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 18:41:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 436 ++++++++++++----------------------------------- 1 file changed, 113 insertions(+), 323 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c62ff4f..7cbde30 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 { Camera, MonitorPlay, Zap } from "lucide-react"; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; @@ -26,336 +27,125 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1