From 7d4d2f1976ec596493286f115e14b6d7f1169ca7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 23:07:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 483 +++++++++++------------------------------------ 1 file changed, 115 insertions(+), 368 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0eb5967..fe4a642 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,9 +10,8 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { ShoppingBag, ThumbsUp, Users } from "lucide-react"; +import { MessageCircle, ThumbsUp, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -29,381 +28,129 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+ - + + +
); -} +} \ No newline at end of file -- 2.49.1