From 7276281be39499c99559aec404af8fc474f4fbf1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:11:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 432 +++++++++++++---------------------------------- 1 file changed, 121 insertions(+), 311 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d279ea6..622e551 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Users } from "lucide-react"; +import { Award, Users, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -26,322 +26,132 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
-
+
+
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1