From 7429bf71d26f2147b33b3d88800c514db7ae7f31 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:08:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 310 ++++++++++++++++------------------------------- 1 file changed, 107 insertions(+), 203 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aed2e30..8c9aa37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,9 +10,9 @@ import HeroCentered from '@/components/sections/hero/HeroCentered'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Instagram, Leaf, Moon, Star, Waves } from "lucide-react"; +import { Instagram, Leaf, Moon, Star, Waves, Gift, Users, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -29,214 +29,118 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
);