Update src/app/page.tsx

This commit is contained in:
2026-03-20 23:55:05 +00:00
parent c25fb4dcc3
commit 8368a3b633

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "Menu", id: "products" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Reserve Table", href: "#contact" }}
button={{ text: "Reserve Table", href: "/reserve-table" }}
animateOnLoad={true}
/>
</div>
@@ -49,7 +49,7 @@ export default function LandingPage() {
tagIcon={Utensils}
tagAnimation="slide-up"
buttons={[
{ text: "Reserve Now", href: "#contact" },
{ text: "Reserve Now", href: "/reserve-table" },
{ text: "View Menu", href: "#products" }
]}
buttonAnimation="slide-up"
@@ -77,7 +77,7 @@ export default function LandingPage() {
tagIcon={Flame}
tagAnimation="slide-up"
buttons={[
{ text: "Full Menu", href: "#contact" }
{ text: "Full Menu", href: "/reserve-table" }
]}
buttonAnimation="slide-up"
textboxLayout="default"