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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);