Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-28 02:21:58 +00:00
3 changed files with 29 additions and 70 deletions

View File

@@ -27,33 +27,21 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Events",
id: "/events",
},
name: "Events", id: "/events"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/reserved-sign-template-design_742173-25410.jpg"
logoAlt="The Mountain Table Logo"
brandName="The Mountain Table"
button={{
text: "Reservations",
href: "/#catering-inquiry",
}}
text: "Reservations", href: "/#catering-inquiry"}}
animateOnLoad={true}
/>
</div>
@@ -63,23 +51,18 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Our Story: A Local Legacy",
},
type: "text", content: "Our Story: A Local Legacy"},
{
type: "text", content: "Nestled in the heart of Serene Valley, The Mountain Table began as a dream to create a place where great food and memorable atmosphere blend seamlessly. For over three decades, we've been a beloved gathering spot, championing local ingredients and authentic hospitality. Our philosophy is simple: serve delicious, thoughtfully prepared meals in a welcoming setting that feels like home. Were more than a restaurant; were a cornerstone of the community, committed to quality, sustainability, and creating lasting memories for every guest."},
{
type: "image", src: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg", alt: "Cozy restaurant interior with rustic modern decor"}
]}
buttons={[
{
text: "Meet Our Chef",
href: "/about#our-team",
},
text: "Meet Our Chef", href: "/about#our-team"},
{
text: "Community Initiatives",
href: "/about",
},
text: "Community Initiatives", href: "/about"}
]}
description="Nestled in the heart of Serene Valley, The Mountain Table began as a dream to create a place where great food and memorable atmosphere blend seamlessly. For over three decades, we've been a beloved gathering spot, championing local ingredients and authentic hospitality. Our philosophy is simple: serve delicious, thoughtfully prepared meals in a welcoming setting that feels like home. Were more than a restaurant; were a cornerstone of the community, committed to quality, sustainability, and creating lasting memories for every guest."
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg"
imageAlt="Cozy restaurant interior with rustic modern decor"
/>
</div>
@@ -92,29 +75,13 @@ export default function LandingPage() {
membersAnimation="slide-up"
members={[
{
id: "chef-john",
name: "Chef Johnathan Doe",
imageSrc: "http://img.b2bpic.net/free-photo/black-chef-modern-kitchen-adding-herbs-leaves-dish-stove_482257-127688.jpg",
imageAlt: "Portrait of Chef Johnathan Doe",
},
id: "chef-john", name: "Chef Johnathan Doe", imageSrc: "http://img.b2bpic.net/free-photo/black-chef-modern-kitchen-adding-herbs-leaves-dish-stove_482257-127688.jpg", imageAlt: "Portrait of Chef Johnathan Doe"},
{
id: "manager-jane",
name: "Jane Smith",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg",
imageAlt: "Portrait of Jane Smith, General Manager",
},
id: "manager-jane", name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg", imageAlt: "Portrait of Jane Smith, General Manager"},
{
id: "sommelier-david",
name: "David Green",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owner-with-crossed-arms_23-2149434495.jpg",
imageAlt: "Portrait of David Green, Sommelier",
},
id: "sommelier-david", name: "David Green", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owner-with-crossed-arms_23-2149434495.jpg", imageAlt: "Portrait of David Green, Sommelier"},
{
id: "events-mary",
name: "Mary Lee",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865362.jpg",
imageAlt: "Portrait of Mary Lee, Events Coordinator",
},
id: "events-mary", name: "Mary Lee", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865362.jpg", imageAlt: "Portrait of Mary Lee, Events Coordinator"}
]}
memberVariant="card"
/>
@@ -128,24 +95,16 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
href: "https://www.instagram.com/themountaintable",
ariaLabel: "Instagram",
},
href: "https://www.instagram.com/themountaintable", ariaLabel: "Instagram"},
{
icon: Facebook,
href: "https://www.facebook.com/themountaintable",
ariaLabel: "Facebook",
},
href: "https://www.facebook.com/themountaintable", ariaLabel: "Facebook"},
{
icon: MapPin,
href: "https://www.google.com/maps/search/?api=1&query=The+Mountain+Table+Restaurant",
ariaLabel: "Find us on Google Maps",
},
href: "https://www.google.com/maps/search/?api=1&query=The+Mountain+Table+Restaurant", ariaLabel: "Find us on Google Maps"},
{
icon: Heart,
href: "/#testimonials",
ariaLabel: "Read Testimonials",
},
href: "/#testimonials", ariaLabel: "Read Testimonials"},
]}
/>
</div>

View File

@@ -53,14 +53,14 @@ export default function LandingPage() {
{
type: "text", content: "Our Culinary Creations"},
{
type: "text", content: "Explore our curated menu, featuring seasonal ingredients, signature steaks, fresh seafood, and handcrafted cocktails. Each dish is a celebration of local flavors and rustic elegance."}
type: "text", content: "Explore our curated menu, featuring seasonal ingredients, signature steaks, fresh seafood, and handcrafted cocktails. Each dish is a celebration of local flavors and rustic elegance."},
{
type: "image", src: "http://img.b2bpic.net/free-photo/modern-man-reading-table-with-copy-space_23-2148634071.jpg", alt: "Beautifully arranged diverse menu items"}
]}
buttons={[
{
text: "Download Full Menu (PDF)", href: "/assets/menu.pdf"},
text: "Download Full Menu (PDF)", href: "/assets/menu.pdf"}
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-man-reading-table-with-copy-space_23-2148634071.jpg"
imageAlt="Beautifully arranged diverse menu items"
/>
</div>

View File

@@ -187,16 +187,16 @@ export default function LandingPage() {
{
type: "text", content: "Visit Us & Get Directions"},
{
type: "text", content: "We are conveniently located at:\n123 Mountain View Dr,\nSerene Valley, CA 91234\n\n**Hours:**\nMon-Thu: 5 PM - 10 PM\nFri-Sat: 4 PM - 11 PM\nSun: 10 AM - 9 PM (Brunch & Dinner)\n\nPlenty of free parking available on-site."}
type: "text", content: "We are conveniently located at:\n123 Mountain View Dr,\nSerene Valley, CA 91234\n\n**Hours:**\nMon-Thu: 5 PM - 10 PM\nFri-Sat: 4 PM - 11 PM\nSun: 10 AM - 9 PM (Brunch & Dinner)\n\nPlenty of free parking available on-site."},
{
type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-young-man-hostel_23-2150601157.jpg", alt: "Map showing location of The Mountain Table Restaurant"}
]}
buttons={[
{
text: "Get Directions", href: "https://www.google.com/maps/search/?api=1&query=The+Mountain+Table+Restaurant"},
{
text: "Call to Book", href: "tel:+15551234567"},
text: "Call to Book", href: "tel:+15551234567"}
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-young-man-hostel_23-2150601157.jpg"
imageAlt="Map showing location of The Mountain Table Restaurant"
/>
</div>