Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user