diff --git a/src/app/page.tsx b/src/app/page.tsx index 12b9fe8..84ecb4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagIcon={Utensils} tagAnimation="slide-up" buttons={[ - { text: "View Menu", href: "#menu" }, + { text: "Reserve Your Table", href: "#reservation" }, { text: "Reserve a Table", href: "#reservation" } ]} buttonAnimation="slide-up"