Merge version_4 into main #7

Merged
bender merged 4 commits from version_4 into main 2026-04-23 05:50:47 +00:00
4 changed files with 4 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ export default function AboutPage() {
<NavbarLayoutFloatingInline
navItems={navLinks}
brandName="DINE HOUSE"
button={{ text: "Reserve", href: "/contact" }}
/>
</div>

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>

View File

@@ -31,6 +31,7 @@ export default function MenuPage() {
<NavbarLayoutFloatingInline
navItems={navLinks}
brandName="DINE HOUSE"
button={{ text: "Reserve", href: "/contact" }}
/>
</div>

View File

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