diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 2db6b4a..5d9d650 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,7 @@ import HeroBrand from '@/components/sections/hero/HeroBrand'; import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Award, Globe, Map, Sparkles, Star, Utensils, Bed, GlassWine, ConciergeBell } from "lucide-react"; +import { Award, Globe, Map, Sparkles, Star, Utensils, Bed, ConciergeBell, Wine } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -98,7 +98,7 @@ export default function HomePage() { icon: Utensils, label: "Chefs", value: "Private & Elite"}, { - icon: GlassWine, + icon: Wine, label: "Pairings", value: "Expert"}, ], imageSrc: "http://img.b2bpic.net/free-photo/couple-hands-cheering-red-wine-glasses-dinner_140725-633.jpg"},