Update src/app/page.tsx
This commit is contained in:
@@ -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" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user