diff --git a/src/app/page.tsx b/src/app/page.tsx index dca7f84..d4ffc3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]}