diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cca7ee..7e2fbef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Bookmark, Box, Building2, CheckCircle, Croissant, Gift, Leaf, Package, Percent, ShoppingBag, Sparkles, Cheese } from "lucide-react"; +import { Bookmark, Box, Building2, CheckCircle, Croissant, Gift, Leaf, Package, Percent, ShoppingBag, Sparkles, ChefHat } from "lucide-react"; export default function LandingPage() { return ( @@ -167,7 +167,7 @@ export default function LandingPage() { icon: Croissant, text: "Freshly Baked"}, { - icon: Cheese, + icon: ChefHat, text: "Gourmet Deli"}, { icon: Gift,