Update src/app/page.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user