From ad3c58b0da70f62aaeb4e4307e450f7deb75e8a5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:31:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e65109..864e6d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterCard from '@/components/sections/footer/FooterCard'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Beer, Bottle2, Leaf, Mail, MapPin, Package, Phone, Quote, ShoppingCart, Star, Wine, Zap } from 'lucide-react'; +import { Beer, Leaf, Mail, MapPin, Package, Phone, Quote, ShoppingCart, Star, Wine, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -137,7 +137,7 @@ export default function LandingPage() { icon: Wine, title: "Wine Selection", description: "Red, white, and rosé wines from premium local and imported vineyards."}, { - icon: Bottle2, + icon: Wine, title: "Spirits & Liqueurs", description: "Whisky, vodka, rum, gin, and premium liqueurs for every taste."}, { icon: Zap,