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={[ buttons={[
{ {
text: phoneText, text: phoneText,
onClick: () => window.location.href = "tel:+97317210647", onMouseEnter: () => setPhoneText("+973 17210647"), onClick: () => window.location.href = "tel:+97317210647"
onMouseLeave: () => setPhoneText("Call to Order")
}, },
{ text: "Order on Talabat", href: "https://www.talabat.com" } { text: "Order on Talabat", href: "https://www.talabat.com" }
]} ]}