From bd73e0acae61d41410c1d3d945611b197cb5111a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 00:18:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 313 ++++++++++------------------------------------- 1 file changed, 67 insertions(+), 246 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3316e40..343b622 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,34 +34,20 @@ export default function LandingPage() { @@ -417,58 +261,35 @@ export default function LandingPage() { logoText="Down Valley Brewing" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "#home", - }, + label: "Home", href: "#home"}, { - label: "Our Beers", - href: "#beers", - }, + label: "Our Beers", href: "#beers"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Events", - href: "#experience", - }, + label: "Events", href: "#experience"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Facebook", - href: "https://facebook.com/downvalleybrewing", - }, + label: "Facebook", href: "https://facebook.com/downvalleybrewing"}, { - label: "Instagram", - href: "https://instagram.com/downvalleybrewing", - }, + label: "Instagram", href: "https://instagram.com/downvalleybrewing"}, { - label: "Email Us", - href: "mailto:info@downvalleybrewing.com", - }, + label: "Email Us", href: "mailto:info@downvalleybrewing.com"}, ], }, { - title: "Visit Us", - items: [ + title: "Visit Us", items: [ { - label: "123 Brewery Lane, Down Valley, DV 12345", - href: "https://maps.google.com/?q=Down+Valley+Brewing+Company", - }, + label: "123 Brewery Lane, Down Valley, DV 12345", href: "https://maps.google.com/?q=Down+Valley+Brewing+Company"}, { - label: "Mon-Fri: 3PM - 10PM", - href: "#", - }, + label: "Mon-Fri: 3PM - 10PM", href: "#"}, { - label: "Sat-Sun: 12PM - 11PM", - href: "#", - }, + label: "Sat-Sun: 12PM - 11PM", href: "#"}, ], }, ]} -- 2.49.1