diff --git a/src/app/page.tsx b/src/app/page.tsx index 310bee9..235fc7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -224,7 +224,7 @@ export default function LandingPage() { description="Have questions or ready to make a reservation? Reach out to us now." buttons={[ { - text: "Call Us", href: "tel:+254700000000"}, + text: "Call to Book", href: "tel:+254700000000"}, { text: "Email Us", href: "mailto:info@rabihotel.com"}, ]} @@ -260,4 +260,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file