diff --git a/src/app/page.tsx b/src/app/page.tsx index d8bee55..f64a934 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -179,7 +179,7 @@ export default function LandingPage() { description="Great food. Great people. Great moments. Reserve your table today and taste the tradition." buttons={[ { - text: "Call us now", href: "tel:+23300000000"}, + text: "Call for Reservations", href: "tel:+23300000000"}, { text: "Get Directions", href: "#"}, ]} @@ -198,4 +198,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file