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" }} /> 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" }} />