From b3c5cfdf12a737daff075bb72ea1300cafbed944 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 15:52:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 421 +++++++++++++++-------------------------------- 1 file changed, 131 insertions(+), 290 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 619a145..d446ea0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Clock, Coffee, Users } from "lucide-react"; +import { Clock, Coffee, Users, Leaf, Cake, Heart } from "lucide-react"; export default function LandingPage() { return ( @@ -28,303 +28,144 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1