From aaa3bd07021f22391c36d5850d78050a436cfebe Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:54:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 236 ++++++++--------------------------------------- 1 file changed, 41 insertions(+), 195 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22bf876..7a472dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,24 +31,13 @@ export default function LandingPage() { @@ -56,35 +45,15 @@ export default function LandingPage() { @@ -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" /> @@ -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() {