From 962e703e0d27d0c0a2d90554d0394ae02faf4ea2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 20:38:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3836d39..e1da284 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,6 +43,7 @@ export default function LandingPage() { name: "تواصل معنا", id: "contact"}, ]} brandName="فطوطة" + button={{ text: "اطلب الآن", href: "https://wa.me/966500000000" }} /> @@ -72,7 +73,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "اطلب الآن", href: "#menu"}, + text: "اطلب الآن", href: "https://wa.me/966500000000"}, { text: "المنيو", href: "#menu"}, ]} @@ -140,6 +141,7 @@ export default function LandingPage() { ]} title="قائمة التميز" description="نكهات أصيلة بلمسة عصرية." + buttons={[{ text: "اطلب الآن", href: "https://wa.me/966500000000" }]} /> @@ -225,6 +227,8 @@ export default function LandingPage() { tag="تواصل معنا" title="جاهز تعيش التجربة المصرية؟" description="احجز طاولتك أو اطلب عبر الواتساب الآن." + buttonText="اطلب عبر الواتساب" + onSubmit={() => window.open("https://wa.me/966500000000", "_blank")} /> @@ -244,7 +248,7 @@ export default function LandingPage() { { title: "تواصل", items: [ { - label: "واتساب", href: "#"}, + label: "واتساب", href: "https://wa.me/966500000000"}, { label: "إنستغرام", href: "#"}, ], -- 2.49.1