diff --git a/src/app/page.tsx b/src/app/page.tsx index a1f48a6..66ff5aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,7 +158,7 @@ export default function LandingPage() { tag="Visit Us" title="Book Your Dining Experience" description="Ready for an exceptional meal? Contact us today to secure your table." - buttons={[{ text: "Contact Us Now", href: "#" }]} + buttons={[{ text: "Reserve Your Table", href: "#" }]} /> @@ -185,4 +185,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}