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