From 5236dc83265251cba5e9218cdcdae2b839d63003 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:41:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 73 ++++++++++++++++++++++++------------------------ 1 file changed, 36 insertions(+), 37 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d6321fe..8eabfd1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,16 +46,15 @@ export default function LandingPage() {
@@ -63,10 +62,10 @@ export default function LandingPage() {
@@ -78,15 +77,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Global Coverage", description: "Extensive network nodes deployed across 5 continents.", bentoComponent: "globe"}, + title: "حسابات موثوقة", description: "حسابات تحتوي على لاعبين أساطير وعملات داخل اللعبة.", bentoComponent: "reveal-icon", icon: Shield}, { - title: "End-to-End Security", description: "Privacy-first architecture ensuring your data stays yours.", bentoComponent: "reveal-icon", icon: Shield, + title: "أمان عالي", description: "ضمان حماية حسابك وخصوصيتك عند الاستلام.", bentoComponent: "reveal-icon", icon: Zap, }, { - title: "High-Speed Performance", description: "Optimized routing for low-latency streaming and gaming.", bentoComponent: "animated-bar-chart"}, + title: "تحديثات دورية", description: "نوفر حسابات محدثة بآخر التشكيلات واللاعبين.", bentoComponent: "animated-bar-chart"}, ]} - title="Unmatched Network Capabilities" - description="Experience robust, secure, and lightning-fast connectivity infrastructure designed for the modern world." + title="لماذا تختارنا؟" + description="نحن الأسرع والأكثر أماناً في تقديم حسابات eFootball." /> @@ -98,17 +97,17 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", value: "1M+", title: "Connected Users", description: "Empowering digital citizens daily", icon: Users, + id: "m1", value: "5000+", title: "حساب موزع", description: "أكثر من 5000 لاعب راضٍ عن حساباته", icon: Users, }, { - id: "m2", value: "99.9%", title: "Uptime", description: "Reliability you can count on", icon: Zap, + id: "m2", value: "24/7", title: "دعم فني", description: "موجودون لمساعدتك في أي وقت", icon: Zap, }, { - id: "m3", value: "250+", title: "Global Hubs", description: "Expanding our reach every day", icon: Map, + id: "m3", value: "100%", title: "أمان", description: "تجربة خالية من المخاطر", icon: Map, }, ]} - title="Making a Difference" - description="Our metrics reflect our commitment to universal internet access." + title="أرقامنا تتحدث" + description="ثقة اللاعبين هي أولويتنا القصوى." /> @@ -119,25 +118,25 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", badge: "Free Plan", price: "$0", subtitle: "Unlimited access for everyone", buttons: [{ text: "Get Connected", href: "#contact" }], - features: ["25 Mbps Speed", "Community Support", "No Data Caps"], + id: "free", badge: "تجربة", price: "مجاناً", subtitle: "حساب تجريبي للمبتدئين", buttons: [{ text: "طلب الحساب", href: "#contact" }], + features: ["لاعبين أساسيين", "عملات محدودة", "دعم أساسي"], }, { - id: "pro", badge: "Pro Plan", price: "$9", subtitle: "Enhanced performance for power users", buttons: [{ text: "Upgrade", href: "#contact" }], - features: ["200 Mbps Speed", "Priority Routing", "Dedicated Support"], + id: "premium", badge: "مميز", price: "متوفر", subtitle: "حسابات أساطير للمحترفين", buttons: [{ text: "طلب الحساب", href: "#contact" }], + features: ["لاعبين أساطير", "عملات كثيرة", "دعم فني أولوية"], }, ]} - title="Transparent Access Options" - description="Choose the plan that suits your bandwidth needs." + title="اختر باقتك" + description="ابدأ رحلتك بأفضل تشكيلة ممكنة." />
@@ -159,12 +158,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "q1", title: "Is the free service truly unlimited?", content: "Yes, we provide unlimited access for all users on our free plan." }, - { id: "q2", title: "How do I find a network hub?", content: "Use our interactive map on the dashboard to locate the nearest node." }, + { id: "q1", title: "هل الحسابات آمنة؟", content: "نعم، جميع الحسابات يتم الحصول عليها بطرق شرعية وآمنة تماماً." }, + { id: "q2", title: "كيف استلم الحساب؟", content: "بعد الطلب، ستصلك بيانات الحساب مباشرة عبر وسائل الاتصال المحددة." }, ]} - title="Frequently Asked Questions" + title="أسئلة شائعة" faqsAnimation="slide-up" - description="Got questions? We've got answers." + description="كل ما تريد معرفته عن الحصول على حسابات بيس." />
@@ -172,16 +171,16 @@ export default function LandingPage() {