From 4b198e3be6deea17d22876eb929b124394b6aedb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 15:04:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 180 ++++++++++++++++++++++++----------------------- 1 file changed, 93 insertions(+), 87 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84fb2a6..07f4008 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; -import { Shield, Sparkles } from 'lucide-react'; export default function LandingPage() { return ( @@ -26,98 +25,105 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);