diff --git a/src/app/page.tsx b/src/app/page.tsx index 0812a73..cd0d9d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Bell, Book, Cake, CalendarDays, Flame, Heart, IceCream, Leaf, Phone, Scale, Smile, Sparkles, Star, ChefHat, Fork } from "lucide-react"; +import { Award, Bell, Book, Cake, CalendarDays, Flame, Heart, IceCream, Leaf, Phone, Scale, Smile, Sparkles, Star, ChefHat, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -181,7 +181,7 @@ export default function LandingPage() { icon: Scale, text: "Balanced Flavors"}, { - icon: Fork, + icon: Utensils, text: "Hearty Meal"}, ], reverse: true