diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a32d1c..cd2a43f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { imagePosition="right" mediaAnimation="opacity" buttons={[ - { text: "Visit Us Today", href: "contact" }, + { text: "Reserve a Table", href: "contact" }, { text: "Learn More", href: "about" }, ]} buttonAnimation="slide-up"