diff --git a/src/app/page.tsx b/src/app/page.tsx index c97b8e0..ffac32d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { ]} testimonialRotationInterval={5000} buttons={[ - { text: "Reserve Now", href: "contact" }, + { text: "Book Your Table", href: "contact" }, { text: "View Menu", href: "menu" } ]} buttonAnimation="slide-up"