Update src/app/page.tsx

This commit is contained in:
2026-06-10 10:49:19 +00:00
parent f17dc78a6b
commit e04132ac52

View File

@@ -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"},
], ],
}, },
{ {