Merge version_1 into main #2
259
src/app/page.tsx
259
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "خدماتنا",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "حلول المطاعم",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "تواصل معنا",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "الرئيسية", id: "#hero" },
|
||||
{ name: "خدماتنا", id: "#features" },
|
||||
{ name: "حلول المطاعم", id: "#products" },
|
||||
{ name: "تواصل معنا", id: "#contact" },
|
||||
]}
|
||||
brandName="DigitalPulse"
|
||||
/>
|
||||
@@ -55,19 +43,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="نصمم مستقبلك الرقمي باحترافية"
|
||||
description="حلول برمجية متكاملة للمطاعم والمشاريع المتوسطة. أتمتة ذكية، منيو رقمي تفاعلي، وتطوير مواقع احترافية ترفع من قيمتك السوقية وتضاعف مبيعاتك."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/industrial-designers-working-3d-model_23-2149370114.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/industrial-designers-working-3d-model_23-2149370114.jpg"
|
||||
imageAlt="digital agency technology"
|
||||
buttons={[
|
||||
{
|
||||
text: "ابدأ الآن",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "ابدأ الآن", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,7 +57,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="شريكك في التحول الرقمي"
|
||||
description="نحن نؤمن بأن كل مشروع يستحق حضوراً رقمياً يواكب تطلعات العميل. فريقنا يوظف أحدث تقنيات الويب لبناء منصات تجمع بين الأداء العالي والتصميم المبتكر لضمان تجربة مستخدم لا تُنسى."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mixed-programers-team-working-group-project-multiple-screens-showing-running-code-it-startup-office-coder-pointing-pencil-computer-screen-with-software-compiling-code_482257-33301.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mixed-programers-team-working-group-project-multiple-screens-showing-running-code-it-startup-office-coder-pointing-pencil-computer-screen-with-software-compiling-code_482257-33301.jpg"
|
||||
imageAlt="professional developer team"
|
||||
/>
|
||||
</div>
|
||||
@@ -88,49 +69,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "تطوير المواقع",
|
||||
description: "مواقع تعارفية سريعة ومتجاوبة",
|
||||
icon: Code,
|
||||
title: "تطوير المواقع", description: "مواقع تعارفية سريعة ومتجاوبة", icon: Code,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-clouds-with-pills_23-2148533028.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cloud-network_53876-15398.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-designers-working-3d-model_23-2149370114.jpg?_wi=2",
|
||||
imageAlt: "automation icon tech",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/copy-space-clouds-with-pills_23-2148533028.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cloud-network_53876-15398.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "المنيو الرقمي",
|
||||
description: "نظام طلبات محلي ذكي وأنيق",
|
||||
icon: Smartphone,
|
||||
title: "المنيو الرقمي", description: "نظام طلبات محلي ذكي وأنيق", icon: Smartphone,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-taking-food-photos_23-2149294504.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-high-angle_23-2149957040.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-programers-team-working-group-project-multiple-screens-showing-running-code-it-startup-office-coder-pointing-pencil-computer-screen-with-software-compiling-code_482257-33301.jpg?_wi=2",
|
||||
imageAlt: "automation icon tech",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-taking-food-photos_23-2149294504.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-high-angle_23-2149957040.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "أتمتة العمليات",
|
||||
description: "حلول ربط برمجية توفر وقتك",
|
||||
icon: Zap,
|
||||
title: "أتمتة العمليات", description: "حلول ربط برمجية توفر وقتك", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/progress-mission-move-forward-improvement-concept_53876-15867.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-designs-production-lines-cad-app-using-tablet_482257-124379.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filter-icon-front-side_187299-45145.jpg?_wi=1",
|
||||
imageAlt: "automation icon tech",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/progress-mission-move-forward-improvement-concept_53876-15867.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-designs-production-lines-cad-app-using-tablet_482257-124379.jpg" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="خدماتنا الأساسية"
|
||||
@@ -145,60 +102,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Lite",
|
||||
name: "المنيو الرقمي الأساسي",
|
||||
price: "99$",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filter-icon-front-side_187299-45145.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Pro",
|
||||
name: "نظام الطلب الذاتي",
|
||||
price: "199$",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-food-world-tourism-day_23-2149114025.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Auto",
|
||||
name: "إدارة المخزون الرقمي",
|
||||
price: "299$",
|
||||
rating: 5,
|
||||
reviewCount: "50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-food-world-tourism-day_23-2149114018.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Full",
|
||||
name: "المنصة المتكاملة",
|
||||
price: "499$",
|
||||
rating: 5,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2149177827.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Custom",
|
||||
name: "تطوير خاص حسب الطلب",
|
||||
price: "Contact",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-switching-bulbs-using-voice-command-tablet_482257-8730.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Support",
|
||||
name: "دعم تقني فني مستمر",
|
||||
price: "99$",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flag-icon-left-side_187299-45941.jpg",
|
||||
},
|
||||
{ id: "1", brand: "Lite", name: "المنيو الرقمي الأساسي", price: "99$", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/filter-icon-front-side_187299-45145.jpg" },
|
||||
{ id: "2", brand: "Pro", name: "نظام الطلب الذاتي", price: "199$", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-food-world-tourism-day_23-2149114025.jpg" },
|
||||
{ id: "3", brand: "Auto", name: "إدارة المخزون الرقمي", price: "299$", rating: 5, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-food-world-tourism-day_23-2149114018.jpg" },
|
||||
{ id: "4", brand: "Full", name: "المنصة المتكاملة", price: "499$", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2149177827.jpg" },
|
||||
{ id: "5", brand: "Custom", name: "تطوير خاص حسب الطلب", price: "Contact", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/man-switching-bulbs-using-voice-command-tablet_482257-8730.jpg" },
|
||||
{ id: "6", brand: "Support", name: "دعم تقني فني مستمر", price: "99$", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/flag-icon-left-side_187299-45941.jpg" },
|
||||
]}
|
||||
title="باقات حلول المطاعم"
|
||||
description="اختر الحل الرقمي الأنسب لنمو مشروعك الغذائي."
|
||||
@@ -211,24 +120,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Rocket,
|
||||
title: "موقع تم إطلاقه",
|
||||
value: "150+",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
icon: Coffee,
|
||||
title: "مطعم يستخدم منيو رقمي",
|
||||
value: "80+",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
icon: Zap,
|
||||
title: "أتمتة المهام",
|
||||
value: "40%",
|
||||
},
|
||||
{ id: "1", icon: Rocket, title: "موقع تم إطلاقه", value: "150+" },
|
||||
{ id: "2", icon: Coffee, title: "مطعم يستخدم منيو رقمي", value: "80+" },
|
||||
{ id: "3", icon: Zap, title: "أتمتة المهام", value: "40%" },
|
||||
]}
|
||||
title="أرقامنا تدعم طموحك"
|
||||
description="نحن نؤمن بالنتائج الملموسة التي تحققها حلولنا."
|
||||
@@ -241,41 +135,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "خالد أحمد",
|
||||
role: "مدير مطعم",
|
||||
testimonial: "المنيو الرقمي غير طريقة خدمة زبائننا تماماً!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379267.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "سارة سعيد",
|
||||
role: "مالكة كافيه",
|
||||
testimonial: "سهولة التعامل مع الفريق وسرعة الإنجاز شيء خيالي.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-male-chef-looking-camera_23-2147863770.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "محمد علي",
|
||||
role: "رائد أعمال",
|
||||
testimonial: "بناء الموقع كان خطوة موفقة لزيادة مبيعاتي.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-holding-digital-tablet-watching-time-wrist-watch_23-2147941665.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "نورة العتيبي",
|
||||
role: "مديرة شركة",
|
||||
testimonial: "خدمة احترافية بكل المعايير.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-old-friends-meeting-outside-sharing-good-news_74855-2001.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "أحمد الزهراني",
|
||||
role: "صاحب مقهى",
|
||||
testimonial: "أتمتة العمليات وفرت علينا ساعات من الجهد.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-with-arms-crossed-standing-open-sign-cafe-s-entrance-looking-camera_637285-6582.jpg",
|
||||
},
|
||||
{ id: "1", name: "خالد أحمد", role: "مدير مطعم", testimonial: "المنيو الرقمي غير طريقة خدمة زبائننا تماماً!", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379267.jpg" },
|
||||
{ id: "2", name: "سارة سعيد", role: "مالكة كافيه", testimonial: "سهولة التعامل مع الفريق وسرعة الإنجاز شيء خيالي.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-male-chef-looking-camera_23-2147863770.jpg" },
|
||||
{ id: "3", name: "محمد علي", role: "رائد أعمال", testimonial: "بناء الموقع كان خطوة موفقة لزيادة مبيعاتي.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-holding-digital-tablet-watching-time-wrist-watch_23-2147941665.jpg" },
|
||||
{ id: "4", name: "نورة العتيبي", role: "مديرة شركة", testimonial: "خدمة احترافية بكل المعايير.", imageSrc: "http://img.b2bpic.net/free-photo/happy-old-friends-meeting-outside-sharing-good-news_74855-2001.jpg" },
|
||||
{ id: "5", name: "أحمد الزهراني", role: "صاحب مقهى", testimonial: "أتمتة العمليات وفرت علينا ساعات من الجهد.", imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-with-arms-crossed-standing-open-sign-cafe-s-entrance-looking-camera_637285-6582.jpg" },
|
||||
]}
|
||||
title="آراء شركاء النجاح"
|
||||
description="ثقة عملائنا هي الوقود الذي يدفعنا للابتكار."
|
||||
@@ -287,21 +151,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "كيف أبدأ في بناء موقعي؟",
|
||||
content: "بمجرد تواصلك معنا، نقوم بدراسة متطلباتك وتقديم مقترح حل متكامل.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "هل المنيو الرقمي يدعم الدفع؟",
|
||||
content: "نعم، أنظمتنا تدعم ربط بوابات الدفع الإلكترونية بكل سهولة.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "ما مدة التنفيذ؟",
|
||||
content: "تعتمد المدة على حجم المشروع، لكننا نحرص دائماً على الالتزام بالجداول الزمنية.",
|
||||
},
|
||||
{ id: "1", title: "كيف أبدأ في بناء موقعي؟", content: "بمجرد تواصلك معنا، نقوم بدراسة متطلباتك وتقديم مقترح حل متكامل." },
|
||||
{ id: "2", title: "هل المنيو الرقمي يدعم الدفع؟", content: "نعم، أنظمتنا تدعم ربط بوابات الدفع الإلكترونية بكل سهولة." },
|
||||
{ id: "3", title: "ما مدة التنفيذ؟", content: "تعتمد المدة على حجم المشروع، لكننا نحرص دائماً على الالتزام بالجداول الزمنية." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-data-management_53876-89017.jpg"
|
||||
title="أسئلة شائعة"
|
||||
@@ -314,48 +166,19 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="تواصل معنا"
|
||||
title="جاهز لنقل مشروعك للمستوى التالي؟"
|
||||
description="دعنا نبدأ في بناء حلولك الرقمية المبتكرة اليوم."
|
||||
buttons={[
|
||||
{
|
||||
text: "احصل على استشارة مجانية",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "احصل على استشارة مجانية", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "الخدمات",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "المشاريع",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "سياسة الخصوصية",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "اتصل بنا",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "الخدمات", href: "#features" }, { label: "المشاريع", href: "#products" }] },
|
||||
{ items: [{ label: "سياسة الخصوصية", href: "#" }, { label: "اتصل بنا", href: "#contact" }] },
|
||||
]}
|
||||
logoText="DigitalPulse"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user