Merge version_1 into main #2
@@ -8,7 +8,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { BarChart2, Book, Globe, MessageSquare, Sparkles, Users } from "lucide-react";
|
||||
import { BarChart2, Book, Globe, MessageSquare, SlidersHorizontal, Sparkles, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,35 +29,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "home",
|
||||
href: "/",
|
||||
name: "الرئيسية", id: "home"
|
||||
},
|
||||
{
|
||||
name: "المتجر",
|
||||
id: "store",
|
||||
href: "/store",
|
||||
name: "المتجر", id: "store"
|
||||
},
|
||||
{
|
||||
name: "حول",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
name: "حول", id: "about"
|
||||
},
|
||||
{
|
||||
name: "اتصل بنا",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
name: "اتصل بنا", id: "contact"
|
||||
},
|
||||
{
|
||||
name: "لوحة التحكم",
|
||||
id: "dashboard",
|
||||
href: "/dashboard",
|
||||
name: "لوحة التحكم", id: "dashboard"
|
||||
},
|
||||
{
|
||||
name: "تسجيل الدخول",
|
||||
id: "auth",
|
||||
href: "/auth",
|
||||
},
|
||||
name: "تسجيل الدخول", id: "auth"
|
||||
}
|
||||
]}
|
||||
brandName="Youcef Library"
|
||||
bottomLeftText="الكتب الرقمية لمستقبلك"
|
||||
@@ -76,22 +64,16 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "مكتبة رقمية واسعة",
|
||||
description: "الآلاف من العناوين في متناول يدك، تغطي كافة المجالات والتخصصات.",
|
||||
icon: Book,
|
||||
title: "مكتبة رقمية واسعة", description: "الآلاف من العناوين في متناول يدك، تغطي كافة المجالات والتخصصات.", icon: Book
|
||||
},
|
||||
{
|
||||
title: "وصول سهل وفي أي وقت",
|
||||
description: "استمتع بقراءة كتبك المفضلة من أي جهاز، وفي أي مكان حول العالم.",
|
||||
icon: Globe,
|
||||
title: "وصول سهل وفي أي وقت", description: "استمتع بقراءة كتبك المفضلة من أي جهاز، وفي أي مكان حول العالم.", icon: Globe
|
||||
},
|
||||
{
|
||||
title: "تجربة قراءة مخصصة",
|
||||
description: "خيارات متعددة لتخصيص تجربة القراءة لتناسب احتياجاتك.",
|
||||
icon: SlidersHorizontal,
|
||||
},
|
||||
title: "تجربة قراءة مخصصة", description: "خيارات متعددة لتخصيص تجربة القراءة لتناسب احتياجاتك.", icon: SlidersHorizontal
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-psd/software-engineer-flyer-template-design_23-2151860480.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-psd/software-engineer-flyer-template-design_23-2151860480.jpg"
|
||||
imageAlt="Educational Arabic book graphic"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -104,21 +86,18 @@ export default function LandingPage() {
|
||||
description="نفخر بما حققناه في مكتبة يوسف، ونسعى دائمًا لتقديم الأفضل لقرّائنا."
|
||||
metrics={[
|
||||
{
|
||||
value: "50K+",
|
||||
title: "كتاب رقمي",
|
||||
value: "50K+", title: "كتاب رقمي"
|
||||
},
|
||||
{
|
||||
value: "100K+",
|
||||
title: "قارئ نشط",
|
||||
value: "100K+", title: "قارئ نشط"
|
||||
},
|
||||
{
|
||||
value: "99.9%",
|
||||
title: "رضا العملاء",
|
||||
},
|
||||
value: "99.9%", title: "رضا العملاء"
|
||||
}
|
||||
]}
|
||||
tag="إحصائيات"
|
||||
tagIcon={BarChart2}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-enter-key-confirmation-data-computer-keyboard_181624-22962.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-enter-key-confirmation-data-computer-keyboard_181624-22962.jpg"
|
||||
imageAlt="User dashboard showing statistics"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -132,26 +111,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "أحمد الشريف",
|
||||
role: "الرئيس التنفيذي",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-handsome-bearded-man-smiling-standing-against-white-background_1258-26733.jpg",
|
||||
imageAlt: "Ahmed El-Sherif CEO",
|
||||
id: "1", name: "أحمد الشريف", role: "الرئيس التنفيذي", imageSrc: "http://img.b2bpic.net/free-photo/headshot-handsome-bearded-man-smiling-standing-against-white-background_1258-26733.jpg", imageAlt: "Ahmed El-Sherif CEO"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "ليلى الفهيم",
|
||||
role: "مديرة المحتوى",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1477.jpg",
|
||||
imageAlt: "Laila Al-Faheem Content Manager",
|
||||
id: "2", name: "ليلى الفهيم", role: "مديرة المحتوى", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1477.jpg", imageAlt: "Laila Al-Faheem Content Manager"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "خالد منصور",
|
||||
role: "مدير التقنية",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-happy-face-portrait-close-up_53876-139608.jpg",
|
||||
imageAlt: "Khalid Mansour CTO",
|
||||
},
|
||||
id: "3", name: "خالد منصور", role: "مدير التقنية", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-happy-face-portrait-close-up_53876-139608.jpg", imageAlt: "Khalid Mansour CTO"
|
||||
}
|
||||
]}
|
||||
title="فريق مكتبة يوسف"
|
||||
description="نحن فريق من الشغوفين بالمعرفة والتكنولوجيا، نعمل معًا لنجعل مكتبة يوسف أفضل وجهة للكتب الرقمية."
|
||||
@@ -167,37 +134,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "سارة علي",
|
||||
handle: "@SaraReads",
|
||||
testimonial: "مكتبة يوسف غيّرت طريقتي في القراءة! سهولة الوصول والتنوع الهائل يجعلانها الخيار الأول لي.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-chair_23-2149833737.jpg",
|
||||
imageAlt: "Sara Ali",
|
||||
id: "1", name: "سارة علي", handle: "@SaraReads", testimonial: "مكتبة يوسف غيّرت طريقتي في القراءة! سهولة الوصول والتنوع الهائل يجعلانها الخيار الأول لي.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-chair_23-2149833737.jpg", imageAlt: "Sara Ali"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "محمد حسن",
|
||||
handle: "@MohdBooks",
|
||||
testimonial: "منصة رائعة، أجد كل ما أبحث عنه من كتب أكاديمية وروايات. تجربة مستخدم ممتازة.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-hipster-male-dressed-casual-clothes-with-glasses-full-beard-standing-with-crossed-arms-studio-isolated-dark-background_613910-20093.jpg",
|
||||
imageAlt: "Mohamed Hassan",
|
||||
id: "2", name: "محمد حسن", handle: "@MohdBooks", testimonial: "منصة رائعة، أجد كل ما أبحث عنه من كتب أكاديمية وروايات. تجربة مستخدم ممتازة.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-hipster-male-dressed-casual-clothes-with-glasses-full-beard-standing-with-crossed-arms-studio-isolated-dark-background_613910-20093.jpg", imageAlt: "Mohamed Hassan"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "فاطمة الزهراء",
|
||||
handle: "@FatimaZBook",
|
||||
testimonial: "أحب التصميم البديهي للموقع والقدرة على القراءة من أي جهاز. خدمة عملاء ممتازة أيضًا!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-young-businesswoman-having-confident-serious-look-staring-camera-holding-hand-her-chin-beautiful-thoughtful-female-posing-isolated-warm-oversize-jacket_343059-2169.jpg",
|
||||
imageAlt: "Fatima Zahra",
|
||||
id: "3", name: "فاطمة الزهراء", handle: "@FatimaZBook", testimonial: "أحب التصميم البديهي للموقع والقدرة على القراءة من أي جهاز. خدمة عملاء ممتازة أيضًا!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-young-businesswoman-having-confident-serious-look-staring-camera-holding-hand-her-chin-beautiful-thoughtful-female-posing-isolated-warm-oversize-jacket_343059-2169.jpg", imageAlt: "Fatima Zahra"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "يوسف كامل",
|
||||
handle: "@YoussefK",
|
||||
testimonial: "مورد لا يقدر بثمن للمتعلمين والباحثين. التحديثات المستمرة للكتب الجديدة رائعة.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
|
||||
imageAlt: "Youssef Kamel",
|
||||
},
|
||||
id: "4", name: "يوسف كامل", handle: "@YoussefK", testimonial: "مورد لا يقدر بثمن للمتعلمين والباحثين. التحديثات المستمرة للكتب الجديدة رائعة.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Youssef Kamel"
|
||||
}
|
||||
]}
|
||||
title="ماذا يقول قرّاؤنا عنا؟"
|
||||
description="شهادات من قرّاء مكتبة يوسف حول تجربتهم الفريدة."
|
||||
@@ -210,48 +157,38 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "المكتبة",
|
||||
items: [
|
||||
title: "المكتبة", items: [
|
||||
{
|
||||
label: "الرئيسية",
|
||||
href: "/",
|
||||
label: "الرئيسية", href: "/"
|
||||
},
|
||||
{
|
||||
label: "المتجر",
|
||||
href: "/store",
|
||||
label: "المتجر", href: "/store"
|
||||
},
|
||||
{
|
||||
label: "عنا",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
label: "عنا", href: "/about"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "الدعم",
|
||||
items: [
|
||||
title: "الدعم", items: [
|
||||
{
|
||||
label: "اتصل بنا",
|
||||
href: "/contact",
|
||||
label: "اتصل بنا", href: "/contact"
|
||||
},
|
||||
{
|
||||
label: "الأسئلة الشائعة",
|
||||
href: "/faq",
|
||||
},
|
||||
],
|
||||
label: "الأسئلة الشائعة", href: "/faq"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "قانوني",
|
||||
items: [
|
||||
title: "قانوني", items: [
|
||||
{
|
||||
label: "سياسة الخصوصية",
|
||||
href: "/privacy-terms",
|
||||
label: "سياسة الخصوصية", href: "/privacy-terms"
|
||||
},
|
||||
{
|
||||
label: "شروط الخدمة",
|
||||
href: "/privacy-terms",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "شروط الخدمة", href: "/privacy-terms"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="مكتبة يوسف"
|
||||
copyrightText="© 2024 مكتبة يوسف. جميع الحقوق محفوظة."
|
||||
@@ -260,4 +197,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
134
src/app/page.tsx
134
src/app/page.tsx
@@ -27,35 +27,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "home",
|
||||
href: "/",
|
||||
name: "الرئيسية", id: "home"
|
||||
},
|
||||
{
|
||||
name: "المتجر",
|
||||
id: "store",
|
||||
href: "/store",
|
||||
name: "المتجر", id: "store"
|
||||
},
|
||||
{
|
||||
name: "حول",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
name: "حول", id: "about"
|
||||
},
|
||||
{
|
||||
name: "اتصل بنا",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
name: "اتصل بنا", id: "contact"
|
||||
},
|
||||
{
|
||||
name: "لوحة التحكم",
|
||||
id: "dashboard",
|
||||
href: "/dashboard",
|
||||
name: "لوحة التحكم", id: "dashboard"
|
||||
},
|
||||
{
|
||||
name: "تسجيل الدخول",
|
||||
id: "auth",
|
||||
href: "/auth",
|
||||
},
|
||||
name: "تسجيل الدخول", id: "auth"
|
||||
}
|
||||
]}
|
||||
brandName="Youcef Library"
|
||||
bottomLeftText="الكتب الرقمية لمستقبلك"
|
||||
@@ -66,73 +54,60 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
variant: "plain"
|
||||
}}
|
||||
title="مكتبة يوسف: عالم من المعرفة الرقمية في متناول يدك"
|
||||
description="اكتشف مجموعتنا الواسعة من الكتب الإلكترونية عالية الجودة. قم بالشراء، حمّل، واقرأ على الفور."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-covers-collection_23-2149042280.jpg",
|
||||
imageAlt: "كتاب عربي حديث",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-covers-collection_23-2149042280.jpg", imageAlt: "كتاب عربي حديث"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-shiny-brochure_1035-1669.jpg",
|
||||
imageAlt: "كتاب خيال علمي",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-shiny-brochure_1035-1669.jpg", imageAlt: "كتاب خيال علمي"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/modern-design-template_23-2151882575.jpg",
|
||||
imageAlt: "كتاب تاريخ عربي",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/modern-design-template_23-2151882575.jpg", imageAlt: "كتاب تاريخ عربي"
|
||||
}
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/software-engineer-flyer-template-design_23-2151860480.jpg?_wi=1",
|
||||
imageAlt: "كتاب تعليمي",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/software-engineer-flyer-template-design_23-2151860480.jpg", imageAlt: "كتاب تعليمي"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-annual-report-with-image-template_23-2148403941.jpg",
|
||||
imageAlt: "كتاب في التمويل",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-annual-report-with-image-template_23-2148403941.jpg", imageAlt: "كتاب في التمويل"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/agenda-hourglass-with-copy-space_23-2148459703.jpg",
|
||||
imageAlt: "كتاب تطوير ذاتي",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/agenda-hourglass-with-copy-space_23-2148459703.jpg", imageAlt: "كتاب تطوير ذاتي"
|
||||
}
|
||||
]}
|
||||
tag="كتب إلكترونية فاخرة"
|
||||
tagIcon={BookOpen}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "اكتشف الكتب الآن",
|
||||
href: "/store",
|
||||
text: "اكتشف الكتب الآن", href: "/store"
|
||||
},
|
||||
{
|
||||
text: "كيف يعمل؟",
|
||||
href: "/about",
|
||||
},
|
||||
text: "كيف يعمل؟", href: "/about"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/headshot-handsome-bearded-man-smiling-standing-against-white-background_1258-26733.jpg",
|
||||
alt: "عميل سعيد",
|
||||
src: "http://img.b2bpic.net/free-photo/headshot-handsome-bearded-man-smiling-standing-against-white-background_1258-26733.jpg", alt: "عميل سعيد"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1477.jpg",
|
||||
alt: "عميلة سعيدة",
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1477.jpg", alt: "عميلة سعيدة"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-smiling-happy-face-portrait-close-up_53876-139608.jpg",
|
||||
alt: "مستخدم راضٍ",
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-smiling-happy-face-portrait-close-up_53876-139608.jpg", alt: "مستخدم راضٍ"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
alt: "مستخدمة راضية",
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", alt: "مستخدمة راضية"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-using-tablet-street-cafe_1262-19056.jpg",
|
||||
alt: "قارئ سعيد",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-using-tablet-street-cafe_1262-19056.jpg", alt: "قارئ سعيد"
|
||||
}
|
||||
]}
|
||||
avatarText="الملايين من القراء السعداء"
|
||||
carouselPosition="right"
|
||||
@@ -147,32 +122,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "book-1",
|
||||
name: "أسرار الكون",
|
||||
price: "29.99 دولار",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/realistic-islamic-new-year-poster_23-2148572666.jpg",
|
||||
imageAlt: "غلاف كتاب أسرار الكون",
|
||||
id: "book-1", name: "أسرار الكون", price: "29.99 دولار", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-vector/realistic-islamic-new-year-poster_23-2148572666.jpg", imageAlt: "غلاف كتاب أسرار الكون", variant: "default"
|
||||
},
|
||||
{
|
||||
id: "book-2",
|
||||
name: "تاريخ الحضارات القديمة",
|
||||
price: "35.00 دولار",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/realistic-islamic-new-year-vertical-poster-template_23-2148988219.jpg",
|
||||
imageAlt: "غلاف كتاب تاريخ الحضارات القديمة",
|
||||
id: "book-2", name: "تاريخ الحضارات القديمة", price: "35.00 دولار", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-vector/realistic-islamic-new-year-vertical-poster-template_23-2148988219.jpg", imageAlt: "غلاف كتاب تاريخ الحضارات القديمة", variant: "default"
|
||||
},
|
||||
{
|
||||
id: "book-3",
|
||||
name: "فن اتخاذ القرار",
|
||||
price: "24.50 دولار",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/out-order-sign_742173-1850.jpg",
|
||||
imageAlt: "غلاف كتاب فن اتخاذ القرار",
|
||||
},
|
||||
id: "book-3", name: "فن اتخاذ القرار", price: "24.50 دولار", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-vector/out-order-sign_742173-1850.jpg", imageAlt: "غلاف كتاب فن اتخاذ القرار", variant: "default"
|
||||
}
|
||||
]}
|
||||
title="كتبنا المميزة"
|
||||
description="اكتشف أكثر الكتب مبيعًا والجديدة في مكتبة يوسف."
|
||||
@@ -181,9 +141,8 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "عرض الكل",
|
||||
href: "/store",
|
||||
},
|
||||
text: "عرض الكل", href: "/store"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -193,6 +152,7 @@ export default function LandingPage() {
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
title="تجربة قراءة سلسة ومميزة"
|
||||
description="استمتع بمكتبتك الرقمية في أي وقت ومكان، مع ميزات مصممة لراحتك."
|
||||
@@ -201,29 +161,19 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "تحميل فوري",
|
||||
description: "احصل على كتبك المفضلة فور إتمام الشراء، مباشرة إلى جهازك.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-creative-business-wave-background_1035-18594.jpg",
|
||||
imageAlt: "أيقونة تحميل فوري",
|
||||
title: "تحميل فوري", description: "احصل على كتبك المفضلة فور إتمام الشراء، مباشرة إلى جهازك.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-creative-business-wave-background_1035-18594.jpg", imageAlt: "أيقونة تحميل فوري"
|
||||
},
|
||||
{
|
||||
title: "وصول آمن لمكتبتك",
|
||||
description: "مكتبتك الرقمية محمية بالكامل، مع إمكانية الوصول من أي جهاز.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cyber-monday-banners-flat-design_23-2148321370.jpg",
|
||||
imageAlt: "أيقونة وصول آمن",
|
||||
title: "وصول آمن لمكتبتك", description: "مكتبتك الرقمية محمية بالكامل، مع إمكانية الوصول من أي جهاز.", imageSrc: "http://img.b2bpic.net/free-vector/cyber-monday-banners-flat-design_23-2148321370.jpg", imageAlt: "أيقونة وصول آمن"
|
||||
},
|
||||
{
|
||||
title: "لوحة تحكم شخصية",
|
||||
description: "تتبع مشترياتك، وقم بإدارة كتبك بسهولة من خلال لوحة تحكم بديهية.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-enter-key-confirmation-data-computer-keyboard_181624-22962.jpg?_wi=1",
|
||||
imageAlt: "أيقونة لوحة تحكم المستخدم",
|
||||
},
|
||||
title: "لوحة تحكم شخصية", description: "تتبع مشترياتك، وقم بإدارة كتبك بسهولة من خلال لوحة تحكم بديهية.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-enter-key-confirmation-data-computer-keyboard_181624-22962.jpg", imageAlt: "أيقونة لوحة تحكم المستخدم"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "تعرف على المزيد",
|
||||
href: "/about",
|
||||
},
|
||||
text: "تعرف على المزيد", href: "/about"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -231,4 +181,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user