From 24e04a0d0eddf6eb52cc6ab328944870c7b5064a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:53:03 +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 cafc067..31fe4d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,6 +112,9 @@ export default function HomePage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={true} + buttons={[ + { text: "اكتشف الميزات الآن", href: "#contact" } + ]} features={[ { id: "1", title: "أنشئ 10x أسرع مع الذكاء الاصطناعي", description: -- 2.49.1