diff --git a/src/app/page.tsx b/src/app/page.tsx index df40b68..02aa633 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { showBlur={true} showDimOverlay={true} buttons={[ - { text: "Reserve a Table", href: "#contact" }, + { text: "Book Now", href: "#contact" }, { text: "View Menu", href: "#products" } ]} buttonAnimation="slide-up"