From ae7cfae252e76e1d5432cac3bc8d73b1c1d3dd0b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 20:43:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13de9f4..dfea6d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -203,6 +203,9 @@ export default function LandingPage() { title="الأسئلة الشائعة" description="إجابات سريعة على تساؤلات عملائنا الكرام." faqsAnimation="slide-up" + buttons={[ + { text: "اطلب عبر الواتساب", href: "https://wa.me/your-number" } + ]} /> -- 2.49.1