diff --git a/src/app/page.tsx b/src/app/page.tsx
index 87f37b6..df60ca2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactSplit from '@/components/sections/contact/ContactSplit';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
-import FooterCard from '@/components/sections/footer/FooterCard';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
@@ -32,64 +32,31 @@ export default function LandingPage() {
@@ -98,19 +65,9 @@ export default function LandingPage() {
@@ -120,30 +77,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- tag: "Expert",
- title: "Arabic-first Curriculum",
- subtitle: "Learn in your native tongue",
- description: "High-quality BA materials developed by industry experts for Arabic learners.",
- imageSrc: "http://img.b2bpic.net/free-photo/knowledge-learning-academics-study-scissors-ruler_53876-124456.jpg",
- },
- {
- tag: "Career",
- title: "Recognized Credentials",
- subtitle: "Boost your employability",
- description: "Earn certifications that open doors to premium business roles in Arab markets.",
- imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-giving-presentation_23-2151937274.jpg",
- },
- {
- tag: "Flex",
- title: "Anywhere, Anytime",
- subtitle: "Study at your own pace",
- description: "Our mobile-responsive platform lets you learn during your commute or in the comfort of your home.",
- imageSrc: "http://img.b2bpic.net/free-photo/crop-teenagers-making-photo-friend-library_23-2147860654.jpg",
- },
+ { tag: "خبراء", title: "منهج عربي أصيل", subtitle: "تعلم بلغتك الأم", description: "مواد تعليمية عالية الجودة تم تطويرها بواسطة خبراء لتمكين المتعلمين العرب.", imageSrc: "http://img.b2bpic.net/free-photo/knowledge-learning-academics-study-scissors-ruler_53876-124456.jpg" },
+ { tag: "مهني", title: "شهادات معتمدة", subtitle: "عزز فرصك الوظيفية", description: "احصل على شهادات تفتح لك أبواباً واسعة في كبرى الشركات العربية.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-giving-presentation_23-2151937274.jpg" },
+ { tag: "مرونة", title: "في أي وقت ومكان", subtitle: "تعلم بوتيرتك الخاصة", description: "منصتنا مهيأة بالكامل للعمل على كافة الأجهزة لتتعلم أثناء تنقلك.", imageSrc: "http://img.b2bpic.net/free-photo/crop-teenagers-making-photo-friend-library_23-2147860654.jpg" },
]}
- title="Why Choose Minasati"
- description="Expertly crafted BA resources tailored to the needs of the modern Arab world."
+ title="لماذا منصتي؟"
+ description="خبرات تعليمية مصممة بعناية لاحتياجات سوق الأعمال المعاصر في العالم العربي."
/>
@@ -153,54 +92,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "basic",
- title: "Essential",
- price: "$0",
- period: "lifetime",
- features: [
- "Foundation courses",
- "Exam Prep",
- "Community access",
- ],
- button: {
- text: "Start Free",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/international-day-education-illustration_23-2151101754.jpg",
- },
- {
- id: "pro",
- title: "Professional",
- price: "$49",
- period: "month",
- features: [
- "Advanced Modules",
- "Real-world Case Studies",
- "Priority Support",
- ],
- button: {
- text: "Upgrade Now",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/arrow-symbol-illustrated_23-2151909747.jpg",
- },
- {
- id: "enterprise",
- title: "Executive",
- price: "$129",
- period: "month",
- features: [
- "Advanced Modules",
- "Direct mentorship",
- "Job placement services",
- ],
- button: {
- text: "Join Now",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-promotion_1156-559.jpg",
- },
+ { id: "basic", title: "الأساسي", price: "$0", period: "مدى الحياة", features: ["دورة تأسيسية", "تحضير للاختبارات", "دخول مجتمع التعلم"], button: { text: "ابدأ مجاناً" }, imageSrc: "http://img.b2bpic.net/free-photo/international-day-education-illustration_23-2151101754.jpg" },
+ { id: "pro", title: "الاحترافي", price: "$49", period: "شهرياً", features: ["وحدات متقدمة", "حالات دراسية واقعية", "دعم فني عاجل"], button: { text: "اشترك الآن" }, imageSrc: "http://img.b2bpic.net/free-photo/arrow-symbol-illustrated_23-2151909747.jpg" },
+ { id: "enterprise", title: "التنفيذي", price: "$129", period: "شهرياً", features: ["وحدات متقدمة", "إرشاد مباشر", "خدمات توظيف"], button: { text: "انضم الآن" }, imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-promotion_1156-559.jpg" },
]}
- title="Learning Plans"
- description="Start your journey with a plan that fits your professional goals."
+ title="خطط التعلم"
+ description="ابدأ مسيرتك المهنية بخطة تناسب أهدافك"
/>
@@ -211,24 +108,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
- {
- id: "1",
- value: "10,000+",
- description: "Active Students",
- },
- {
- id: "2",
- value: "500+",
- description: "Course Modules",
- },
- {
- id: "3",
- value: "98%",
- description: "Satisfaction Rate",
- },
+ { id: "1", value: "10,000+", description: "متعلم نشط" },
+ { id: "2", value: "500+", description: "وحدة تعليمية" },
+ { id: "3", value: "98%", description: "نسبة الرضا" },
]}
- title="Platform Impact"
- description="Empowering thousands of professionals across the Middle East."
+ title="تأثير المنصة"
+ description="تمكين آلاف المهنيين عبر الوطن العربي."
/>
@@ -237,64 +122,14 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- testimonials={[
- {
- id: "1",
- name: "Ahmed Mansour",
- role: "Junior Consultant",
- company: "Global Solutions",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
- },
- {
- id: "2",
- name: "Layla Khalil",
- role: "Marketing Specialist",
- company: "Creative Hub",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/modern-muslim-woman-hijab-office-room_285396-10907.jpg",
- },
- {
- id: "3",
- name: "Omar Fayed",
- role: "Business Analyst",
- company: "Tech Innovations",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-laptop-looking-away_23-2148317298.jpg",
- },
- {
- id: "4",
- name: "Sara Zein",
- role: "Project Manager",
- company: "Construction Co",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-school-girl-with-books-park_23-2148199224.jpg",
- },
- {
- id: "5",
- name: "Karim Hisham",
- role: "HR Director",
- company: "Corporate Group",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1083.jpg",
- },
- ]}
+ testimonials={[]}
kpiItems={[
- {
- value: "85%",
- label: "Career Shift Success",
- },
- {
- value: "4.9/5",
- label: "Average Rating",
- },
- {
- value: "50+",
- label: "Corporate Partners",
- },
+ { value: "85%", label: "نجاح وظيفي" },
+ { value: "4.9/5", label: "تقييم العملاء" },
+ { value: "50+", label: "شركاء مؤسسيين" },
]}
- title="Success Stories"
- description="Hear what our students have to say about their career journey."
+ title="قصص النجاح"
+ description="تعرف على تجارب المتعلمين معنا."
/>
@@ -303,49 +138,36 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
- {
- id: "1",
- title: "Are courses in Arabic?",
- content: "Yes, our entire curriculum is designed and delivered in Arabic.",
- },
- {
- id: "2",
- title: "Is certification provided?",
- content: "Every course includes a recognized certificate upon completion.",
- },
- {
- id: "3",
- title: "Can I learn on my phone?",
- content: "Our platform is fully optimized for all mobile devices.",
- },
+ { id: "1", title: "هل الدورات باللغة العربية؟", content: "نعم، المناهج مصممة ومقدمة باللغة العربية بالكامل." },
+ { id: "2", title: "هل توجد شهادات؟", content: "نعم، يتم منح شهادة معتمدة عند إتمام كل دورة." },
+ { id: "3", title: "هل يمكنني التعلم عبر الجوال؟", content: "منصتنا مصممة لتعمل بسلاسة على كافة الأجهزة." },
]}
- title="Common Questions"
- description="Everything you need to know about our courses."
+ title="الأسئلة الشائعة"
+ description="كل ما تحتاج معرفته عن منصتنا"
faqsAnimation="slide-up"
/>
-
);
-}
+}
\ No newline at end of file