Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 71e6f942e5 | |||
| 78f10136e6 | |||
| f84d6eb6fa | |||
| 950331229a | |||
| befcbab87e | |||
| 573ba248c2 | |||
| 63923ebdd2 | |||
| 7463c3df4d | |||
| c9494388e1 | |||
| c35163a7af | |||
| 06b7ccd304 | |||
| 87f8200032 | |||
| df95c39b68 | |||
| cef1b84528 | |||
| 1c49d29e24 | |||
| ff6ec0074e | |||
| e043d6c06d |
@@ -4,9 +4,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
@@ -59,17 +59,17 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{
|
{
|
||||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/flowers-stack-books_23-2147755145.jpg", imageAlt: "مقدمة البرنامج"},
|
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dp2raVnWhbdx7t6togwtPnxvPm/uploaded-1779052110448-4i531ymy.png", imageAlt: "مقدمة البرنامج"},
|
||||||
{
|
{
|
||||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/pot-near-quran-sweets_23-2147868996.jpg", imageAlt: "المواد العلمية"},
|
id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dp2raVnWhbdx7t6togwtPnxvPm/uploaded-1779051866101-lx0j621p.png", imageAlt: "المواد العلمية"},
|
||||||
{
|
{
|
||||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314075.jpg", imageAlt: "البيئة التعليمية"},
|
id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dp2raVnWhbdx7t6togwtPnxvPm/uploaded-1779051844752-rbzkt9t4.png", imageAlt: "البيئة التعليمية"},
|
||||||
{
|
{
|
||||||
id: "4", imageSrc: "http://img.b2bpic.net/free-vector/ethnic-style-islamic-festive-greeting-background-design_1017-54277.jpg", imageAlt: "المنهج المتكامل"},
|
id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dp2raVnWhbdx7t6togwtPnxvPm/uploaded-1779051945487-cx3zbvrt.png", imageAlt: "المنهج المتكامل"},
|
||||||
{
|
{
|
||||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-empty-chairs-computers-generated-by-ai_188544-22073.jpg", imageAlt: "التعليم الرقمي"},
|
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dp2raVnWhbdx7t6togwtPnxvPm/uploaded-1779051900864-n3gb1utb.png", imageAlt: "التعليم الرقمي"},
|
||||||
{
|
{
|
||||||
id: "6", imageSrc: "http://img.b2bpic.net/free-vector/purple-green-certificate-appreciation-template_1142-785.jpg", imageAlt: "نظام الشهادات"},
|
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dp2raVnWhbdx7t6togwtPnxvPm/uploaded-1779051879617-2hktw9ab.png", imageAlt: "نظام الشهادات"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -80,10 +80,10 @@ export default function LandingPage() {
|
|||||||
title="أرقام تدعم مسيرتك العلمية"
|
title="أرقام تدعم مسيرتك العلمية"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
label: "طالب علم ينهلون العلم", value: "5,000+", icon: GraduationCap,
|
label: "طالب علم ينهلون العلم", value: "300+", icon: GraduationCap,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "مقرر علمي مؤصل", value: "120", icon: BookOpen,
|
label: "مقرر علمي مؤصل", value: "10+", icon: BookOpen,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "ساعات تعليمية", value: "10,000+", icon: Clock,
|
label: "ساعات تعليمية", value: "10,000+", icon: Clock,
|
||||||
@@ -101,12 +101,12 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "مسارات تعليمية مدروسة", description: "تدرج علمي يبدأ معك من التأسيس إلى التخصص.", media: {
|
title: "مسارات تعليمية مدروسة", description: "تدرج علمي يبدأ معك من التأسيس إلى التخصص.", media: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/typographic-optical-illusions-tehran_23-2150921913.jpg", imageAlt: "Islamic academy interior"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dp2raVnWhbdx7t6togwtPnxvPm/uploaded-1779050668976-40lhhtjd.png", imageAlt: "Islamic academy interior"
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: CheckCircle,
|
icon: CheckCircle,
|
||||||
text: "منهجية سلفية"},
|
text: "منهجية علمية على طريقة أهل السنة والجماعة"},
|
||||||
{
|
{
|
||||||
icon: CheckCircle,
|
icon: CheckCircle,
|
||||||
text: "تدرج منهجي"},
|
text: "تدرج منهجي"},
|
||||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: CheckCircle,
|
icon: CheckCircle,
|
||||||
text: "مكتبة رقمية"},
|
text: "حقيبة علمية رقمية"},
|
||||||
{
|
{
|
||||||
icon: CheckCircle,
|
icon: CheckCircle,
|
||||||
text: "توثيق علمي"},
|
text: "توثيق علمي"},
|
||||||
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "تفاعل وتوجيه", description: "حلقات نقاش مباشرة ودعم فني وعلمي دائم.", media: {
|
title: "تفاعل وتوجيه", description: "حلقات نقاش مباشرة ودعم فني وعلمي دائم.", media: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-girl-thinking-library_23-2148727880.jpg", imageAlt: "Islamic academy interior"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dp2raVnWhbdx7t6togwtPnxvPm/uploaded-1779050195197-tk4r7ugz.png", imageAlt: "Islamic academy interior"
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
@@ -213,23 +213,19 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitMedia
|
<FaqSplitText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
textboxLayout="split"
|
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1", title: "كيف أسجل في البرنامج؟", content: "يمكنك التسجيل عبر الرابط في صفحة التسجيل."},
|
id: "f1", title: "كيف أسجل في البرنامج؟", content: "يمكنك التسجيل عبر الرابط في صفحة التسجيل."},
|
||||||
{
|
{
|
||||||
id: "f2", title: "هل الشهادات معتمدة؟", content: "نعم، نقدم شهادات إتمام معتمدة من إدارة البرنامج."},
|
id: "f2", title: "هل يوجد دورات مسجلة؟", content: "نعم، نقدم شهادات إتمام معتمدة من إدارة البرنامج."},
|
||||||
{
|
{
|
||||||
id: "f3", title: "هل البرنامج مناسب للمبتدئين؟", content: "بالتأكيد، لدينا مسار تمهيدي خاص."},
|
id: "f3", title: "هل البرنامج مناسب للمبتدئين في طلب العلم؟", content: "بالتأكيد، لدينا مسار تمهيدي خاص."},
|
||||||
]}
|
]}
|
||||||
title="هل لديك استفسار؟"
|
sideTitle="هل لديك استفسار؟"
|
||||||
description="إجابات على أكثر أسئلة المستفيدين شيوعاً."
|
sideDescription="إجابات على أكثر أسئلة المستفيدين شيوعاً."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dp2raVnWhbdx7t6togwtPnxvPm/uploaded-1779023190780-8w771p28.png"
|
|
||||||
imageAlt="FAQ Section"
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -245,12 +241,10 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterLogoEmphasis
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dp2raVnWhbdx7t6togwtPnxvPm/uploaded-1779023190780-gqbd3nx4.png"
|
|
||||||
logoText="بصائر"
|
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "روابط", items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "عن بصائر", href: "#about"},
|
label: "عن بصائر", href: "#about"},
|
||||||
{
|
{
|
||||||
@@ -258,7 +252,7 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "قانوني", items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "الخصوصية", href: "#"},
|
label: "الخصوصية", href: "#"},
|
||||||
{
|
{
|
||||||
@@ -266,9 +260,10 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
logoText="بصائر"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user