Update src/app/page.tsx

This commit is contained in:
2026-06-10 10:56:45 +00:00
parent 12b44aeab7
commit 6b387a3d07

View File

@@ -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,