From ac26e734f1930d2e1535f50fe1067da74e8f0dd7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 19:03:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 486 ++++++++++++++++------------------------------- 1 file changed, 164 insertions(+), 322 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 215239a..12b380d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,342 +9,184 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import { AlertCircle, Award, Cloud, Compass, Globe, Moon, Power, Rocket, Shield, Star, Sun, Target, Zap } from "lucide-react"; +import { AlertCircle, Anchor, Award, Cloud, Compass, Cpu, Globe, Infinity, Moon, Power, Rocket, Shield, Star, Sun, Target, Zap } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1