diff --git a/src/app/page.tsx b/src/app/page.tsx
index a09dbf0..9a2c0cb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -13,7 +13,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Crown, Droplets, Globe, Leaf, Smile, Sparkles, Star, Utensils } from "lucide-react";
+import { Crown, ChefHat, Droplets, Globe, Leaf, Smile, Sparkles, Star, Utensils } from "lucide-react";
export default function LandingPage() {
return (
@@ -34,37 +34,21 @@ export default function LandingPage() {