From 17d069e53fcab3906a91519f6d515ecc46553fee Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:10:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec9a0e3..997a976 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, Cocktail, 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 } from "lucide-react"; export default function LandingPage() { return ( @@ -60,6 +60,7 @@ export default function LandingPage() { { text: "Book Your Event", href: "contact" }, { text: "Learn More", href: "services" }, ]} + mediaAnimation="none" /> @@ -83,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: Cocktail, + icon: Wine, title: "Mocktail Bars", description: "Sophisticated non-alcoholic options that don't compromise on flavor. Perfect for inclusive events and designated drivers."}, { icon: PartyPopper, @@ -100,7 +101,7 @@ export default function LandingPage() { title="Crafting Joy, One Event at a Time" description="At Barrel & Breeze, we don't just serve drinks—we create experiences. Our passion is bringing smiles to your guests' faces through exceptional cocktails, professional service, and attention to every detail. From the first pour to the last toast, we're dedicated to making your event extraordinary." tag="Our Story" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQc02MRzKtoQTSJm6nLhSIsBP4/uploaded-1772528785845-tyndt2xg.jpg?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQc02MRzKtoQTSJm6nLhSIsBP4/uploaded-1772528785845-tyndt2xg.jpg" imageAlt="Barrel & Breeze Mobile Bar Logo - Premium Branding" buttons={[{ text: "Explore Our Work", href: "contact" }]} useInvertedBackground={true} @@ -201,7 +202,7 @@ export default function LandingPage() {