diff --git a/src/app/page.tsx b/src/app/page.tsx index dea48b4..39125ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,7 +150,7 @@ export default function UzbekRestaurantPage() { text="Ready to savor the true taste of Shakhrisabz? Reserve your place at our table today." background={{ variant: "plain" }} buttons={[ - { text: "Reserve via Phone", href: "tel:+998900000000" }, + { text: "Call to Reserve", href: "tel:+998900000000" }, { text: "Get Directions", href: "#" } ]} useInvertedBackground={false} @@ -167,4 +167,4 @@ export default function UzbekRestaurantPage() { ); -} \ No newline at end of file +}