diff --git a/src/app/page.tsx b/src/app/page.tsx index c4da003..26062fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,8 +162,8 @@ export default function LandingPage() { title="Ready for an Amazing Night?" description="Reserve your table or call us for inquiries. Experience the best karaoke bar and cafe in Mary, Turkmenistan." buttons={[ - { text: "Call: +993 62 94 99 84", href: "tel:+99362949984" }, - { text: "Call: +993 61 94 99 84", href: "tel:+99361949984" } + { text: "Reserve Table", href: "tel:+99362949984" }, + { text: "View Hours", href: "#" } ]} background={{ variant: "plain" }} useInvertedBackground={false}