diff --git a/src/app/page.tsx b/src/app/page.tsx index e618dcb..08b55ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import TeamCardSix from '@/components/sections/team/TeamCardSix'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Star, ChefHat, Utensils, Nut, Leaf, Martini, Grape, Blender, Users, CalendarCheck, Sparkles, Award, PartyPopper, Tag, MessageSquareText } from "lucide-react"; +import { Star, ChefHat, Utensils, Nut, Leaf, Martini, Grape, Blend, Users, CalendarCheck, Sparkles, Award, PartyPopper, Tag, MessageSquareText } from "lucide-react"; export default function LandingPage() { return ( @@ -73,6 +73,7 @@ export default function LandingPage() { tag="About Us" tagIcon={ChefHat} ariaLabel="About section" + useInvertedBackground={true} />
@@ -94,7 +95,7 @@ export default function LandingPage() { items: [ { icon: Martini, text: "Signature Drinks" }, { icon: Grape, text: "Fine Spirits Selection" }, - { icon: Blender, text: "Artisan Mixology" } + { icon: Blend, text: "Artisan Mixology" } ], reverse: true },