Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -13,7 +13,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
|||||||
icon: Wine,
|
icon: Wine,
|
||||||
label: "Degustação", value: "Vinhos Locais"},
|
label: "Degustação", value: "Vinhos Locais"},
|
||||||
{
|
{
|
||||||
icon: Cooker,
|
icon: Cookie,
|
||||||
label: "Aulas", value: "Culinárias"},
|
label: "Aulas", value: "Culinárias"},
|
||||||
{
|
{
|
||||||
icon: Map,
|
icon: Map,
|
||||||
|
|||||||
Reference in New Issue
Block a user