2 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

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 (
@@ -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"