From 2ad1b8906c636463bacfc3976948edcc1235e983 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:40:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 401 ++++++++++++++--------------------------------- 1 file changed, 119 insertions(+), 282 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e176771..94b5a23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Sparkles } from "lucide-react"; +import { Sparkles, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -28,295 +28,132 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1