Update src/app/page.tsx
This commit is contained in:
@@ -32,11 +32,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
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"
|
||||
/>
|
||||
@@ -52,9 +52,9 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
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"
|
||||
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 -->"
|
||||
buttons={[
|
||||
{
|
||||
text: "Make a Reservation", href: "#"}
|
||||
text: "Make a Reservation", href: "#reservations"}
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -197,11 +197,11 @@ export default function LandingPage() {
|
||||
{
|
||||
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