Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-02 07:54:46 +00:00

View File

@@ -31,24 +31,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Our Story",
id: "about",
},
{
name: "Menu",
id: "features",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Our Story", id: "about" },
{ name: "Menu", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="Brunners Tavern"
button={{ text: "Reservations", href: "#contact" }}
/>
</div>
@@ -56,35 +45,15 @@ export default function LandingPage() {
<HeroOverlay
title="Authentic Flavors, Family Values"
description="Experience the warmth of Brunners Tavern. Serving handcrafted meals and quality spirits in the heart of our community for three generations."
buttons={[
{
text: "View Our Menu",
href: "#features",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-eating-cake_23-2147716931.jpg?_wi=1"
buttons={[{ text: "View Our Menu", href: "#features" }]}
imageSrc="http://img.b2bpic.net/free-photo/woman-eating-cake_23-2147716931.jpg"
imageAlt="Interior of Brunners Tavern"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-diverse-business-people-having-meeting-together_53876-147932.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/flat-lay-appetizers-with-cutlery_23-2148322818.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-view_23-2148914893.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/women-cooking-with-different-ingredients_23-2149028629.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/closeup-diverse-business-people-having-meeting-together_53876-147932.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/flat-lay-appetizers-with-cutlery_23-2148322818.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-view_23-2148914893.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/women-cooking-with-different-ingredients_23-2149028629.jpg", alt: "Customer 5" },
]}
avatarText="Join our growing family"
/>
@@ -95,7 +64,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="A Legacy of Hospitality"
description="Founded in 1985 by the Brunner family, our tavern has grown from a humble corner spot to a beloved community fixture. We believe in scratch-made recipes, locally sourced ingredients, and genuine hospitality that makes everyone feel like family."
imageSrc="http://img.b2bpic.net/free-photo/pumpkin-pie-making-arrangement_23-2149055383.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/pumpkin-pie-making-arrangement_23-2149055383.jpg"
imageAlt="Brunner family in the tavern"
/>
</div>
@@ -107,55 +76,25 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Handcrafted Entrees",
description: "From our famous house-cured meats to wood-fired seasonal dishes, crafted with local care.",
icon: Utensils,
title: "Handcrafted Entrees", description: "From our famous house-cured meats to wood-fired seasonal dishes, crafted with local care.", icon: Utensils,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/napkin-spoons-near-food-chalkboard_23-2147930013.jpg",
imageAlt: "Signature Entree",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-pasta-olives-cutting-board_23-2148425596.jpg",
imageAlt: "Food Prep",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-cake_23-2147716931.jpg?_wi=2",
imageAlt: "gourmet burger on wooden board",
{ imageSrc: "http://img.b2bpic.net/free-photo/napkin-spoons-near-food-chalkboard_23-2147930013.jpg", imageAlt: "Signature Entree" },
{ imageSrc: "http://img.b2bpic.net/free-photo/arrangement-pasta-olives-cutting-board_23-2148425596.jpg", imageAlt: "Food Prep" },
]
},
{
title: "Crafted Beverages",
description: "An extensive selection of regional ales, fine wines, and custom house cocktails.",
icon: Coffee,
title: "Crafted Beverages", description: "An extensive selection of regional ales, fine wines, and custom house cocktails.", icon: Coffee,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/glass-dark-beer-burlap-with-pine-branch-high-quality-photo_114579-67397.jpg",
imageAlt: "Draft Beer",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/christmas-beer-glass-gifts-high-angle_23-2149757175.jpg",
imageAlt: "Cocktail",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-pie-making-arrangement_23-2149055383.jpg?_wi=2",
imageAlt: "gourmet burger on wooden board",
{ imageSrc: "http://img.b2bpic.net/free-photo/glass-dark-beer-burlap-with-pine-branch-high-quality-photo_114579-67397.jpg", imageAlt: "Draft Beer" },
{ imageSrc: "http://img.b2bpic.net/free-photo/christmas-beer-glass-gifts-high-angle_23-2149757175.jpg", imageAlt: "Cocktail" },
]
},
{
title: "Seasonal Specials",
description: "Weekly rotating dishes based on the freshest produce from local farmers markets.",
icon: Leaf,
title: "Seasonal Specials", description: "Weekly rotating dishes based on the freshest produce from local farmers markets.", icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-beer-snacks-smoked-fish-smoked-quail-pigtail-cheese-seeds-pistachios-with-lemon-table_141793-12969.jpg",
imageAlt: "Fresh Food",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-served-with-green-herbs-lemon-slices_114579-3581.jpg",
imageAlt: "Garden Veggies",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg?_wi=1",
imageAlt: "gourmet burger on wooden board",
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-beer-snacks-smoked-fish-smoked-quail-pigtail-cheese-seeds-pistachios-with-lemon-table_141793-12969.jpg", imageAlt: "Fresh Food" },
{ imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-served-with-green-herbs-lemon-slices_114579-3581.jpg", imageAlt: "Garden Veggies" },
]
},
]}
title="Signature Tavern Classics"
@@ -165,49 +104,15 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Miller",
handle: "@sarah_m",
testimonial: "The best tavern experience in the city. The family atmosphere is unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg?_wi=2",
},
{
id: "2",
name: "James Chen",
handle: "@j_chen",
testimonial: "I love the local ales selection and the house burger is simply incredible.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg",
},
{
id: "3",
name: "Emily Davis",
handle: "@edavis",
testimonial: "Perfect for family gatherings. The staff treats you like one of their own.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg",
},
{
id: "4",
name: "Michael Ross",
handle: "@mross",
testimonial: "Exceptional ingredients and consistent quality every single time we visit.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg",
},
{
id: "5",
name: "Lisa Wong",
handle: "@lwong",
testimonial: "Atmosphere is so warm and cozy, absolutely love the tavern vibe here.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-brown-bra-smiles-widely-eats-tasty-waffle-with-ice-cream-chocolate-sauce_197531-18186.jpg",
},
{ id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "The best tavern experience in the city. The family atmosphere is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg" },
{ id: "2", name: "James Chen", handle: "@j_chen", testimonial: "I love the local ales selection and the house burger is simply incredible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg" },
{ id: "3", name: "Emily Davis", handle: "@edavis", testimonial: "Perfect for family gatherings. The staff treats you like one of their own.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg" },
{ id: "4", name: "Michael Ross", handle: "@mross", testimonial: "Exceptional ingredients and consistent quality every single time we visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg" },
{ id: "5", name: "Lisa Wong", handle: "@lwong", testimonial: "Atmosphere is so warm and cozy, absolutely love the tavern vibe here.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-brown-bra-smiles-widely-eats-tasty-waffle-with-ice-cream-chocolate-sauce_197531-18186.jpg" },
]}
showRating={true}
title="Stories from Our Table"
@@ -221,27 +126,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "39+",
title: "Years Serving",
description: "Family-owned and operated since 1985.",
imageSrc: "http://img.b2bpic.net/free-photo/midsection-man-carrying-crate-with-freshly-harvested-vegetables-garden_23-2147844272.jpg",
},
{
id: "2",
value: "50+",
title: "Craft Ales",
description: "Rotating local drafts every week.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-pouring-beer-glass_23-2148872410.jpg",
},
{
id: "3",
value: "10k+",
title: "Happy Guests",
description: "Welcomed into our family every single year.",
imageSrc: "http://img.b2bpic.net/free-photo/fruit-market_209303-13.jpg",
},
{ id: "1", value: "39+", title: "Years Serving", description: "Family-owned and operated since 1985.", imageSrc: "http://img.b2bpic.net/free-photo/midsection-man-carrying-crate-with-freshly-harvested-vegetables-garden_23-2147844272.jpg" },
{ id: "2", value: "50+", title: "Craft Ales", description: "Rotating local drafts every week.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-pouring-beer-glass_23-2148872410.jpg" },
{ id: "3", value: "10k+", title: "Happy Guests", description: "Welcomed into our family every single year.", imageSrc: "http://img.b2bpic.net/free-photo/fruit-market_209303-13.jpg" },
]}
title="Quality in Numbers"
description="We are proud of our journey and the community that keeps us thriving."
@@ -253,21 +140,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "Do you accept reservations?",
content: "Yes, we encourage reservations for groups over 6, please call us directly.",
},
{
id: "2",
title: "Is the tavern family-friendly?",
content: "Absolutely, families are always welcome and we have a dedicated kids menu.",
},
{
id: "3",
title: "Are there vegetarian options?",
content: "Yes, we offer a variety of plant-based dishes made with local vegetables.",
},
{ id: "1", title: "Do you accept reservations?", content: "Yes, we encourage reservations for groups over 6, please call us directly." },
{ id: "2", title: "Is the tavern family-friendly?", content: "Absolutely, families are always welcome and we have a dedicated kids menu." },
{ id: "3", title: "Are there vegetarian options?", content: "Yes, we offer a variety of plant-based dishes made with local vegetables." },
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-white-pumpkins-chair_23-2149446017.jpg"
title="Common Questions"
@@ -279,48 +154,19 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Visit Us Today"
title="Ready for a Great Meal?"
description="Come join us for dinner or reach out to book your table."
buttons={[
{
text: "Contact Us",
href: "mailto:hello@brunnerstavern.com",
},
]}
buttons={[{ text: "Contact Us", href: "mailto:hello@brunnerstavern.com" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About",
href: "#about",
},
{
label: "Menu",
href: "#features",
},
],
},
{
items: [
{
label: "Reservations",
href: "#contact",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{ items: [{ label: "About", href: "#about" }, { label: "Menu", href: "#features" }] },
{ items: [{ label: "Reservations", href: "#contact" }, { label: "Privacy Policy", href: "#" }] },
]}
logoText="Brunners Tavern"
/>