From dac18e40e29d6df8e185cd392bd0881ba1d49ec3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 12:12:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa27c77..f186cba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() {
{ window.location.href = "https://wa.me/201116193777"; } }, + { text: "اتصل الآن", onClick: () => { window.location.href = "tel:+201116193777"; } }, ]} />
-- 2.49.1