4 Commits

Author SHA1 Message Date
3100d77f82 Update src/app/page.tsx 2026-01-14 21:13:57 +00:00
bbd550fbbf Update src/app/layout.tsx 2026-01-14 21:13:56 +00:00
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
2 changed files with 9 additions and 46 deletions

View File

@@ -5,11 +5,10 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import HeroLogo from '@/components/sections/hero/HeroLogo'; import HeroLogo from '@/components/sections/hero/HeroLogo';
import SplitAbout from '@/components/sections/about/SplitAbout'; import SplitAbout from '@/components/sections/about/SplitAbout';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase'; 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() { export default function LandingPage() {
return ( return (
@@ -76,6 +75,12 @@ export default function LandingPage() {
}, },
{ {
title: "Community Vibes", description: "A welcoming space where locals gather for connection, celebration, and good times", icon: Heart 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" textboxLayout="default"
@@ -108,48 +113,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="pricing" data-section="pricing">
<PricingCardThree
title="Special Offers & Memberships"
description="Enjoy exclusive benefits and savings with our Super Rewards program and special event packages"
tag="Loyalty Rewards"
tagIcon={Gift}
plans={[
{
id: "1", price: "Free", name: "Super Rewards", buttons: [
{ text: "Join Program", href: "rewards" },
{ text: "Learn More", href: "about" }
],
features: [
"Earn points on every visit", "Exclusive member-only specials", "Birthday surprise rewards", "Early access to new menu items", "VIP event invitations"
]
},
{
id: "2", badge: "Most Popular", badgeIcon: Star,
price: "From $50", name: "Gift Cards", buttons: [
{ text: "Buy Gift Card", href: "gift-cards" },
{ text: "Check Balance", href: "gift-card-lookup" }
],
features: [
"Perfect for any occasion", "No expiration date", "Digital and physical options", "Personalized messages", "Instant delivery available"
]
},
{
id: "3", price: "Custom", name: "Private Events", buttons: [
{ text: "Book an Event", href: "events" },
{ text: "View Packages", href: "events" }
],
features: [
"Customized menu options", "Dedicated event coordinator", "Flexible space configurations", "Premium bar service", "Memorable experiences guaranteed"
]
}
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground="invertDefault"
/>
</div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardSix <TestimonialCardSix
title="What Our Community Says" title="What Our Community Says"