From 7538517ae8af21ce3753b0e28c5443253aba2eee Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 14:24:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 503 +++++++++++++---------------------------------- 1 file changed, 140 insertions(+), 363 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59a6cce..105f695 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Heart, Sparkles, Star, Users, Utensils } from "lucide-react"; +import { Award, Heart, Sparkles, Star, Users, ChefHat } from "lucide-react"; export default function LandingPage() { return ( @@ -28,376 +28,153 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1