Update src/app/page.tsx

This commit is contained in:
2026-05-05 05:41:48 +00:00
parent ad86d9ba89
commit e8a063cf94

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "الرئيسية",
id: "home",
},
name: "الرئيسية", id: "home"},
{
name: "المنتجات",
id: "products",
},
name: "المنتجات", id: "products"},
{
name: "من نحن",
id: "about",
},
name: "من نحن", id: "about"},
{
name: "تواصل معنا",
id: "contact",
},
name: "تواصل معنا", id: "contact"},
]}
brandName="LuxuryParts"
/>
@@ -59,35 +51,16 @@ export default function LandingPage() {
description="قطع غيار صينية وسوزوكي أصلية بجودة لا تضاهى. اطلب الآن برقم الهيكل لضمان القطعة المناسبة."
buttons={[
{
text: "اطلب الآن",
href: "#contact",
},
text: "اطلب الآن", href: "#contact"},
{
text: "واتساب",
href: "https://wa.me/966XXXXXXXX",
},
text: "واتساب", href: "https://wa.me/966XXXXXXXX"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_1203-6627.jpg?_wi=1",
imageAlt: "Luxury car components",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-motorcycle-parts_23-2150704699.jpg",
imageAlt: "Luxury car components",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096569.jpg",
imageAlt: "Luxury car components",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg",
imageAlt: "Luxury car components",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349187.jpg",
imageAlt: "Luxury car components",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_1203-6627.jpg", imageAlt: "Luxury car components" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-motorcycle-parts_23-2150704699.jpg", imageAlt: "Luxury car components" },
{ imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096569.jpg", imageAlt: "Luxury car components" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg", imageAlt: "Luxury car components" },
{ imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349187.jpg", imageAlt: "Luxury car components" },
]}
autoplayDelay={4000}
showDimOverlay={true}
@@ -98,21 +71,12 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "نقدم لك أفضل قطع الغيار",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/building-parking-lot_1127-25.jpg",
alt: "About us",
},
{ type: "text", content: "نقدم لك أفضل قطع الغيار" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/building-parking-lot_1127-25.jpg", alt: "About us" },
]}
buttons={[
{
text: "اكتشف خدماتنا",
href: "#products",
},
text: "اكتشف خدماتنا", href: "#products"},
]}
buttonAnimation="slide-up"
/>
@@ -125,36 +89,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "صدام أمامي هافال",
price: "طلب سعر",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-tyre-using-flashlight_1170-1650.jpg?_wi=1",
},
{
id: "p2",
name: "شمعات تشانجان",
price: "طلب سعر",
imageSrc: "http://img.b2bpic.net/free-photo/open-hard-disk-black-background_1401-420.jpg?_wi=1",
},
{
id: "p3",
name: "عكوس سوزوكي",
price: "طلب سعر",
imageSrc: "http://img.b2bpic.net/free-photo/open-hard-disk-black-background_1401-418.jpg?_wi=1",
},
{
id: "p4",
name: "فلاتر زيت هونشي",
price: "طلب سعر",
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132701.jpg",
},
{
id: "p5",
name: "مساعدات سيارات صينية",
price: "طلب سعر",
imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-composition_23-2149030438.jpg",
},
{ id: "p1", name: "صدام أمامي هافال", price: "طلب سعر", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-tyre-using-flashlight_1170-1650.jpg" },
{ id: "p2", name: "شمعات تشانجان", price: "طلب سعر", imageSrc: "http://img.b2bpic.net/free-photo/open-hard-disk-black-background_1401-420.jpg" },
{ id: "p3", name: "عكوس سوزوكي", price: "طلب سعر", imageSrc: "http://img.b2bpic.net/free-photo/open-hard-disk-black-background_1401-418.jpg" },
{ id: "p4", name: "فلاتر زيت هونشي", price: "طلب سعر", imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132701.jpg" },
{ id: "p5", name: "مساعدات سيارات صينية", price: "طلب سعر", imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-composition_23-2149030438.jpg" },
]}
title="منتجاتنا الأكثر طلباً"
description="قطع غيار متوافقة مع جميع الماركات الصينية وسوزوكي."
@@ -167,31 +106,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
icon: CheckCircle,
title: "جودة أصلية",
description: "نوفر فقط القطع المعتمدة",
},
{
icon: Zap,
title: "توصيل سريع",
description: "نصل إليك في أقرب وقت",
},
{
icon: Shield,
title: "ضمان حقيقي",
description: "ثقتكم هي أولويتنا القصوى",
},
{
icon: Truck,
title: "تغطية شاملة",
description: "شحن لجميع مدن المملكة",
},
{
icon: Search,
title: "بحث دقيق",
description: "نطابق القطع عبر رقم الهيكل",
},
{ icon: CheckCircle, title: "جودة أصلية", description: "نوفر فقط القطع المعتمدة" },
{ icon: Zap, title: "توصيل سريع", description: "نصل إليك في أقرب وقت" },
{ icon: Shield, title: "ضمان حقيقي", description: "ثقتكم هي أولويتنا القصوى" },
{ icon: Truck, title: "تغطية شاملة", description: "شحن لجميع مدن المملكة" },
{ icon: Search, title: "بحث دقيق", description: "نطابق القطع عبر رقم الهيكل" },
]}
title="لماذا تختارنا؟"
description="نحن نهتم بسيارتك بقدر ما تهتم أنت بها."
@@ -205,31 +124,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "1000+",
description: "عميل راضٍ",
},
{
id: "m2",
value: "5000+",
description: "قطعة متوفرة",
},
{
id: "m3",
value: "24/7",
description: "خدمة عملاء",
},
{
id: "m4",
value: "10+",
description: "سنوات خبرة",
},
{
id: "m5",
value: "99%",
description: "مطابقة القطع",
},
{ id: "m1", value: "1000+", description: "عميل راضٍ" },
{ id: "m2", value: "5000+", description: "قطعة متوفرة" },
{ id: "m3", value: "24/7", description: "خدمة عملاء" },
{ id: "m4", value: "10+", description: "سنوات خبرة" },
{ id: "m5", value: "99%", description: "مطابقة القطع" },
]}
title="أرقام تتحدث عن ثقتكم"
description="نفتخر بخدمة آلاف العملاء في قطاع السيارات."
@@ -241,61 +140,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "محمد علي",
date: "2023-10-01",
title: "عميل سوزوكي",
quote: "سرعة في التوصيل وجودة ممتازة.",
tag: "موثوق",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4299.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_1203-6627.jpg?_wi=2",
imageAlt: "happy customer professional portrait",
},
{
id: "2",
name: "خالد أحمد",
date: "2023-10-05",
title: "عميل تشانجان",
quote: "أفضل سعر حصلت عليه في السوق.",
tag: "ممتاز",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/building-parking-lot_1127-25.jpg",
imageAlt: "happy customer professional portrait",
},
{
id: "3",
name: "ياسر إبراهيم",
date: "2023-10-10",
title: "عميل هافال",
quote: "تعامل راقٍ وخدمة احترافية.",
tag: "محترف",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-call-center-operator-talking-audio-headset-mic_482257-117892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-tyre-using-flashlight_1170-1650.jpg?_wi=2",
imageAlt: "happy customer professional portrait",
},
{
id: "4",
name: "عمر سعد",
date: "2023-10-12",
title: "عميل هونشي",
quote: "القطعة كانت مطابقة تماماً.",
tag: "دقة",
avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-businessman_1163-3871.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/open-hard-disk-black-background_1401-420.jpg?_wi=2",
imageAlt: "happy customer professional portrait",
},
{
id: "5",
name: "سعد ناصر",
date: "2023-10-15",
title: "عميل عام",
quote: "خدمة رائعة وشحن سريع.",
tag: "سريع",
avatarSrc: "http://img.b2bpic.net/free-photo/male-ballroom-performer-posing-stage_23-2149454023.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/open-hard-disk-black-background_1401-418.jpg?_wi=2",
imageAlt: "happy customer professional portrait",
},
{ id: "1", name: "محمد علي", date: "2023-10-01", title: "عميل سوزوكي", quote: "سرعة في التوصيل وجودة ممتازة.", tag: "موثوق", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4299.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_1203-6627.jpg" },
{ id: "2", name: "خالد أحمد", date: "2023-10-05", title: "عميل تشانجان", quote: "أفضل سعر حصلت عليه في السوق.", tag: "ممتاز", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", imageSrc: "http://img.b2bpic.net/free-photo/building-parking-lot_1127-25.jpg" },
{ id: "3", name: "ياسر إبراهيم", date: "2023-10-10", title: "عميل هافال", quote: "تعامل راقٍ وخدمة احترافية.", tag: "محترف", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-call-center-operator-talking-audio-headset-mic_482257-117892.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-tyre-using-flashlight_1170-1650.jpg" },
{ id: "4", name: "عمر سعد", date: "2023-10-12", title: "عميل هونشي", quote: "القطعة كانت مطابقة تماماً.", tag: "دقة", avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-businessman_1163-3871.jpg", imageSrc: "http://img.b2bpic.net/free-photo/open-hard-disk-black-background_1401-420.jpg" },
{ id: "5", name: "سعد ناصر", date: "2023-10-15", title: "عميل عام", quote: "خدمة رائعة وشحن سريع.", tag: "سريع", avatarSrc: "http://img.b2bpic.net/free-photo/male-ballroom-performer-posing-stage_23-2149454023.jpg", imageSrc: "http://img.b2bpic.net/free-photo/open-hard-disk-black-background_1401-418.jpg" },
]}
title="ماذا يقول عملاؤنا؟"
description="آراء عملاء وثقوا في خدمتنا."
@@ -307,31 +156,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "كيف أطلب برقم الهيكل؟",
content: "أرسل رقم الهيكل عبر الواتساب وسنحدد القطعة المناسبة.",
},
{
id: "q2",
title: "هل القطع أصلية؟",
content: "نعم، نوفر فقط القطع الأصلية والمعتمدة.",
},
{
id: "q3",
title: "هل هناك توصيل؟",
content: "نعم، نوفر توصيل سريع لجميع مناطق المملكة.",
},
{
id: "q4",
title: "ما هي مدة الضمان؟",
content: "نقدم ضماناً يشمل العيوب المصنعية.",
},
{
id: "q5",
title: "كيف أسترجع القطعة؟",
content: "في حال لم تطابق القطعة، يمكن الاسترجاع وفق شروطنا.",
},
{ id: "q1", title: "كيف أطلب برقم الهيكل؟", content: "أرسل رقم الهيكل عبر الواتساب وسنحدد القطعة المناسبة." },
{ id: "q2", title: "هل القطع أصلية؟", content: "نعم، نوفر فقط القطع الأصلية والمعتمدة." },
{ id: "q3", title: "هل هناك توصيل؟", content: "نعم، نوفر توصيل سريع لجميع مناطق المملكة." },
{ id: "q4", title: "ما هي مدة الضمان؟", content: "نقدم ضماناً يشمل العيوب المصنعية." },
{ id: "q5", title: "كيف أسترجع القطعة؟", content: "في حال لم تطابق القطعة، يمكن الاسترجاع وفق شروطنا." },
]}
imageSrc="http://img.b2bpic.net/free-photo/stylish-elegant-people-car-salon_1157-30122.jpg"
mediaAnimation="slide-up"
@@ -343,10 +172,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
tag="تواصل معنا"
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
background={{ variant: "animated-grid" }}
title="اطلب الآن"
description="أرسل طلبك الآن عبر الواتساب أو عبر النموذج أدناه."
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683469.jpg"
@@ -358,14 +186,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="LuxuryParts"
leftLink={{
text: "سياسة الخصوصية",
href: "#",
}}
rightLink={{
text: "اتصل بنا",
href: "#contact",
}}
leftLink={{ text: "سياسة الخصوصية", href: "#" }}
rightLink={{ text: "اتصل بنا", href: "#contact" }}
/>
</div>
</ReactLenis>