diff --git a/src/app/page.tsx b/src/app/page.tsx index 7008a3b..c840df3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { CakeSlice, Coffee, Croissant, Muffin } from "lucide-react"; +import { CakeSlice, Coffee, Croissant, Cookie } from "lucide-react"; export default function LandingPage() { return ( @@ -130,7 +130,7 @@ export default function LandingPage() { icon: Croissant, text: "Croissant"}, { - icon: Muffin, + icon: Cookie, text: "Blueberry Muffin"}, { icon: CakeSlice,