3 Commits

Author SHA1 Message Date
77d71c8f74 Update src/app/page.tsx 2026-01-14 21:10:50 +00:00
219eb396e4 Update src/app/page.tsx 2026-01-14 21:08:38 +00:00
2cc6109457 Update src/app/page.tsx 2026-01-14 21:05:45 +00:00

View File

@@ -9,7 +9,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Gift, Heart, Mail, Sparkles, Star, UtensilsCrossed, Flame, Wine } from "lucide-react";
import { Gift, Heart, Mail, Sparkles, Star, UtensilsCrossed, Flame, Wine, MapPin, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "Make a Reservation", href: "reservations" },
{ text: "View Menu", href: "menu" }
]}
imageSrc="https://img.b2bpic.net/free-photo/cocktail-glasses-with-decorations-front-man_23-2148454463.jpg"
imageSrc="https://img.b2bpic.net/free-photo/young-adults-enjoying-food_23-2149303535.jpg?id=23429832"
imageAlt="The Mixer hero background"
showDimOverlay={true}
/>
@@ -76,6 +76,12 @@ export default function LandingPage() {
},
{
title: "Community Vibes", description: "A welcoming space where locals gather for connection, celebration, and good times", icon: Heart
},
{
title: "Local Sourcing", description: "Fresh ingredients sourced from San Diego farmers and local suppliers whenever possible", icon: MapPin
},
{
title: "Expert Staff", description: "Knowledgeable team passionate about hospitality and creating memorable dining experiences", icon: Users
}
]}
textboxLayout="default"