From 4b3f8a15e885b8ebe7c8f05b752fb68b783c356a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:23:52 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 99a8d75..fb979b9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1419,4 +1419,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 693de622cd4f2e1ae0c93d9dee957e394b5b4a7c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:23:53 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 71 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 47 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d0e1a2..ddc15b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Location", id: "location" }, ]} button={{ - text: "Reserve Your Table", href: "reservations"}} + text: "Reserve Your Table", href: "reservations" + }} animateOnLoad={true} /> @@ -55,15 +56,20 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-teriyaki-sauce-with-glass-burgundy_114579-2160.jpg", imageAlt: "Upscale steakhouse dining room"}, + imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-teriyaki-sauce-with-glass-burgundy_114579-2160.jpg", imageAlt: "Upscale steakhouse dining room" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cuts-fried-meat-ribs-cutting-board_141793-12499.jpg?_wi=1", imageAlt: "Signature prime rib plating"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cuts-fried-meat-ribs-cutting-board_141793-12499.jpg?_wi=1", imageAlt: "Signature prime rib plating" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/wine-cellar-with-old-wine-barrels_23-2149428781.jpg?_wi=1", imageAlt: "Premium whiskey collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/wine-cellar-with-old-wine-barrels_23-2149428781.jpg?_wi=1", imageAlt: "Premium whiskey collection" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/ideal-objects-prepare-cocktails_23-2148176790.jpg?_wi=1", imageAlt: "Handcrafted cocktail"}, + imageSrc: "http://img.b2bpic.net/free-photo/ideal-objects-prepare-cocktails_23-2148176790.jpg?_wi=1", imageAlt: "Handcrafted cocktail" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg", imageAlt: "Intimate dining ambiance"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg", imageAlt: "Intimate dining ambiance" + }, ]} ariaLabel="Hero section - The Huntsman Tavern fine dining" /> @@ -79,13 +85,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Prime Rib", description: "Hand-cut, bone-in prime rib with herb-infused crust, perfectly aged and seared to your preference", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cuts-fried-meat-ribs-cutting-board_141793-12499.jpg?_wi=2", imageAlt: "Premium prime rib"}, + title: "Prime Rib", description: "Hand-cut, bone-in prime rib with herb-infused crust, perfectly aged and seared to your preference", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cuts-fried-meat-ribs-cutting-board_141793-12499.jpg?_wi=2", imageAlt: "Premium prime rib" + }, { id: 2, - title: "Handcrafted Whiskey", description: "Curated selection of bourbon, rye, and single-malt scotch, featuring rare small-batch releases", imageSrc: "http://img.b2bpic.net/free-photo/wine-cellar-with-old-wine-barrels_23-2149428781.jpg?_wi=2", imageAlt: "Whiskey selection"}, + title: "Handcrafted Whiskey", description: "Curated selection of bourbon, rye, and single-malt scotch, featuring rare small-batch releases", imageSrc: "http://img.b2bpic.net/free-photo/wine-cellar-with-old-wine-barrels_23-2149428781.jpg?_wi=2", imageAlt: "Whiskey selection" + }, { id: 3, - title: "Craft Cocktails", description: "Expert mixology combining premium spirits, house-made syrups, and artisanal techniques", imageSrc: "http://img.b2bpic.net/free-photo/ideal-objects-prepare-cocktails_23-2148176790.jpg?_wi=2", imageAlt: "Craft cocktail"}, + title: "Craft Cocktails", description: "Expert mixology combining premium spirits, house-made syrups, and artisanal techniques", imageSrc: "http://img.b2bpic.net/free-photo/ideal-objects-prepare-cocktails_23-2148176790.jpg?_wi=2", imageAlt: "Craft cocktail" + }, ]} textboxLayout="default" useInvertedBackground={false} @@ -97,11 +106,14 @@ export default function LandingPage() { @@ -145,16 +161,20 @@ export default function LandingPage() { metrics={[ { id: "1", icon: Star, - title: "Guest Rating", value: "4.9★"}, + title: "Guest Rating", value: "4.5★" + }, { id: "2", icon: Users, - title: "Reviews", value: "200+"}, + title: "Reviews", value: "200+" + }, { id: "3", icon: Award, - title: "Years Local", value: "15+"}, + title: "Years Local", value: "15+" + }, { id: "4", icon: Heart, - title: "Returning Guests", value: "85%"}, + title: "Returning Guests", value: "85%" + }, ]} animationType="slide-up" carouselMode="buttons" @@ -187,16 +207,19 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/huntsmanellensburg", ariaLabel: "Facebook"}, + href: "https://facebook.com/huntsmanellensburg", ariaLabel: "Facebook" + }, { icon: Instagram, - href: "https://instagram.com/huntsmanellensburg", ariaLabel: "Instagram"}, + href: "https://instagram.com/huntsmanellensburg", ariaLabel: "Instagram" + }, { icon: Phone, - href: "tel:+1-509-925-1234", ariaLabel: "Call us"}, + href: "tel:+1-509-925-1234", ariaLabel: "Call us" + }, ]} /> ); -} +} \ No newline at end of file -- 2.49.1