From 730e0d2ca53ee9907c70fc9e2a7c71bbd3bd9def Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:10:58 +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 997a976..9bba0b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Sparkles, Zap, Award, Heart, DollarSign, Calendar, Truck, Wine, PartyPopper, Palette, Users, CheckCircle, Clock, Star, Crown } from "lucide-react"; +import { Sparkles, Zap, Award, Heart, DollarSign, Calendar, Truck, Wine, PartyPopper, Palette, Users, CheckCircle, Clock, Star, Crown, Cocktail } from "lucide-react"; export default function LandingPage() { return ( @@ -84,7 +84,7 @@ export default function LandingPage() { icon: Palette, title: "Sip & Paint Events", description: "Creative cocktail experiences combined with art. Perfect for date nights, team building, or unique celebrations with friends."}, { - icon: Wine, + icon: Cocktail, title: "Mocktail Bars", description: "Sophisticated non-alcoholic options that don't compromise on flavor. Perfect for inclusive events and designated drivers."}, { icon: PartyPopper, -- 2.49.1