Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 17:52:50 +00:00

View File

@@ -10,7 +10,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Beer, Flame, Zap, Home, Heart, Sparkles, Users, MapPin } from 'lucide-react';
import { Beer, Flame, Zap, Home, Heart, Sparkles, Users, MapPin, Beef, Spice } from 'lucide-react';
export default function LandingPage() {
return (
@@ -98,7 +98,7 @@ export default function LandingPage() {
title: "Legendary Wings", description: "Half-off wing nights. Crispy, saucy, and absolutely unforgettable. The reason people keep coming back."
},
{
icon: Zap,
icon: Beef,
title: "7oz House Burger", description: "Thick. Juicy. Cooked your way. Huge portion of tots included. The burger that built our reputation."
},
{
@@ -106,7 +106,7 @@ export default function LandingPage() {
title: "Philly Cheesesteak", description: "Fresh long roll. Generous portions. Made with the same care as everything else we serve."
},
{
icon: Zap,
icon: Spice,
title: "Buffalo Chicken Wrap", description: "Fan favorite. Perfect balance of heat. The wrap that regulars order without looking at the menu."
}
]}
@@ -179,9 +179,9 @@ export default function LandingPage() {
tagIcon={Users}
textboxLayout="default"
useInvertedBackground={true}
names=[
names={[
"Motorcycle Riders", "Neighborhood Friends", "After-Work Regulars", "Game Day Gatherings", "Birthday Celebrations", "Business Meetings", "Weekly Hangouts", "First-Time Visitors"
]
]}
buttonAnimation="slide-up"
showCard={true}
speed={40}