Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
290
src/app/page.tsx
290
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() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "من نحن", id: "#about"},
|
||||
{
|
||||
name: "Courses",
|
||||
id: "#features",
|
||||
},
|
||||
name: "المسارات", id: "#features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "الخطط", id: "#pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "اتصل بنا", id: "#contact"},
|
||||
]}
|
||||
brandName="Minasati"
|
||||
brandName="منصتي"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
title="Master Business Administration in Arabic"
|
||||
description="Flexible, practical courses designed for Arabic learners. From fundamentals to advanced strategy—learn at your pace with expert instructors and real-world case studies."
|
||||
variant: "sparkles-gradient"}}
|
||||
title="أتقن إدارة الأعمال باللغة العربية"
|
||||
description="دورات عملية ومرنة مصممة خصيصاً للمتعلمين العرب. من الأساسيات إلى الإستراتيجيات المتقدمة - تعلم وفق وتيرتك الخاصة مع خبراء متخصصين وحالات دراسية واقعية."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Learning Free",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "ابدأ التعلم مجاناً", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-graphic-designer-female-draws-sketches-new-logo-dental-clinic-sitting-desk-with-pc-computer-documents-colored-stationery-copy-space-wall-advertising-content-text_344912-92.jpg",
|
||||
imageAlt: "Business learning dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-with-books-notepads-sits-front-computer-top-view_169016-49260.jpg",
|
||||
imageAlt: "Professional students",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-with-hijab-indoors_23-2150751930.jpg",
|
||||
imageAlt: "Strategy planning",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-modern-muslim-woman-hijab-working-laptop-office-room-education-online_285396-9449.jpg",
|
||||
imageAlt: "Analytics dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/word-business-spelt-with-wooden-letters_23-2148227677.jpg",
|
||||
imageAlt: "Collaborative study",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-simplistic-modern-office_23-2148223261.jpg",
|
||||
imageAlt: "Career advancement",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/attractive-graphic-designer-female-draws-sketches-new-logo-dental-clinic-sitting-desk-with-pc-computer-documents-colored-stationery-copy-space-wall-advertising-content-text_344912-92.jpg", imageAlt: "Business learning dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/little-girl-with-books-notepads-sits-front-computer-top-view_169016-49260.jpg", imageAlt: "Professional students" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,19 +65,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Mission for ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/modern-muslim-woman-hijab-office-room_285396-10903.jpg",
|
||||
alt: "Learning",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Arabic Professionals",
|
||||
},
|
||||
{ type: "text", content: "رسالتنا لـ " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/modern-muslim-woman-hijab-office-room_285396-10903.jpg", alt: "Learning" },
|
||||
{ type: "text", content: " المهنيين العرب" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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="خبرات تعليمية مصممة بعناية لاحتياجات سوق الأعمال المعاصر في العالم العربي."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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="ابدأ مسيرتك المهنية بخطة تناسب أهدافك"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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="تمكين آلاف المهنيين عبر الوطن العربي."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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="تعرف على تجارب المتعلمين معنا."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Join Today"
|
||||
title="Start Your BA Journey"
|
||||
description="Sign up for a free account today and begin mastering business administration in your native language."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/desk-with-work-elements_1150-117.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
<ContactCTA
|
||||
tag="تواصل معنا"
|
||||
title="ابدأ مسيرتك المهنية"
|
||||
description="انضم إلى منصتنا اليوم وابدأ رحلة التميز في إدارة الأعمال."
|
||||
buttons={[{ text: "سجل الآن" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Minasati"
|
||||
copyrightText="© 2025 | Minasati Business Education"
|
||||
/>
|
||||
<FooterMedia
|
||||
logoText="منصتي"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/desk-with-work-elements_1150-117.jpg"
|
||||
columns={[
|
||||
{ title: "المنصة", items: [{ label: "عن الشركة", href: "#" }, { label: "الوظائف", href: "#" }] },
|
||||
{ title: "المساعدة", items: [{ label: "الدعم", href: "#" }, { label: "الأسئلة", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user