diff --git a/src/app/page.tsx b/src/app/page.tsx index baa2daf..dc3b4bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Droplet, Heart, Leaf, ShieldCheck, Sparkles, Utensils, HeartHandshake, Brush, HatChef, ScanText, Microscope } from "lucide-react"; +import { Award, Droplet, Heart, Leaf, ShieldCheck, Sparkles, Utensils, HeartHandshake, Brush, ChefHat, ScanText, Microscope } from "lucide-react"; export default function LandingPage() { return ( @@ -145,7 +145,7 @@ export default function LandingPage() { icon: Brush, text: "Meticulous Detail"}, { - icon: HatChef, + icon: ChefHat, text: "Expert Bakers"}, ], reverse: true