Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-09 15:06:43 +00:00

View File

@@ -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}
/>
</div>
<div id="features" data-section="features">
@@ -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
},