diff --git a/src/app/page.tsx b/src/app/page.tsx index cb50fd9..3b6d902 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Book, CakeSlice, Cookie, CookingPot, Croissant, Leaf, Mail, Salad, Star, Users, Wheat, Pipette, Drumstick, Cheese } from "lucide-react"; +import { Award, Book, CakeSlice, Cookie, CookingPot, Croissant, Leaf, Mail, Salad, Star, Users, Wheat, Pipette, Drumstick, Milk } from "lucide-react"; export default function LandingPage() { return ( @@ -138,7 +138,7 @@ export default function LandingPage() { icon: Drumstick, text: "Premium Cold Cuts"}, { - icon: Cheese, + icon: Milk, text: "Artisanal Cheeses"}, ], reverse: false