From c1020eb85870fe2c20b9fa57b7bd4d5f06a2b15c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:16:08 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 705cf53..58a5b2c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,6 +19,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" }, ]} brandName="The Table" + button={{ text: "Book Now", href: "/contact" }} /> From 9eb8d9a5e32e5b81b15698aa35ba8fc497b4de08 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:16:09 +0000 Subject: [PATCH 2/4] Update src/app/events/page.tsx --- src/app/events/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index e17b5af..803b701 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -19,6 +19,7 @@ export default function EventsPage() { { name: "Contact", id: "/contact" }, ]} brandName="The Table" + button={{ text: "Book Now", href: "/contact" }} />
From 8531e04f4a979582ab857778a7efd6850bd35dd1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:16:09 +0000 Subject: [PATCH 3/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index ee4e09a..b4dff7d 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -19,6 +19,7 @@ export default function MenuPage() { { name: "Contact", id: "/contact" }, ]} brandName="The Table" + button={{ text: "Book Now", href: "/contact" }} />
From 35a0dd7ae287dcac50111a55f0d2796f9dbcc9a4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:16:10 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0653b3a..0e3e336 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,6 +27,7 @@ export default function LandingPage() { { name: "Contact", id: "/contact" }, ]} brandName="The Table" + button={{ text: "Book Now", href: "/contact" }} />