From 0fb5d203c34aa1f67623649d155adfe7cd2e78fc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:24:47 +0000 Subject: [PATCH 1/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 54 ++++++++++--------------------------------- 1 file changed, 12 insertions(+), 42 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index eb91ba4..fc7fbb8 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -17,9 +17,7 @@ export default function MenuPage() { ]; const navButton = { - text: "Order Online", - href: "https://www.doordash.com", - }; + text: "Order Online", href: "https://www.doordash.com"}; return ( -- 2.49.1 From 59e3fe7c6ade71a980dafaa05b0692a79a28604b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:24:47 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 46 ++++++++++------------------------------------ 1 file changed, 10 insertions(+), 36 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b781ac1..fc6f33c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,9 +20,7 @@ export default function HomePage() { ]; const navButton = { - text: "Order Online", - href: "https://www.doordash.com", - }; + text: "Order Online", href: "https://www.doordash.com"}; return ( -- 2.49.1 From 84e55589468e17867a50d3a08acf916a7b905fc3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:24:48 +0000 Subject: [PATCH 3/3] Update src/app/visit/page.tsx --- src/app/visit/page.tsx | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/app/visit/page.tsx b/src/app/visit/page.tsx index 422ef01..719be2b 100644 --- a/src/app/visit/page.tsx +++ b/src/app/visit/page.tsx @@ -17,9 +17,7 @@ export default function VisitPage() { ]; const navButton = { - text: "Order Online", - href: "https://www.doordash.com", - }; + text: "Order Online", href: "https://www.doordash.com"}; return ( -- 2.49.1