Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 00b05628d6 | |||
| 443e3ebf5f |
189
src/app/page.tsx
189
src/app/page.tsx
@@ -32,69 +32,43 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "الرئيسية",
|
name: "الرئيسية", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "الأجهزة",
|
name: "الأجهزة", id: "products"},
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "عنا",
|
name: "عنا", id: "why-us"},
|
||||||
id: "why-us",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "اتصل بنا",
|
name: "اتصل بنا", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "اتصل",
|
text: "اتصل", href: "tel:+96100000000"}}
|
||||||
href: "tel:+96100000000",
|
|
||||||
}}
|
|
||||||
brandName="LebanonMobileStore"
|
brandName="LebanonMobileStore"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="Lebanon Mobile Store"
|
logoText="أحدث الهواتف الأصلية في لبنان"
|
||||||
description="أفضل الهواتف الأصلية في لبنان مع توصيل سريع وأسعار منافسة تبدأ من اليوم."
|
description="أفضل الهواتف الأصلية في لبنان مع توصيل سريع وأسعار منافسة تبدأ من اليوم."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "اطلب عبر واتساب",
|
text: "اطلب عبر واتساب", href: "https://wa.me/96100000000"},
|
||||||
href: "https://wa.me/96100000000",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "اتصل الآن",
|
text: "اتصل الآن", href: "tel:+96100000000"},
|
||||||
href: "tel:+96100000000",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-his-studio_23-2149033330.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-his-studio_23-2149033330.jpg?_wi=1", imageAlt: "Hero slide 1"},
|
||||||
imageAlt: "Hero slide 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-shop-assistant-helps-young-couple-choose-new-home-appliance_93675-133540.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/male-shop-assistant-helps-young-couple-choose-new-home-appliance_93675-133540.jpg", imageAlt: "Hero slide 2"},
|
||||||
imageAlt: "Hero slide 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-screen-black-white-background_9975-133582.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-screen-black-white-background_9975-133582.jpg", imageAlt: "Hero slide 3"},
|
||||||
imageAlt: "Hero slide 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-clay-phone-14-pro-from-perspective-side-dark-background_187299-35222.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-clay-phone-14-pro-from-perspective-side-dark-background_187299-35222.jpg", imageAlt: "Hero slide 4"},
|
||||||
imageAlt: "Hero slide 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-white-scarf-using-smartphone-doing-selfie-smiling-with-happy-face_141793-55197.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-white-scarf-using-smartphone-doing-selfie-smiling-with-happy-face_141793-55197.jpg", imageAlt: "Hero slide 5"},
|
||||||
imageAlt: "Hero slide 5",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-young-woman-photographer-showing-mobile-phone_171337-17305.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-young-woman-photographer-showing-mobile-phone_171337-17305.jpg", imageAlt: "Hero slide 6"},
|
||||||
imageAlt: "Hero slide 6",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -107,23 +81,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "تصفح الأجهزة",
|
title: "تصفح الأجهزة", description: "شاهد كتالوج منتجاتنا الكامل بأفضل الأسعار.", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5083.jpg?_wi=1", imageAlt: "Phones"},
|
||||||
description: "شاهد كتالوج منتجاتنا الكامل بأفضل الأسعار.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5083.jpg?_wi=1",
|
|
||||||
imageAlt: "Phones",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "واتساب",
|
title: "واتساب", description: "تحدث مع فريق المبيعات مباشرة عبر واتساب.", imageSrc: "http://img.b2bpic.net/free-photo/special-product-photography-studio-with-workers_23-2148970219.jpg?_wi=1", imageAlt: "WhatsApp"},
|
||||||
description: "تحدث مع فريق المبيعات مباشرة عبر واتساب.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/special-product-photography-studio-with-workers_23-2148970219.jpg?_wi=1",
|
|
||||||
imageAlt: "WhatsApp",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "اتصال مباشر",
|
title: "اتصال مباشر", description: "احصل على استشارة فورية عبر مكالمة صوتية.", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736807.jpg?_wi=1", imageAlt: "Call"},
|
||||||
description: "احصل على استشارة فورية عبر مكالمة صوتية.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736807.jpg?_wi=1",
|
|
||||||
imageAlt: "Call",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="خدماتنا السريعة"
|
title="خدماتنا السريعة"
|
||||||
description="تواصل معنا مباشرة أو تصفح أحدث الأجهزة لدينا بضغطة زر."
|
description="تواصل معنا مباشرة أو تصفح أحدث الأجهزة لدينا بضغطة زر."
|
||||||
@@ -138,41 +100,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "iPhone 15 Pro", price: "$1200", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4849.jpg"},
|
||||||
name: "iPhone 15 Pro",
|
|
||||||
price: "$1200",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4849.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Samsung S24 Ultra", price: "$1150", imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924136.jpg"},
|
||||||
name: "Samsung S24 Ultra",
|
|
||||||
price: "$1150",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924136.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "iPhone 14", price: "$800", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5071.jpg"},
|
||||||
name: "iPhone 14",
|
|
||||||
price: "$800",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5071.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Samsung A54", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-displayed-within-geometric-wireframe_187299-46683.jpg?_wi=1"},
|
||||||
name: "Samsung A54",
|
|
||||||
price: "$350",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-displayed-within-geometric-wireframe_187299-46683.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Pixel 8", price: "$700", imageSrc: "http://img.b2bpic.net/free-photo/with-hands-free-microphone-male-trend-setter-hosts-live-presentation-offering-insight_482257-136240.jpg"},
|
||||||
name: "Pixel 8",
|
|
||||||
price: "$700",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/with-hands-free-microphone-male-trend-setter-hosts-live-presentation-offering-insight_482257-136240.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Xiaomi 13T", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/desk-gadgets_181624-23300.jpg"},
|
||||||
name: "Xiaomi 13T",
|
|
||||||
price: "$450",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/desk-gadgets_181624-23300.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="أحدث الهواتف المميزة"
|
title="أحدث الهواتف المميزة"
|
||||||
description="استكشف مجموعتنا المختارة من أحدث الهواتف الأصلية بضمان حقيقي."
|
description="استكشف مجموعتنا المختارة من أحدث الهواتف الأصلية بضمان حقيقي."
|
||||||
@@ -198,60 +136,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "أحمد علي", date: "منذ أسبوع", title: "عميل متميز", quote: "خدمة سريعة ومنتجات أصلية جداً.", tag: "Google", avatarSrc: "http://img.b2bpic.net/free-photo/top-view-desk-minimal-notebook-smartphone_23-2148748598.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-his-studio_23-2149033330.jpg?_wi=2", imageAlt: "smartphone isolated product photo"},
|
||||||
name: "أحمد علي",
|
|
||||||
date: "منذ أسبوع",
|
|
||||||
title: "عميل متميز",
|
|
||||||
quote: "خدمة سريعة ومنتجات أصلية جداً.",
|
|
||||||
tag: "Google",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/top-view-desk-minimal-notebook-smartphone_23-2148748598.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-his-studio_23-2149033330.jpg?_wi=2",
|
|
||||||
imageAlt: "smartphone isolated product photo",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "سارة حسن", date: "منذ شهر", title: "تجربة رائعة", quote: "توصيل سريع جداً، شكراً لكم.", tag: "Google", avatarSrc: "http://img.b2bpic.net/free-photo/photography-umbrella-woman-looking-photos_23-2148424427.jpg", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5083.jpg?_wi=2", imageAlt: "smartphone isolated product photo"},
|
||||||
name: "سارة حسن",
|
|
||||||
date: "منذ شهر",
|
|
||||||
title: "تجربة رائعة",
|
|
||||||
quote: "توصيل سريع جداً، شكراً لكم.",
|
|
||||||
tag: "Google",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/photography-umbrella-woman-looking-photos_23-2148424427.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5083.jpg?_wi=2",
|
|
||||||
imageAlt: "smartphone isolated product photo",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "خالد محمود", date: "منذ يومين", title: "سعر ممتاز", quote: "أفضل سعر في السوق اللبناني.", tag: "Google", avatarSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736849.jpg", imageSrc: "http://img.b2bpic.net/free-photo/special-product-photography-studio-with-workers_23-2148970219.jpg?_wi=2", imageAlt: "smartphone isolated product photo"},
|
||||||
name: "خالد محمود",
|
|
||||||
date: "منذ يومين",
|
|
||||||
title: "سعر ممتاز",
|
|
||||||
quote: "أفضل سعر في السوق اللبناني.",
|
|
||||||
tag: "Google",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736849.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/special-product-photography-studio-with-workers_23-2148970219.jpg?_wi=2",
|
|
||||||
imageAlt: "smartphone isolated product photo",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "ليلى سمير", date: "منذ 3 أيام", title: "دعم فني", quote: "المنتج أصلي وتم التوصيل في الموعد.", tag: "Google", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-remote-worker-uses-chroma-key-screen-gadget_482257-121486.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736807.jpg?_wi=2", imageAlt: "smartphone isolated product photo"},
|
||||||
name: "ليلى سمير",
|
|
||||||
date: "منذ 3 أيام",
|
|
||||||
title: "دعم فني",
|
|
||||||
quote: "المنتج أصلي وتم التوصيل في الموعد.",
|
|
||||||
tag: "Google",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/african-american-remote-worker-uses-chroma-key-screen-gadget_482257-121486.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736807.jpg?_wi=2",
|
|
||||||
imageAlt: "smartphone isolated product photo",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "علي يوسف", date: "منذ 5 أيام", title: "عميل راضي", quote: "خدمة ممتازة، أنصح الجميع بالتعامل معكم.", tag: "Google", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-displayed-within-geometric-wireframe_187299-46683.jpg?_wi=2", imageAlt: "smartphone isolated product photo"},
|
||||||
name: "علي يوسف",
|
|
||||||
date: "منذ 5 أيام",
|
|
||||||
title: "عميل راضي",
|
|
||||||
quote: "خدمة ممتازة، أنصح الجميع بالتعامل معكم.",
|
|
||||||
tag: "Google",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-displayed-within-geometric-wireframe_187299-46683.jpg?_wi=2",
|
|
||||||
imageAlt: "smartphone isolated product photo",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="آراء عملائنا"
|
title="آراء عملائنا"
|
||||||
description="نحن فخورون بثقة عملائنا في لبنان."
|
description="نحن فخورون بثقة عملائنا في لبنان."
|
||||||
@@ -262,8 +155,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
tag="تواصل معنا"
|
tag="تواصل معنا"
|
||||||
title="بدك موبايل اليوم؟ 🔥"
|
title="بدك موبايل اليوم؟ 🔥"
|
||||||
description="احكي معنا فوراً واحصل على أفضل العروض والأسعار في لبنان."
|
description="احكي معنا فوراً واحصل على أفضل العروض والأسعار في لبنان."
|
||||||
@@ -280,20 +172,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "هل المنتجات أصلية؟", content: "نعم، جميع أجهزتنا أصلية 100% مع ضمان حقيقي."},
|
||||||
title: "هل المنتجات أصلية؟",
|
|
||||||
content: "نعم، جميع أجهزتنا أصلية 100% مع ضمان حقيقي.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "هل يوجد توصيل؟", content: "نعم، نوفر توصيل سريع لجميع المناطق في لبنان."},
|
||||||
title: "هل يوجد توصيل؟",
|
|
||||||
content: "نعم، نوفر توصيل سريع لجميع المناطق في لبنان.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "هل يمكن التقسيط؟", content: "تواصل معنا للاستفسار عن خيارات الدفع والتقسيط المتاحة."},
|
||||||
title: "هل يمكن التقسيط؟",
|
|
||||||
content: "تواصل معنا للاستفسار عن خيارات الدفع والتقسيط المتاحة.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="أسئلة شائعة"
|
title="أسئلة شائعة"
|
||||||
description="كل ما تحتاج معرفته قبل الشراء."
|
description="كل ما تحتاج معرفته قبل الشراء."
|
||||||
@@ -308,14 +191,10 @@ export default function LandingPage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
icon: Phone,
|
icon: Phone,
|
||||||
href: "tel:+96100000000",
|
href: "tel:+96100000000", ariaLabel: "Phone"},
|
||||||
ariaLabel: "Phone",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: MessageCircle,
|
icon: MessageCircle,
|
||||||
href: "https://wa.me/96100000000",
|
href: "https://wa.me/96100000000", ariaLabel: "WhatsApp"},
|
||||||
ariaLabel: "WhatsApp",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user