From 8b2868a5581450cb466b6e7aef579ab629932cea Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:37:09 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a230515..bfd9b0d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -29,6 +29,7 @@ export default function ContactPage() { { name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Beers", id: "/beers" }, + { name: "Order Online", id: "/order" }, { name: "Events", id: "/events" }, { name: "Contact", id: "/contact" }, ]} @@ -93,4 +94,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +}