diff --git a/src/app/page.tsx b/src/app/page.tsx index dfdd383..fab1deb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Reserve Table", href: "#contact"}, + text: "Book Your Table Now", href: "#contact"}, ]} marqueeItems={[ { @@ -228,4 +228,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file