From c4bf5d9cc4b2f2bb492e63f67278b9e00aec3a6c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 06:32:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 363 ++++++++++++++--------------------------------- 1 file changed, 103 insertions(+), 260 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b690d5..7b167ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Sparkles, Coffee, Smile } from 'lucide-react'; export default function LandingPage() { return ( @@ -26,273 +27,115 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1