Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 77d71c8f74 | |||
| 219eb396e4 | |||
| 2cc6109457 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user