From 4adb16ed4337af7722027bfa01545f2f21bc20bf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 14:59:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 463 +++++++++++++---------------------------------- 1 file changed, 124 insertions(+), 339 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9142915..e6d6a94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Building2, Users } from "lucide-react"; +import { Award, Building2, Users, Zap, Palette, MapPin, LayoutGrid } from "lucide-react"; export default function LandingPage() { return ( @@ -29,353 +29,138 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);