From e7009fc07b440df4053597c31ac255053484d260 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 14:51:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 461 +++++++++++++---------------------------------- 1 file changed, 126 insertions(+), 335 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 440b13d..0055f62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Award, Diamond, Sparkles } from "lucide-react"; +import { Award, Diamond, Sparkles, Layout, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -29,349 +29,140 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);