Merge version_1 into main #1
202
src/app/page.tsx
202
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "hero",
|
||||
},
|
||||
name: "الرئيسية", id: "hero"},
|
||||
{
|
||||
name: "المنتجات",
|
||||
id: "products",
|
||||
},
|
||||
name: "المنتجات", id: "products"},
|
||||
{
|
||||
name: "النتائج",
|
||||
id: "transformation",
|
||||
},
|
||||
name: "النتائج", id: "transformation"},
|
||||
{
|
||||
name: "تواصل معنا",
|
||||
id: "footer",
|
||||
},
|
||||
name: "تواصل معنا", id: "footer"},
|
||||
]}
|
||||
brandName="ELVANO"
|
||||
/>
|
||||
@@ -55,38 +47,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="ELVANO | ثورة في إزالة الشعر"
|
||||
description="تجربة صالونات التجميل في منزلك. إزالة شعر آمنة، فعالة، وبنتائج دائمة مع تكنولوجيا الليزر المتقدمة."
|
||||
tag="الأكثر مبيعاً لعام 2024"
|
||||
buttons={[
|
||||
{
|
||||
text: "اطلبي الآن",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "اطلبي الآن", href: "#pricing"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg",
|
||||
imageAlt: "ELVANO Laser Device",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg", imageAlt: "ELVANO Laser Device"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-globe_23-2148916424.jpg",
|
||||
imageAlt: "Smooth Skin Texture",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skincare-routine-with-fresh-face-cream-jar_23-2152010137.jpg",
|
||||
imageAlt: "Skincare routine with fresh face and cream jar",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arab-woman-using-facial-massager-beauty-treatment_23-2148952597.jpg",
|
||||
imageAlt: "Arab woman using a facial massager beauty treatment",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-face-massaging-with-gua-sha_23-2149349083.jpg",
|
||||
imageAlt: "Medium shot woman face massaging with gua sha",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-globe_23-2148916424.jpg", imageAlt: "Smooth Skin Texture"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -102,29 +75,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "إزالة الشعر بدون ألم",
|
||||
description: "تقنية التبريد المتطورة تضمن تجربة مريحة تماماً.",
|
||||
},
|
||||
title: "إزالة الشعر بدون ألم", description: "تقنية التبريد المتطورة تضمن تجربة مريحة تماماً."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "نتائج سريعة",
|
||||
description: "وداعاً لنمو الشعر غير المرغوب فيه في وقت قياسي.",
|
||||
},
|
||||
title: "نتائج سريعة", description: "وداعاً لنمو الشعر غير المرغوب فيه في وقت قياسي."},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "مناسب لجميع الجسم",
|
||||
description: "آمن وفعال للوجه وكامل الجسم.",
|
||||
},
|
||||
title: "مناسب لجميع الجسم", description: "آمن وفعال للوجه وكامل الجسم."},
|
||||
{
|
||||
icon: Home,
|
||||
title: "استخدام منزلي سهل",
|
||||
description: "تصميم أنيق وعملي للاستخدام الشخصي.",
|
||||
},
|
||||
title: "استخدام منزلي سهل", description: "تصميم أنيق وعملي للاستخدام الشخصي."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "جودة طبية",
|
||||
description: "معتمد دولياً ومصمم لأعلى معايير الأمان.",
|
||||
},
|
||||
title: "جودة طبية", description: "معتمد دولياً ومصمم لأعلى معايير الأمان."},
|
||||
]}
|
||||
title="لماذا تختارين ELVANO؟"
|
||||
description="التميز في كل تفصيلة لضمان راحتك وجمالك."
|
||||
@@ -137,9 +100,7 @@ export default function LandingPage() {
|
||||
title="ثقة تدوم لسنوات"
|
||||
buttons={[
|
||||
{
|
||||
text: "اكتشفي المزيد",
|
||||
href: "#products",
|
||||
},
|
||||
text: "اكتشفي المزيد", href: "#products"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -152,41 +113,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "جهاز الليزر برو",
|
||||
price: "2990 د.ج",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-cotton-flat-lay_23-2149357116.jpg",
|
||||
},
|
||||
id: "p1", name: "جهاز الليزر برو", price: "2990 د.ج", imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-cotton-flat-lay_23-2149357116.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "كريم العناية المهدئ",
|
||||
price: "1200 د.ج",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-treatments-portrait_23-2149163422.jpg",
|
||||
},
|
||||
id: "p2", name: "كريم العناية المهدئ", price: "1200 د.ج", imageSrc: "http://img.b2bpic.net/free-photo/beauty-treatments-portrait_23-2149163422.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "مجموعة العناية الكاملة",
|
||||
price: "3990 د.ج",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-gua-sha-tools-arrangement_23-2149349110.jpg",
|
||||
},
|
||||
id: "p3", name: "مجموعة العناية الكاملة", price: "3990 د.ج", imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-gua-sha-tools-arrangement_23-2149349110.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "جهاز الليزر ميني",
|
||||
price: "1990 د.ج",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pink-face-roller-gua-sha_23-2149357163.jpg",
|
||||
},
|
||||
id: "p4", name: "جهاز الليزر ميني", price: "1990 د.ج", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pink-face-roller-gua-sha_23-2149357163.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "معدات إضافية",
|
||||
price: "500 د.ج",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-vibrator_23-2150276206.jpg",
|
||||
},
|
||||
id: "p5", name: "معدات إضافية", price: "500 د.ج", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-vibrator_23-2150276206.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "مجموعة العيد",
|
||||
price: "4500 د.ج",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-attentive-red-haired-fifteen-years-girl-takes-care-facial-skin-uses-massage-brush-applies-hydrogel-pads-eyes-wears-casual-t-shirt-isolated-pink-background-wellness-concept_273609-59486.jpg",
|
||||
},
|
||||
id: "p6", name: "مجموعة العيد", price: "4500 د.ج", imageSrc: "http://img.b2bpic.net/free-photo/photo-attentive-red-haired-fifteen-years-girl-takes-care-facial-skin-uses-massage-brush-applies-hydrogel-pads-eyes-wears-casual-t-shirt-isolated-pink-background-wellness-concept_273609-59486.jpg"},
|
||||
]}
|
||||
title="مجموعتنا الحصرية"
|
||||
description="اخترِ الجمال، اخترِ ELVANO."
|
||||
@@ -200,27 +137,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "عرض خاص",
|
||||
price: "2990 د.ج",
|
||||
subtitle: "الباقة الأساسية",
|
||||
features: [
|
||||
"جهاز الليزر",
|
||||
"دليل الاستخدام",
|
||||
"شحن مجاني",
|
||||
],
|
||||
id: "basic", badge: "عرض خاص", price: "2990 د.ج", subtitle: "الباقة الأساسية", features: [
|
||||
"جهاز الليزر", "دليل الاستخدام", "شحن مجاني"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "الأكثر مبيعاً",
|
||||
price: "3990 د.ج",
|
||||
subtitle: "الباقة الذهبية",
|
||||
features: [
|
||||
"جهاز الليزر برو",
|
||||
"كريم العناية",
|
||||
"شحن مجاني",
|
||||
"ضمان سنتين",
|
||||
],
|
||||
id: "pro", badge: "الأكثر مبيعاً", price: "3990 د.ج", subtitle: "الباقة الذهبية", features: [
|
||||
"جهاز الليزر برو", "كريم العناية", "شحن مجاني", "ضمان سنتين"],
|
||||
},
|
||||
]}
|
||||
title="عروض محدودة الوقت"
|
||||
@@ -236,45 +158,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "سارة أحمد",
|
||||
role: "بلوجر",
|
||||
company: "الجزائر",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-smiling-sitting-floor-white-wall_176420-8542.jpg",
|
||||
},
|
||||
id: "t1", name: "سارة أحمد", role: "بلوجر", company: "الجزائر", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-smiling-sitting-floor-white-wall_176420-8542.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "ليلى محمد",
|
||||
role: "مدرّسة",
|
||||
company: "تونس",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-slim-young-woman-with-long-brown-hair_613910-8511.jpg",
|
||||
},
|
||||
id: "t2", name: "ليلى محمد", role: "مدرّسة", company: "تونس", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-slim-young-woman-with-long-brown-hair_613910-8511.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "فاطمة الزهراء",
|
||||
role: "طالبة",
|
||||
company: "المغرب",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466351.jpg",
|
||||
},
|
||||
id: "t3", name: "فاطمة الزهراء", role: "طالبة", company: "المغرب", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466351.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "نور الهدى",
|
||||
role: "مهندسة",
|
||||
company: "الجزائر",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-women-hanging-out_23-2149168545.jpg",
|
||||
},
|
||||
id: "t4", name: "نور الهدى", role: "مهندسة", company: "الجزائر", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-women-hanging-out_23-2149168545.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "مريم حسن",
|
||||
role: "سيدة أعمال",
|
||||
company: "مصر",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-naked-girl-with-perfect-clean-skin-smiling-looking-camera-holding-glass-water-with-cucumber-slices-white-background-facial-treatment_176420-14089.jpg",
|
||||
},
|
||||
id: "t5", name: "مريم حسن", role: "سيدة أعمال", company: "مصر", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-naked-girl-with-perfect-clean-skin-smiling-looking-camera-holding-glass-water-with-cucumber-slices-white-background-facial-treatment_176420-14089.jpg"},
|
||||
]}
|
||||
title="ماذا تقول عميلاتنا؟"
|
||||
description="انضمي لآلاف النساء اللواتي وثقن في ELVANO."
|
||||
@@ -287,20 +184,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "هل الجهاز آمن؟",
|
||||
content: "نعم، تم اختباره واعتماده دولياً للاستخدام المنزلي الآمن.",
|
||||
},
|
||||
id: "f1", title: "هل الجهاز آمن؟", content: "نعم، تم اختباره واعتماده دولياً للاستخدام المنزلي الآمن."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "كم يستغرق ظهور النتائج؟",
|
||||
content: "تبدأ النتائج بالظهور من الجلسة الثالثة تقريباً.",
|
||||
},
|
||||
id: "f2", title: "كم يستغرق ظهور النتائج؟", content: "تبدأ النتائج بالظهور من الجلسة الثالثة تقريباً."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "هل يوجد ضمان؟",
|
||||
content: "نعم، نقدم ضماناً لمدة عامين على جميع أجهزتنا.",
|
||||
},
|
||||
id: "f3", title: "هل يوجد ضمان؟", content: "نعم، نقدم ضماناً لمدة عامين على جميع أجهزتنا."},
|
||||
]}
|
||||
title="أسئلة شائعة"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -314,25 +202,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "سياسة الخصوصية",
|
||||
href: "#",
|
||||
},
|
||||
label: "سياسة الخصوصية", href: "#"},
|
||||
{
|
||||
label: "اتصل بنا",
|
||||
href: "#",
|
||||
},
|
||||
label: "اتصل بنا", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "إنستغرام",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "إنستغرام", href: "https://instagram.com"},
|
||||
{
|
||||
label: "تيك توك",
|
||||
href: "https://tiktok.com",
|
||||
},
|
||||
label: "تيك توك", href: "https://tiktok.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user