From 3fb74ee5de26111ec2feebd88859cc505904b240 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 11:59:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 515 ++++++++++++++--------------------------------- 1 file changed, 153 insertions(+), 362 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b0e08a..a264028 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Clock, Flame, Users } from "lucide-react"; +import { Award, Clock, Flame, Users, ChefHat } from "lucide-react"; export default function LandingPage() { return ( @@ -29,376 +29,167 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);