diff --git a/src/app/page.tsx b/src/app/page.tsx index 8887c61..7fae231 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -211,7 +211,7 @@ export default function LandingPage() { description="Ready to experience the culinary excellence of O’Briano’s? Reach out to book your reservation or inquire about catering." buttons={[ { - text: "Contact Us", href: "#"}, + text: "Reserve Your Table Now", href: "#"}, ]} /> @@ -245,4 +245,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file