Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-08 12:40:57 +00:00

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" }
]}