diff --git a/src/app/page.tsx b/src/app/page.tsx index 565ed86..5d3e5ee 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 TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Bell, Home, Map, Star, Wine, HeartHandshake, Flower2, ThermometerSun, Cooker } from "lucide-react"; +import { Award, Bell, Home, Map, Star, Wine, HeartHandshake, Flower2, ThermometerSun, Cookie } from "lucide-react"; export default function LandingPage() { return ( @@ -159,7 +159,7 @@ export default function LandingPage() { icon: Wine, label: "Degustação", value: "Vinhos Locais"}, { - icon: Cooker, + icon: Cookie, label: "Aulas", value: "Culinárias"}, { icon: Map,