From 3f84e41db76caf8eede55a143acc1dcd4d905b6e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 21:25:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 479 ++++++++++++++--------------------------------- 1 file changed, 140 insertions(+), 339 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42bdb3a..e6cb6fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Diamond, LayoutDashboard, Star, Tool, Wrench } from "lucide-react"; +import { Award, Diamond, LayoutDashboard, Star, Wrench, Circle } from "lucide-react"; export default function LandingPage() { return ( @@ -29,353 +29,154 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);