Update src/app/page.tsx

This commit is contained in:
2026-05-08 12:40:54 +00:00
parent fbe6c7c1df
commit 419709f1ed

View File

@@ -182,8 +182,7 @@ export default function LandingPage() {
buttons={[
{
text: phoneText,
onClick: () => window.location.href = "tel:+97317210647", onMouseEnter: () => setPhoneText("+973 17210647"),
onMouseLeave: () => setPhoneText("Call to Order")
onClick: () => window.location.href = "tel:+97317210647"
},
{ text: "Order on Talabat", href: "https://www.talabat.com" }
]}