Merge version_1 into main #2
194
src/app/page.tsx
194
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "مولد الرموز",
|
||||
id: "/generator",
|
||||
},
|
||||
{
|
||||
name: "دليل التحويلات",
|
||||
id: "/directory",
|
||||
},
|
||||
{
|
||||
name: "لوحة التحكم",
|
||||
id: "/admin",
|
||||
},
|
||||
{ name: "الرئيسية", id: "/" },
|
||||
{ name: "مولد الرموز", id: "/generator" },
|
||||
{ name: "دليل التحويلات", id: "/directory" },
|
||||
{ name: "لوحة التحكم", id: "/admin" },
|
||||
]}
|
||||
brandName="JznQR"
|
||||
/>
|
||||
@@ -52,86 +40,34 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="منصة JznQR"
|
||||
description="أداة داخلية احترافية لتوليد رموز QR الموثوقة وإدارة دليل التحويلات بكفاءة."
|
||||
kpis={[
|
||||
{
|
||||
value: "1200",
|
||||
label: "رموز QR تم إنشاؤها",
|
||||
},
|
||||
{
|
||||
value: "450",
|
||||
label: "تحويلة مسجلة",
|
||||
},
|
||||
{
|
||||
value: "25",
|
||||
label: "إدارة فعالة",
|
||||
},
|
||||
{ value: "1200", label: "رموز QR تم إنشاؤها" },
|
||||
{ value: "450", label: "تحويلة مسجلة" },
|
||||
{ value: "25", label: "إدارة فعالة" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "إنشاء رمز QR",
|
||||
href: "/generator",
|
||||
},
|
||||
{
|
||||
text: "البحث في الدليل",
|
||||
href: "/directory",
|
||||
},
|
||||
{ text: "إنشاء رمز QR", href: "/generator" },
|
||||
{ text: "البحث في الدليل", href: "/directory" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blue-light-with-bokeh-effect_1208-207.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/keyboard-button-closeup-laptop-keyboard_169016-61880.jpg",
|
||||
alt: "مستخدم 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg",
|
||||
alt: "مستخدم 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-background-with-white-cubes_23-2150473011.jpg",
|
||||
alt: "مستخدم 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-binary-script-running-pc-monitors_482257-123753.jpg",
|
||||
alt: "مستخدم 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-green-light-slime-oil_23-2148231558.jpg",
|
||||
alt: "مستخدم 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/keyboard-button-closeup-laptop-keyboard_169016-61880.jpg", alt: "مستخدم 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg", alt: "مستخدم 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/3d-background-with-white-cubes_23-2150473011.jpg", alt: "مستخدم 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-binary-script-running-pc-monitors_482257-123753.jpg", alt: "مستخدم 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/abstract-green-light-slime-oil_23-2148231558.jpg", alt: "مستخدم 5" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "أمان رقمي",
|
||||
icon: Shield,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "توافق عالي",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "أداء سريع",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "تحديث لحظي",
|
||||
icon: History,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "دعم تقني",
|
||||
icon: Headphones,
|
||||
},
|
||||
{ type: "text-icon", text: "أمان رقمي", icon: Shield },
|
||||
{ type: "text-icon", text: "توافق عالي", icon: CheckCircle },
|
||||
{ type: "text-icon", text: "أداء سريع", icon: Zap },
|
||||
{ type: "text-icon", text: "تحديث لحظي", icon: History },
|
||||
{ type: "text-icon", text: "دعم تقني", icon: Headphones },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,21 +77,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="أهداف المنصة"
|
||||
metrics={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "أمان عالي",
|
||||
value: "داخلي",
|
||||
},
|
||||
{
|
||||
icon: LayoutDashboard,
|
||||
label: "واجهة سهلة",
|
||||
value: "عربي",
|
||||
},
|
||||
{
|
||||
icon: Database,
|
||||
label: "إدارة مركزية",
|
||||
value: "محدث",
|
||||
},
|
||||
{ icon: ShieldCheck, label: "أمان عالي", value: "داخلي" },
|
||||
{ icon: LayoutDashboard, label: "واجهة سهلة", value: "عربي" },
|
||||
{ icon: Database, label: "إدارة مركزية", value: "محدث" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -170,36 +94,13 @@ export default function LandingPage() {
|
||||
description="حلول متوافقة مع احتياجات المؤسسات"
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "الخطة الأساسية",
|
||||
price: "مجاني",
|
||||
period: "للإدارات",
|
||||
features: [
|
||||
"توليد محدود",
|
||||
"دعم فني أساسي",
|
||||
],
|
||||
button: {
|
||||
text: "ابدأ الآن",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-10305.jpg",
|
||||
},
|
||||
id: "basic", title: "الخطة الأساسية", price: "مجاني", period: "للإدارات", features: ["توليد محدود", "دعم فني أساسي"],
|
||||
button: { text: "ابدأ الآن", href: "#" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-10305.jpg"},
|
||||
{
|
||||
id: "pro",
|
||||
title: "خطة العمل",
|
||||
price: "ترخيص",
|
||||
period: "للقطاعات",
|
||||
features: [
|
||||
"توليد غير محدود",
|
||||
"دعم فني 24/7",
|
||||
"تخصيص الشعار",
|
||||
],
|
||||
button: {
|
||||
text: "طلب اشتراك",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-glass-particles-generative-ai_169016-30464.jpg",
|
||||
},
|
||||
id: "pro", title: "خطة العمل", price: "ترخيص", period: "للقطاعات", features: ["توليد غير محدود", "دعم فني 24/7", "تخصيص الشعار"],
|
||||
button: { text: "طلب اشتراك", href: "#" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-glass-particles-generative-ai_169016-30464.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -214,22 +115,16 @@ export default function LandingPage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "كيف أبدأ التوليد؟",
|
||||
content: "يمكنك التوجه لصفحة المولد والبدء بإدخال الروابط.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "هل الرموز آمنة؟",
|
||||
content: "نعم، النظام داخلي ومحمي بمعايير أمنية عالية.",
|
||||
},
|
||||
{ id: "1", title: "كيف أبدأ التوليد؟", content: "يمكنك التوجه لصفحة المولد والبدء بإدخال الروابط." },
|
||||
{ id: "2", title: "هل الرموز آمنة؟", content: "نعم، النظام داخلي ومحمي بمعايير أمنية عالية." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardFour
|
||||
title="المنتجات"
|
||||
description="استعراض الخدمات المتاحة"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -239,30 +134,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blue-technology-background_1017-3288.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blue-technology-background_1017-3288.jpg"
|
||||
logoText="JznQR"
|
||||
columns={[
|
||||
{
|
||||
title: "الروابط",
|
||||
items: [
|
||||
{
|
||||
label: "الرئيسية",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "الدليل",
|
||||
href: "/directory",
|
||||
},
|
||||
title: "الروابط", items: [
|
||||
{ label: "الرئيسية", href: "/" },
|
||||
{ label: "الدليل", href: "/directory" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "النظام",
|
||||
items: [
|
||||
{
|
||||
label: "لوحة التحكم",
|
||||
href: "/admin",
|
||||
},
|
||||
],
|
||||
title: "النظام", items: [{ label: "لوحة التحكم", href: "/admin" }],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 | JznQR - نظام داخلي رسمي"
|
||||
|
||||
Reference in New Issue
Block a user