Update src/app/contact/page.tsx

This commit is contained in:
2026-04-23 05:50:43 +00:00
parent 6378c77751
commit 1dc496d59a

View File

@@ -25,6 +25,7 @@ export default function ContactPage() {
<NavbarLayoutFloatingInline
navItems={[{name: 'Home', id: '/'}, {name: 'Contact', id: '/contact'}]}
brandName="DINE HOUSE"
button={{ text: "Reserve", href: "/contact" }}
/>
</div>