diff --git a/src/app/page.tsx b/src/app/page.tsx index 60804b5..31bc127 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Sparkles, Utensils, Wheat, Wine, LampDesk, PartyPopper, MoonStar, Grapes, Microscope } from "lucide-react"; +import { Sparkles, Utensils, Wheat, Wine, LampDesk, PartyPopper, MoonStar, Grape, Microscope } from "lucide-react"; export default function LandingPage() { return ( @@ -148,7 +148,7 @@ export default function LandingPage() { icon: Wine, text: "Expert Pairings"}, { - icon: Grapes, + icon: Grape, text: "Regional Wines"}, { icon: Microscope,