Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 970398ffee | |||
| c963e5883d | |||
| 1dc496d59a | |||
| 6378c77751 | |||
| e6496e34f1 | |||
| f521241c30 | |||
| bd8b18b783 | |||
| b228455849 | |||
| 6de7443a10 | |||
| 80cdecd93d |
@@ -31,7 +31,7 @@ export default function AboutPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navLinks}
|
||||
brandName="DINE HOUSE"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
button={{ text: "Reserve", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,7 +47,7 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="DINE HOUSE"
|
||||
columns={[]}
|
||||
copyrightText="© 2024 Dine House Restaurant."
|
||||
copyrightText="© 2024 Dine House Restaurant. No delivery or table booking services available."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -23,9 +23,9 @@ export default function ContactPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[{name: 'Home', id: '/'}, {name: 'Contact', id: '/contact'}, {name: 'Reservations', id: '/reservations'}]}
|
||||
navItems={[{name: 'Home', id: '/'}, {name: 'Contact', id: '/contact'}]}
|
||||
brandName="DINE HOUSE"
|
||||
button={{ text: "Book Now", href: "/reservations" }}
|
||||
button={{ text: "Reserve", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -40,8 +40,8 @@ export default function ContactPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="DINE HOUSE"
|
||||
columns={[{ title: 'Navigation', items: [{label: 'Home', href: '/'}, {label: 'Contact', href: '/contact'}, {label: 'Reservations', href: '/reservations'}]}]}
|
||||
copyrightText="© 2024 Dine House Restaurant."
|
||||
columns={[{ title: 'Navigation', items: [{label: 'Home', href: '/'}, {label: 'Contact', href: '/contact'}]}]}
|
||||
copyrightText="© 2024 Dine House Restaurant. No delivery or table booking services available."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -31,7 +31,7 @@ export default function MenuPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navLinks}
|
||||
brandName="DINE HOUSE"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
button={{ text: "Reserve", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,7 +53,7 @@ export default function MenuPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="DINE HOUSE"
|
||||
columns={[]}
|
||||
copyrightText="© 2024 Dine House Restaurant."
|
||||
copyrightText="© 2024 Dine House Restaurant. No delivery or table booking services available."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -22,17 +22,17 @@ export default function LandingPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[{name: 'Home', id: '/'}, {name: 'Contact', id: '/contact'}, {name: 'Reservations', id: '/reservations'}]}
|
||||
navItems={[{name: 'Home', id: '/'}, {name: 'Contact', id: '/contact'}]}
|
||||
brandName="DINE HOUSE"
|
||||
button={{ text: "Book Now", href: "/reservations" }}
|
||||
button={{ text: "Reserve", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="DINE HOUSE"
|
||||
columns={[{ title: 'Navigation', items: [{label: 'Home', href: '/'}, {label: 'Contact', href: '/contact'}, {label: 'Reservations', href: '/reservations'}]}]}
|
||||
copyrightText="© 2024 Dine House Restaurant."
|
||||
columns={[{ title: 'Navigation', items: [{label: 'Home', href: '/'}, {label: 'Contact', href: '/contact'}]}]}
|
||||
copyrightText="© 2024 Dine House Restaurant. No delivery or table booking services available."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user