From 80e754ca00df1de6d2c0f89e6dc6469bfabab6a1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 01:41:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 391 +++++++++++++---------------------------------- 1 file changed, 107 insertions(+), 284 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a3310c..0186f22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Award, Shield, Zap } from "lucide-react"; +import { Award, Shield, Zap, Target } from "lucide-react"; export default function LandingPage() { return ( @@ -27,296 +27,119 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1