Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-14 14:05:05 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Briefcase, Star, Users } from "lucide-react";
import { Briefcase, Star, Users, MapPin, ShieldCheck, UserCheck, MessageSquare } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "الرئيسية",
id: "hero",
},
{
name: "خدماتنا",
id: "features",
},
{
name: "التقييمات",
id: "testimonials",
},
{
name: "اتصل بنا",
id: "contact",
},
{ name: "الرئيسية", id: "hero" },
{ name: "خدماتنا", id: "features" },
{ name: "التقييمات", id: "testimonials" },
{ name: "اتصل بنا", id: "contact" },
]}
brandName="ماهر"
/>
@@ -54,114 +42,38 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="ماهر: وجهتك الأولى لكل الخدمات التقنية والمنزلية"
description="احجز خبيراً موثوقاً في منطقتك، تتبع وصوله في الوقت الفعلي، واضمن حقوقك عبر محفظتنا الآمنة. المهارة بين يديك."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-male-technician-working-computer-ram_23-2147922333.jpg",
imageAlt: "فني تقني محترف",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site-repair-handyman-concept_169016-5887.jpg",
imageAlt: "خدمات منزلية",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/technician-examining-computer-motherboard-with-digital-multimeter_23-2147922415.jpg",
imageAlt: "فني تقني فحص لوحة أم",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-technician-examining-broken-computer-with-digital-multimeter_23-2147922293.jpg",
imageAlt: "فني صيانة حاسوب",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-male-technician-working-computer-motherboard_23-2147923492.jpg",
imageAlt: "صيانة دقيقة للأجهزة",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/young-male-technician-working-computer-ram_23-2147922333.jpg", imageAlt: "فني تقني محترف" },
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site-repair-handyman-concept_169016-5887.jpg", imageAlt: "خدمات منزلية" },
{ imageSrc: "http://img.b2bpic.net/free-photo/technician-examining-computer-motherboard-with-digital-multimeter_23-2147922415.jpg", imageAlt: "فني تقني فحص لوحة أم" },
{ imageSrc: "http://img.b2bpic.net/free-photo/male-technician-examining-broken-computer-with-digital-multimeter_23-2147922293.jpg", imageAlt: "فني صيانة حاسوب" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-male-technician-working-computer-motherboard_23-2147923492.jpg", imageAlt: "صيانة دقيقة للأجهزة" }
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/old-new-methods-travel_23-2148232445.jpg",
imageAlt: "تطبيق ماهر واجهة الحجز",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-professional-team-posing-camera_74855-2852.jpg",
imageAlt: "فريق عمل محترف",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2149270100.jpg",
imageAlt: "تطبيق الهاتف الذكي",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762864.jpg",
imageAlt: "خريطة تتبع الخدمة",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-poland-map_23-2148232472.jpg",
imageAlt: "واجهة مستخدم الخدمة",
},
]}
buttons={[
{
text: "اطلب خدمة الآن",
href: "#contact",
},
{
text: "انضم كخبير",
href: "#contact",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/old-new-methods-travel_23-2148232445.jpg", imageAlt: "تطبيق ماهر واجهة الحجز" },
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-professional-team-posing-camera_74855-2852.jpg", imageAlt: "فريق عمل محترف" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2149270100.jpg", imageAlt: "تطبيق الهاتف الذكي" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762864.jpg", imageAlt: "خريطة تتبع الخدمة" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-poland-map_23-2148232472.jpg", imageAlt: "واجهة مستخدم الخدمة" }
]}
buttons={[{ text: "اطلب خدمة الآن", href: "#contact" }, { text: "انضم كخبير", href: "#contact" }]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-hispanic-man-holding-screwdriver-wearing-hardhat-by-construction-stairs-sticking-tongue-out-happy-with-funny-expression_839833-12323.jpg",
alt: "مستخدم 1",
},
{
src: "http://img.b2bpic.net/free-photo/cheerful-good-looking-young-caucasian-man-blue-t-shirt-gloves-smiling-with-teeth-being-tired-from-hard-work-garden-farmer-planting-leaves-countryside-house_176420-19908.jpg",
alt: "مستخدم 2",
},
{
src: "http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg",
alt: "مستخدم 3",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg",
alt: "مستخدم 4",
},
{
src: "http://img.b2bpic.net/free-photo/photo-two-mixed-race-women-collaborate-together_273609-28620.jpg",
alt: "مستخدم 5",
},
{ src: "http://img.b2bpic.net/free-photo/young-hispanic-man-holding-screwdriver-wearing-hardhat-by-construction-stairs-sticking-tongue-out-happy-with-funny-expression_839833-12323.jpg", alt: "مستخدم 1" },
{ src: "http://img.b2bpic.net/free-photo/cheerful-good-looking-young-caucasian-man-blue-t-shirt-gloves-smiling-with-teeth-being-tired-from-hard-work-garden-farmer-planting-leaves-countryside-house_176420-19908.jpg", alt: "مستخدم 2" },
{ src: "http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg", alt: "مستخدم 3" },
{ src: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg", alt: "مستخدم 4" },
{ src: "http://img.b2bpic.net/free-photo/photo-two-mixed-race-women-collaborate-together_273609-28620.jpg", alt: "مستخدم 5" }
]}
avatarText="أكثر من 15,000 عميل يثقون بنا"
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-photo/close-up-notebook-with-colored-drawings_1134-69.jpg",
alt: "شريك 1",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/3d-rendered-spotify-logo-green-backdrop_23-2152000285.jpg",
alt: "شريك 2",
},
{
type: "image",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1s24u8",
alt: "شريك 3",
},
{
type: "image",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=elo1am",
alt: "شريك 4",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/idea-light-bulb-surrounded-with-crumpled-paper-blue-background_23-2147873479.jpg",
alt: "شريك 5",
},
{ type: "image", src: "http://img.b2bpic.net/free-photo/close-up-notebook-with-colored-drawings_1134-69.jpg", alt: "شريك 1" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/3d-rendered-spotify-logo-green-backdrop_23-2152000285.jpg", alt: "شريك 2" },
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1s24u8", alt: "شريك 3" },
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=elo1am", alt: "شريك 4" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/idea-light-bulb-surrounded-with-crumpled-paper-blue-background_23-2147873479.jpg", alt: "شريك 5" },
]}
/>
</div>
@@ -171,30 +83,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "تتبع فوري (GPS)",
description: "تابع الماهر وهو في طريقه إليك لحظة بلحظة لضمان الدقة والالتزام بالمواعيد.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-view-map_23-2150472847.jpg",
buttonIcon: "MapPin",
},
{
title: "محفظة رقمية آمنة",
description: "نظام Escrow يضمن حفظ أموالك حتى إتمام الخدمة بنجاح، مما يمنحك راحة البال.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-safe-payment-via-pos-terminal-concept_107791-17433.jpg",
buttonIcon: "ShieldCheck",
},
{
title: "تحقق من الهوية",
description: "كل 'ماهر' موثق بهويته الشخصية لضمان سلامة عائلتك ومنزلك.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-set-green-red-shield_107791-16185.jpg",
buttonIcon: "UserCheck",
},
{
title: "محادثة مشفرة",
description: "تواصل مباشرة، أرسل صور المشكلة، واتفق على التفاصيل قبل بدء العمل.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-mobile-phone_53876-15087.jpg",
buttonIcon: "MessageSquare",
},
{ title: "تتبع فوري (GPS)", description: "تابع الماهر وهو في طريقه إليك لحظة بلحظة لضمان الدقة والالتزام بالمواعيد.", imageSrc: "http://img.b2bpic.net/free-photo/3d-view-map_23-2150472847.jpg", buttonIcon: MapPin },
{ title: "محفظة رقمية آمنة", description: "نظام Escrow يضمن حفظ أموالك حتى إتمام الخدمة بنجاح، مما يمنحك راحة البال.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-safe-payment-via-pos-terminal-concept_107791-17433.jpg", buttonIcon: ShieldCheck },
{ title: "تحقق من الهوية", description: "كل 'ماهر' موثق بهويته الشخصية لضمان سلامة عائلتك ومنزلك.", imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-set-green-red-shield_107791-16185.jpg", buttonIcon: UserCheck },
{ title: "محادثة مشفرة", description: "تواصل مباشرة، أرسل صور المشكلة، واتفق على التفاصيل قبل بدء العمل.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-mobile-phone_53876-15087.jpg", buttonIcon: MessageSquare },
]}
title="لماذا تختار منصة ماهر؟"
description="نحن لا نقدم خدمات فقط، بل نقدم تجربة تجمع بين الاحترافية، السرعة، والأمان الكامل للعميل ومقدم الخدمة."
@@ -207,24 +99,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Users,
title: "عميل نشط",
value: "15,000+",
},
{
id: "m2",
icon: Star,
title: "تقييم إيجابي",
value: "4.9/5",
},
{
id: "m3",
icon: Briefcase,
title: "خدمة مكتملة",
value: "50,000+",
},
{ id: "m1", icon: Users, title: "عميل نشط", value: "15,000+" },
{ id: "m2", icon: Star, title: "تقييم إيجابي", value: "4.9/5" },
{ id: "m3", icon: Briefcase, title: "خدمة مكتملة", value: "50,000+" },
]}
title="أرقامنا في نمو دائم"
description="نحن نبني ثقة حقيقية مع كل خدمة يتم تقديمها عبر منصتنا."
@@ -236,56 +113,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "أحمد علي",
date: "2023-10",
title: "مهندس",
quote: "تطبيق ماهر غير مفهوم الصيانة المنزلية بالنسبة لي، السرعة والموثوقية مذهلة.",
tag: "عميل متميز",
avatarSrc: "http://img.b2bpic.net/free-photo/businessman-having-videocall-work_23-2148940777.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-headphones-looking-laptop-screen_1163-5436.jpg",
},
{
id: "2",
name: "سارة محمد",
date: "2023-11",
title: "مديرة تسويق",
quote: "ميزة التتبع الفوري جعلتني أشعر بالأمان عند طلب خبير لمنزلي. تجربة ممتازة.",
tag: "عميلة دائمة",
avatarSrc: "http://img.b2bpic.net/free-photo/young-expert_1098-15050.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-beautiful-student-girl-blue-dress-smiling-broadly-having-fun-while-surfing-internet-laptop_343059-3896.jpg",
},
{
id: "3",
name: "خالد عبدالله",
date: "2023-12",
title: "طالب جامعي",
quote: "أحتاج دائماً دروس خصوصية، ومنصة ماهر توفر لي أمهر المدرسين بأسعار تنافسية.",
tag: "طالب",
avatarSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086839.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-enjoying-morning_23-2148586194.jpg",
},
{
id: "4",
name: "ليلى حسن",
date: "2024-01",
title: "ربة منزل",
quote: "نظام المحفظة الإلكترونية يحمي أموالي دائماً. لا يوجد تلاعب أبداً.",
tag: "عميلة",
avatarSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-from-notebooks-study-session_23-2149265720.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-mixed-race-male-female-look-joyfully-each-other-work-research_273609-44832.jpg",
},
{
id: "5",
name: "يوسف إبراهيم",
date: "2024-02",
title: "محاسب",
quote: "التواصل المباشر مع مقدم الخدمة عبر المحادثة وفر علي الكثير من الوقت.",
tag: "عميل",
avatarSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2721.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/review-evaluation-satisfaction-customer-service-feedback-sign-icon_53876-122935.jpg",
},
{ id: "1", name: "أحمد علي", date: "2023-10", title: "مهندس", quote: "تطبيق ماهر غير مفهوم الصيانة المنزلية بالنسبة لي، السرعة والموثوقية مذهلة.", tag: "عميل متميز", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-having-videocall-work_23-2148940777.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-headphones-looking-laptop-screen_1163-5436.jpg" },
{ id: "2", name: "سارة محمد", date: "2023-11", title: "مديرة تسويق", quote: "ميزة التتبع الفوري جعلتني أشعر بالأمان عند طلب خبير لمنزلي. تجربة ممتازة.", tag: "عميلة دائمة", avatarSrc: "http://img.b2bpic.net/free-photo/young-expert_1098-15050.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-beautiful-student-girl-blue-dress-smiling-broadly-having-fun-while-surfing-internet-laptop_343059-3896.jpg" },
{ id: "3", name: "خالد عبدالله", date: "2023-12", title: "طالب جامعي", quote: "أحتاج دائماً دروس خصوصية، ومنصة ماهر توفر لي أمهر المدرسين بأسعار تنافسية.", tag: "طالب", avatarSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086839.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-enjoying-morning_23-2148586194.jpg" },
{ id: "4", name: "ليلى حسن", date: "2024-01", title: "ربة منزل", quote: "نظام المحفظة الإلكترونية يحمي أموالي دائماً. لا يوجد تلاعب أبداً.", tag: "عميلة", avatarSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-from-notebooks-study-session_23-2149265720.jpg", imageSrc: "http://img.b2bpic.net/free-photo/positive-mixed-race-male-female-look-joyfully-each-other-work-research_273609-44832.jpg" },
{ id: "5", name: "يوسف إبراهيم", date: "2024-02", title: "محاسب", quote: "التواصل المباشر مع مقدم الخدمة عبر المحادثة وفر علي الكثير من الوقت.", tag: "عميل", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2721.jpg", imageSrc: "http://img.b2bpic.net/free-photo/review-evaluation-satisfaction-customer-service-feedback-sign-icon_53876-122935.jpg" },
]}
title="ماذا يقول عملاؤنا عن ماهر؟"
description="تجربة حقيقية من أشخاص وثقوا بنا في إصلاح منازلهم وتطوير مشاريعهم."
@@ -296,21 +128,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "كيف أضمن جودة الخدمة؟",
content: "نقوم بتوثيق هويات جميع مقدمي الخدمات، ويمكنك تقييمهم بعد كل مهمة.",
},
{
id: "f2",
title: "هل يمكن استرجاع الأموال؟",
content: "نعم، إذا لم يتم تنفيذ الخدمة كما هو متفق عليه، يتم إعادة المبلغ لمحفظتك.",
},
{
id: "f3",
title: "كيف أصبح 'ماهراً'؟",
content: "يمكنك التقديم من خلال واجهة 'الماهر' ورفع الوثائق المطلوبة للتوثيق.",
},
{ id: "f1", title: "كيف أضمن جودة الخدمة؟", content: "نقوم بتوثيق هويات جميع مقدمي الخدمات، ويمكنك تقييمهم بعد كل مهمة." },
{ id: "f2", title: "هل يمكن استرجاع الأموال؟", content: "نعم، إذا لم يتم تنفيذ الخدمة كما هو متفق عليه، يتم إعادة المبلغ لمحفظتك." },
{ id: "f3", title: "كيف أصبح 'ماهراً'؟", content: "يمكنك التقديم من خلال واجهة 'الماهر' ورفع الوثائق المطلوبة للتوثيق." },
]}
sideTitle="أسئلة شائعة"
sideDescription="هل لديك استفسار آخر؟ نحن هنا للمساعدة دائماً."
@@ -322,15 +142,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"مايكروسوفت",
"جوجل",
"أبل",
"أمازون",
"تيسلا",
"ميتا",
"أدوبي",
]}
names={["مايكروسوفت", "جوجل", "أبل", "أمازون", "تيسلا", "ميتا", "أدوبي"]}
title="شركاؤنا وداعمونا"
description="نتعاون مع أفضل الجهات لتقديم خدمة رقمية تليق بك."
/>
@@ -339,58 +151,17 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
text="ابدأ رحلتك مع ماهر اليوم!"
buttons={[
{
text: "تحميل التطبيق الآن",
href: "#",
},
{
text: "تواصل مع الدعم",
href: "#",
},
]}
buttons={[{ text: "تحميل التطبيق الآن", href: "#" }, { text: "تواصل مع الدعم", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "الرئيسية",
href: "#hero",
},
{
label: "الخدمات",
href: "#features",
},
{
label: "اتصل بنا",
href: "#contact",
},
],
},
{
items: [
{
label: "سياسة الخصوصية",
href: "#",
},
{
label: "شروط الاستخدام",
href: "#",
},
{
label: "الدعم الفني",
href: "#",
},
],
},
{ items: [{ label: "الرئيسية", href: "#hero" }, { label: "الخدمات", href: "#features" }, { label: "اتصل بنا", href: "#contact" }] },
{ items: [{ label: "سياسة الخصوصية", href: "#" }, { label: "شروط الاستخدام", href: "#" }, { label: "الدعم الفني", href: "#" }] },
]}
logoText="ماهر"
/>