From c0f6b9962c44ce1d0dde59c378e0b9c9543a67d5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:17:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 380 ++++++++++++++--------------------------------- 1 file changed, 110 insertions(+), 270 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a1b66f..bb9b1af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Leaf } from "lucide-react"; +import { Award, Leaf, FlaskConical } from "lucide-react"; export default function LandingPage() { return ( @@ -29,284 +29,124 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1