Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e04132ac52 | |||
| f17dc78a6b | |||
| c8bcbe124d | |||
| 500cea8467 |
@@ -32,11 +32,11 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Menu", id: "#menu"},
|
name: "Menu", id: "/#menu"},
|
||||||
{
|
{
|
||||||
name: "Takeaway", id: "#"},
|
name: "Takeaway", id: "/takeaway"},
|
||||||
{
|
{
|
||||||
name: "Contact", id: "#reservations"},
|
name: "Contact", id: "/#reservations"},
|
||||||
]}
|
]}
|
||||||
brandName="Han's Kitchen"
|
brandName="Han's Kitchen"
|
||||||
/>
|
/>
|
||||||
@@ -52,9 +52,9 @@ export default function LandingPage() {
|
|||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Reserve a Table", href: "#reservations"},
|
text: "Reserve a Table", href: "/#reservations"},
|
||||||
{
|
{
|
||||||
text: "View Menu", href: "#menu"},
|
text: "View Menu", href: "/#menu"},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
|||||||
description="Select your preferred date and time below to secure your spot. Walk-ins are always welcome, but bookings are highly recommended for weekends. <!-- Embed SevenRooms / OpenTable Widget Script Here -->"
|
description="Select your preferred date and time below to secure your spot. Walk-ins are always welcome, but bookings are highly recommended for weekends. <!-- Embed SevenRooms / OpenTable Widget Script Here -->"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Make a Reservation", href: "#"}
|
text: "Make a Reservation", href: "#reservations"}
|
||||||
]}
|
]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -197,11 +197,11 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Quick Links", items: [
|
title: "Quick Links", items: [
|
||||||
{
|
{
|
||||||
label: "Menu", href: "#menu"},
|
label: "Menu", href: "/#menu"},
|
||||||
{
|
{
|
||||||
label: "Takeaway", href: "#"},
|
label: "Takeaway", href: "/takeaway"},
|
||||||
{
|
{
|
||||||
label: "Reservations", href: "#reservations"},
|
label: "Reservations", href: "/#reservations"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user