diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0046707..0ab5051 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -55,12 +47,10 @@ export default function LandingPage() {
description="منصة التحديات والمهارات. العب، اربح النقاط، وتواصل مع المهندسين من كل مكان."
buttons={[
{
- text: "ابدأ اللعب الآن",
- href: "#features",
- },
+ text: "ابدأ اللعب الآن", href: "#features"},
]}
buttonAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-vector/futuristic-technology-infographic-pack_52683-34337.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-vector/futuristic-technology-infographic-pack_52683-34337.jpg"
/>
@@ -71,41 +61,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "الألعاب التنافسية",
- description: "مجموعة متنوعة من الألعاب لزيادة مهاراتك وجمع النقاط.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/phone-icon-front-side-with-white-background_187299-39933.jpg",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/3d-view-puzzle-pieces_23-2150499224.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-vector/futuristic-technology-infographic-pack_52683-34337.jpg?_wi=2",
- imageAlt: "3d puzzle game",
+ title: "الألعاب التنافسية", description: "مجموعة متنوعة من الألعاب لزيادة مهاراتك وجمع النقاط.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/phone-icon-front-side-with-white-background_187299-39933.jpg", imageAlt: "3d puzzle game" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-view-puzzle-pieces_23-2150499224.jpg", imageAlt: "3d puzzle game" }
},
{
- title: "عجلة الحظ اليومية",
- description: "جرب حظك كل 24 ساعة للفوز بجوائز إضافية ونقاط مضاعفة.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/8-bits-cars-gaming-assets_23-2151143796.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-vector/game-online-stream-frames-panels_107791-14119.jpg",
- imageAlt: "3d puzzle game",
+ title: "عجلة الحظ اليومية", description: "جرب حظك كل 24 ساعة للفوز بجوائز إضافية ونقاط مضاعفة.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", imageAlt: "3d puzzle game" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/8-bits-cars-gaming-assets_23-2151143796.jpg", imageAlt: "3d puzzle game" }
},
{
- title: "نظام النقاط الذكي",
- description: "احصل على 200 نقطة يومياً من خلال نشاطك في الموقع.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/view-3d-arcade-game-box_23-2151005754.jpg",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-vector/gradient-futuristic-infographic_23-2148459379.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-vector/modern-infographic-element-collection_52683-1778.jpg",
- imageAlt: "3d puzzle game",
- },
+ title: "نظام النقاط الذكي", description: "احصل على 200 نقطة يومياً من خلال نشاطك في الموقع.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-3d-arcade-game-box_23-2151005754.jpg", imageAlt: "3d puzzle game" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-futuristic-infographic_23-2148459379.jpg", imageAlt: "3d puzzle game" }
+ }
]}
showStepNumbers={true}
title="مميزات منصة المهندس"
@@ -120,34 +86,20 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "monthly",
- name: "اشتراك شهري",
- price: "100,000 نقطة",
- buttons: [
+ id: "monthly", name: "اشتراك شهري", price: "100,000 نقطة", buttons: [
{
- text: "تفعيل الاشتراك",
- },
+ text: "تفعيل الاشتراك"},
],
features: [
- "دخول كامل للألعاب",
- "دردشة المهندسين",
- "عجلة حظ إضافية",
- ],
+ "دخول كامل للألعاب", "دردشة المهندسين", "عجلة حظ إضافية"],
},
{
- id: "yearly",
- name: "اشتراك سنوي",
- price: "500,000 نقطة",
- buttons: [
+ id: "yearly", name: "اشتراك سنوي", price: "500,000 نقطة", buttons: [
{
- text: "تفعيل الاشتراك",
- },
+ text: "تفعيل الاشتراك"},
],
features: [
- "كل مميزات الشهرية",
- "خصم خاص",
- "أولوية في المسابقات",
- ],
+ "كل مميزات الشهرية", "خصم خاص", "أولوية في المسابقات"],
},
]}
title="خطط الاشتراكات"
@@ -161,20 +113,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "كيف أحصل على النقاط؟",
- content: "يمكنك الحصول على 200 نقطة يومياً من خلال الدخول واللعب.",
- },
+ id: "f1", title: "كيف أحصل على النقاط؟", content: "يمكنك الحصول على 200 نقطة يومياً من خلال الدخول واللعب."},
{
- id: "f2",
- title: "كيف أستخدم عجلة الحظ؟",
- content: "تتوفر عجلة الحظ مرة واحدة كل 24 ساعة في واجهة المستخدم.",
- },
+ id: "f2", title: "كيف أستخدم عجلة الحظ؟", content: "تتوفر عجلة الحظ مرة واحدة كل 24 ساعة في واجهة المستخدم."},
{
- id: "f3",
- title: "هل الاشتراك يتجدد تلقائياً؟",
- content: "لا، يمكنك اختيار التجديد يدوياً من خلال لوحة التحكم.",
- },
+ id: "f3", title: "هل الاشتراك يتجدد تلقائياً؟", content: "لا، يمكنك اختيار التجديد يدوياً من خلال لوحة التحكم."},
]}
title="الأسئلة الشائعة"
description="كل ما تحتاج معرفته عن منصة المهندس."
@@ -186,8 +129,7 @@ export default function LandingPage() {