Spaces:
Running
Running
| <html lang="ar" dir="rtl"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>حماية سبرانية متقدمة</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> | |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap'); | |
| body { | |
| font-family: 'Tajawal', sans-serif; | |
| } | |
| .plan-card { | |
| transition: all 0.3s ease; | |
| } | |
| .plan-card:hover { | |
| transform: translateY(-10px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| .feature-item { | |
| position: relative; | |
| padding-right: 1.5rem; | |
| } | |
| .feature-item::before { | |
| content: ''; | |
| position: absolute; | |
| right: 0; | |
| top: 50%; | |
| transform: translateY(-50%); | |
| width: 0.75rem; | |
| height: 0.75rem; | |
| background-color: #3B82F6; | |
| border-radius: 50%; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-50"> | |
| <!-- Header --> | |
| <header class="bg-white shadow-sm"> | |
| <div class="container mx-auto px-4 py-6 flex justify-between items-center"> | |
| <div class="flex items-center"> | |
| <i data-feather="shield" class="text-blue-500 w-8 h-8 mr-2"></i> | |
| <h1 class="text-xl font-bold text-gray-800">أمان سبراني</h1> | |
| </div> | |
| <nav class="hidden md:flex space-x-6 space-x-reverse"> | |
| <a href="#" class="text-gray-600 hover:text-blue-500">الرئيسية</a> | |
| <a href="#" class="text-gray-600 hover:text-blue-500">المميزات</a> | |
| <a href="#" class="text-gray-600 hover:text-blue-500">الخطط</a> | |
| <a href="#" class="text-gray-600 hover:text-blue-500">الدعم</a> | |
| </nav> | |
| <button class="md:hidden"> | |
| <i data-feather="menu" class="w-6 h-6 text-gray-600"></i> | |
| </button> | |
| </div> | |
| </header> | |
| <!-- Hero Section --> | |
| <section class="py-16 bg-gradient-to-r from-blue-500 to-blue-600 text-white"> | |
| <div class="container mx-auto px-4 text-center"> | |
| <h1 class="text-4xl font-bold mb-6" data-aos="fade-down">حماية متكاملة لأجهزتك الرقمية</h1> | |
| <p class="text-xl mb-8 max-w-2xl mx-auto" data-aos="fade-down" data-aos-delay="100"> | |
| وفر حماية شاملة لأجهزتك باستخدام أحدث تقنيات الذكاء الاصطناعي للحماية من التهديدات الإلكترونية | |
| </p> | |
| <button class="bg-white text-blue-600 px-8 py-3 rounded-full font-bold hover:bg-gray-100 transition duration-300" data-aos="fade-up" data-aos-delay="200"> | |
| ابدأ الآن | |
| </button> | |
| </div> | |
| </section> | |
| <!-- Pricing Section --> | |
| <section class="py-20 bg-gray-50"> | |
| <div class="container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold text-center text-gray-800 mb-4" data-aos="fade-down">اختر خطتك المثالية</h2> | |
| <p class="text-gray-600 text-center max-w-2xl mx-auto mb-12" data-aos="fade-down" data-aos-delay="100"> | |
| نوفر لك مجموعة من الخطط المصممة خصيصاً لتلبية احتياجاتك الأمنية | |
| </p> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto"> | |
| <!-- Basic Plan --> | |
| <div class="plan-card bg-white rounded-xl shadow-md overflow-hidden" data-aos="fade-up"> | |
| <div class="p-8 text-center"> | |
| <h3 class="text-2xl font-bold text-gray-800 mb-2">الخطة الأساسية</h3> | |
| <div class="text-blue-500 text-4xl font-bold mb-6">49 ريال<span class="text-gray-500 text-lg">/شهر</span></div> | |
| <button class="w-full bg-blue-500 text-white py-3 rounded-lg font-bold hover:bg-blue-600 transition duration-300 mb-8"> | |
| اشترك الآن | |
| </button> | |
| <ul class="space-y-4 text-right"> | |
| <li class="feature-item">حماية متقدمة من الفيروسات باستخدام الذكاء الاصطناعي</li> | |
| <li class="feature-item">جدار ناري أساسي</li> | |
| <li class="feature-item">مراقبة التهديدات المتقدمة</li> | |
| <li class="feature-item">نسخ احتياطي</li> | |
| </ul> | |
| </div> | |
| </div> | |
| <!-- Popular Plan --> | |
| <div class="plan-card bg-white rounded-xl shadow-lg overflow-hidden transform scale-105" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="bg-blue-500 text-white text-center py-2"> | |
| <span class="font-bold">الأكثر شعبية</span> | |
| </div> | |
| <div class="p-8 text-center"> | |
| <h3 class="text-2xl font-bold text-gray-800 mb-2">الخطة المتقدمة</h3> | |
| <div class="text-blue-500 text-4xl font-bold mb-6">89 ريال<span class="text-gray-500 text-lg">/شهر</span></div> | |
| <button class="w-full bg-blue-500 text-white py-3 rounded-lg font-bold hover:bg-blue-600 transition duration-300 mb-8"> | |
| اشترك الآن | |
| </button> | |
| <ul class="space-y-4 text-right"> | |
| <li class="feature-item">كل مميزات الخطة الأساسية</li> | |
| <li class="feature-item">حماية متقدمة من التصيد الاحتيالي</li> | |
| <li class="feature-item">حماية خصوصية متقدمة</li> | |
| <li class="feature-item">إدارة كلمات المرور</li> | |
| <li class="feature-item">دعم فني على مدار الساعة</li> | |
| </ul> | |
| </div> | |
| </div> | |
| <!-- Premium Plan --> | |
| <div class="plan-card bg-white rounded-xl shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="p-8 text-center"> | |
| <h3 class="text-2xl font-bold text-gray-800 mb-2">الخطة المميزة</h3> | |
| <div class="text-blue-500 text-4xl font-bold mb-6">129 ريال<span class="text-gray-500 text-lg">/شهر</span></div> | |
| <button class="w-full bg-blue-500 text-white py-3 rounded-lg font-bold hover:bg-blue-600 transition duration-300 mb-8"> | |
| اشترك الآن | |
| </button> | |
| <ul class="space-y-4 text-right"> | |
| <li class="feature-item">كل مميزات الخطة المتقدمة</li> | |
| <li class="feature-item">حماية متعددة الأجهزة (حتى 10 أجهزة)</li> | |
| <li class="feature-item">تخزين سحابي آمن</li> | |
| <li class="feature-item">حماية للأطفال</li> | |
| <li class="feature-item">حماية من سرقة الهوية</li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Features Section --> | |
| <section class="py-20 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold text-center text-gray-800 mb-4" data-aos="fade-down">لماذا تختار أمان سبراني؟</h2> | |
| <p class="text-gray-600 text-center max-w-2xl mx-auto mb-12" data-aos="fade-down" data-aos-delay="100"> | |
| نوفر لك حماية شاملة باستخدام أحدث التقنيات في مجال الأمن السيبراني | |
| </p> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto"> | |
| <div class="bg-gray-50 p-8 rounded-lg" data-aos="fade-up"> | |
| <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mb-6"> | |
| <i data-feather="shield" class="text-blue-500 w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">حماية متقدمة</h3> | |
| <p class="text-gray-600">نستخدم الذكاء الاصطناعي لاكتشاف التهديدات الجديدة قبل أن تؤثر على أجهزتك</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-lg" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mb-6"> | |
| <i data-feather="clock" class="text-blue-500 w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">مراقبة مستمرة</h3> | |
| <p class="text-gray-600">نراقب أجهزتك على مدار الساعة لحمايتها من أي تهديدات محتملة</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-lg" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mb-6"> | |
| <i data-feather="users" class="text-blue-500 w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">دعم فني متخصص</h3> | |
| <p class="text-gray-600">فريق دعم فني متاح على مدار الساعة لمساعدتك في أي استفسار أو مشكلة</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-16 bg-blue-500 text-white"> | |
| <div class="container mx-auto px-4 text-center"> | |
| <h2 class="text-3xl font-bold mb-6" data-aos="fade-down">جاهز لحماية أجهزتك؟</h2> | |
| <p class="text-xl mb-8 max-w-2xl mx-auto" data-aos="fade-down" data-aos-delay="100"> | |
| اختر خطتك الآن واستمتع بحماية متكاملة لأجهزتك الرقمية | |
| </p> | |
| <button class="bg-white text-blue-600 px-8 py-3 rounded-full font-bold hover:bg-gray-100 transition duration-300" data-aos="fade-up" data-aos-delay="200"> | |
| ابدأ الحماية الآن | |
| </button> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-800 text-white py-12"> | |
| <div class="container mx-auto px-4"> | |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> | |
| <div> | |
| <div class="flex items-center mb-4"> | |
| <i data-feather="shield" class="text-blue-400 w-6 h-6 mr-2"></i> | |
| <span class="font-bold text-lg">أمان سبراني</span> | |
| </div> | |
| <p class="text-gray-400">نوفر حلول أمنية متكاملة لحماية أجهزتك الرقمية من التهديدات الإلكترونية</p> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-4">روابط سريعة</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">الرئيسية</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">المميزات</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">الخطط</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">الدعم</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-4">تواصل معنا</h4> | |
| <ul class="space-y-2"> | |
| <li class="flex items-center text-gray-400"><i data-feather="mail" class="w-4 h-4 mr-2"></i> info@aman-sibrani.com</li> | |
| <li class="flex items-center text-gray-400"><i data-feather="phone" class="w-4 h-4 mr-2"></i> 920000000</li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-4">تابعنا</h4> | |
| <div class="flex space-x-4 space-x-reverse"> | |
| <a href="#" class="text-gray-400 hover:text-white"><i data-feather="twitter"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white"><i data-feather="facebook"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white"><i data-feather="instagram"></i></a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400"> | |
| <p>© 2023 أمان سبراني. جميع الحقوق محفوظة.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| AOS.init({ | |
| duration: 800, | |
| easing: 'ease-in-out', | |
| once: true | |
| }); | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |