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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
);