Update src/app/page.tsx

This commit is contained in:
2026-04-22 13:16:10 +00:00
parent 8531e04f4a
commit 35a0dd7ae2

View File

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