Merge version_4 into main #9

Merged
bender merged 4 commits from version_4 into main 2026-04-22 13:16:13 +00:00
4 changed files with 4 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ export default function ContactPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="The Table"
button={{ text: "Book Now", href: "/contact" }}
/>
</div>

View File

@@ -19,6 +19,7 @@ export default function EventsPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="The Table"
button={{ text: "Book Now", href: "/contact" }}
/>
</div>
<div className="pt-24">

View File

@@ -19,6 +19,7 @@ export default function MenuPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="The Table"
button={{ text: "Book Now", href: "/contact" }}
/>
</div>
<div className="pt-24">

View File

@@ -27,6 +27,7 @@ export default function LandingPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="The Table"
button={{ text: "Book Now", href: "/contact" }}
/>
</div>