Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db07db65ec | |||
| 1a9ca103b7 | |||
| b9dd64d6de | |||
| 6a8aa3eec1 | |||
| e0a0c358bc | |||
| d629e14174 |
264
src/app/page.tsx
264
src/app/page.tsx
@@ -32,33 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "الرئيسية", id: "#hero"},
|
||||
{
|
||||
name: "عنا",
|
||||
id: "#about",
|
||||
},
|
||||
name: "عنا", id: "#about"},
|
||||
{
|
||||
name: "المنتجات",
|
||||
id: "#products",
|
||||
},
|
||||
name: "المنتجات", id: "/products-catalog"},
|
||||
{
|
||||
name: "لماذا نحن",
|
||||
id: "#why-us",
|
||||
},
|
||||
name: "لماذا نحن", id: "#why-us"},
|
||||
{
|
||||
name: "التقييمات",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "التقييمات", id: "#reviews"},
|
||||
{
|
||||
name: "المعلومات",
|
||||
id: "#info",
|
||||
},
|
||||
name: "المعلومات", id: "#info"},
|
||||
{
|
||||
name: "اتصل بنا",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "اتصل بنا", id: "#contact"},
|
||||
]}
|
||||
brandName="Ahmad AlMasry Est."
|
||||
/>
|
||||
@@ -70,39 +56,23 @@ export default function LandingPage() {
|
||||
description="جودة، أسعار مناسبة، وخدمة مميزة. اكتشف مجموعتنا الأنيقة الآن."
|
||||
buttons={[
|
||||
{
|
||||
text: "تسوق الآن",
|
||||
href: "#products",
|
||||
},
|
||||
text: "تسوق الآن", href: "#products"},
|
||||
{
|
||||
text: "اتصل بنا",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "اتصل بنا", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slim-young-woman-with-long-brown-hair-shiny-grey-clothes-posing-grey-background_613910-11045.jpg",
|
||||
imageAlt: "Elegant women's clothing collection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slim-young-woman-with-long-brown-hair-shiny-grey-clothes-posing-grey-background_613910-11045.jpg", imageAlt: "Elegant women's clothing collection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19713.jpg",
|
||||
imageAlt: "Stylish men's thobe collection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19713.jpg", imageAlt: "Stylish men's thobe collection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-with-traditional-asian-clothing_23-2151022392.jpg",
|
||||
imageAlt: "Cute kids' traditional clothing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-with-traditional-asian-clothing_23-2151022392.jpg", imageAlt: "Cute kids' traditional clothing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl-with-white-pants_114579-8561.jpg",
|
||||
imageAlt: "Seasonal fashion collection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl-with-white-pants_114579-8561.jpg", imageAlt: "Seasonal fashion collection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-essentials-bead-working-with-scissors_23-2148815805.jpg",
|
||||
imageAlt: "Fashionable accessories for outfits",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-essentials-bead-working-with-scissors_23-2148815805.jpg", imageAlt: "Fashionable accessories for outfits"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300904.jpg",
|
||||
imageAlt: "Interior of a modern clothing store",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300904.jpg", imageAlt: "Interior of a modern clothing store"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,24 +84,16 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "سمعة طيبة",
|
||||
value: "في الأردن",
|
||||
},
|
||||
label: "سمعة طيبة", value: "في الأردن"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "منتجات عالية الجودة",
|
||||
value: "مضمونة",
|
||||
},
|
||||
label: "منتجات عالية الجودة", value: "مضمونة"},
|
||||
{
|
||||
icon: Wallet,
|
||||
label: "أسعار مناسبة",
|
||||
value: "لجميع",
|
||||
},
|
||||
label: "أسعار مناسبة", value: "لجميع"},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "رضا العملاء",
|
||||
value: "أولويتنا",
|
||||
},
|
||||
label: "رضا العملاء", value: "أولويتنا"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -145,56 +107,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "ثوب رجالي فاخر",
|
||||
price: "SAR 350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-model-trendy-yellow-trenchcoat-outdoor_114579-8599.jpg",
|
||||
imageAlt: "Men's Luxury Thobe",
|
||||
rating: 5,
|
||||
id: "p1", name: "ثوب رجالي فاخر", price: "دينار اردني 350", imageSrc: "http://img.b2bpic.net/free-photo/fashion-model-trendy-yellow-trenchcoat-outdoor_114579-8599.jpg", imageAlt: "Men's Luxury Thobe", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "عباية نسائية عصرية",
|
||||
price: "SAR 420",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-brunette-woman-posing-egyptian-desert-sand-dunes_273443-3028.jpg",
|
||||
imageAlt: "Modern Women's Abaya",
|
||||
rating: 5,
|
||||
id: "p2", name: "عباية نسائية عصرية", price: "دينار اردني 420", imageSrc: "http://img.b2bpic.net/free-photo/elegant-brunette-woman-posing-egyptian-desert-sand-dunes_273443-3028.jpg", imageAlt: "Modern Women's Abaya", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "فستان أطفال أنيق",
|
||||
price: "SAR 180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-holy-month-blog-banner_53876-128623.jpg",
|
||||
imageAlt: "Elegant Kids' Dress",
|
||||
rating: 4,
|
||||
id: "p3", name: "فستان أطفال أنيق", price: "دينار اردني 180", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-holy-month-blog-banner_53876-128623.jpg", imageAlt: "Elegant Kids' Dress", rating: 4,
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "وشاح حريري مطبوع",
|
||||
price: "SAR 95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-linen-dress-with-wreath-flowers-her-head_72229-248.jpg",
|
||||
imageAlt: "Printed Silk Scarf",
|
||||
rating: 4,
|
||||
id: "p4", name: "وشاح حريري مطبوع", price: "دينار اردني 95", imageSrc: "http://img.b2bpic.net/free-photo/girl-linen-dress-with-wreath-flowers-her-head_72229-248.jpg", imageAlt: "Printed Silk Scarf", rating: 4,
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "حذاء رجالي جلدي",
|
||||
price: "SAR 280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-shoes_1203-8424.jpg",
|
||||
imageAlt: "Men's Leather Shoes",
|
||||
rating: 5,
|
||||
id: "p5", name: "حذاء رجالي جلدي", price: "دينار اردني 280", imageSrc: "http://img.b2bpic.net/free-photo/men-shoes_1203-8424.jpg", imageAlt: "Men's Leather Shoes", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "ساعة يد كلاسيكية",
|
||||
price: "SAR 550",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-fathers-day-with-accessories_23-2147790926.jpg",
|
||||
imageAlt: "Classic Wrist Watch",
|
||||
rating: 5,
|
||||
id: "p6", name: "ساعة يد كلاسيكية", price: "دينار اردني 550", imageSrc: "http://img.b2bpic.net/free-photo/composition-fathers-day-with-accessories_23-2147790926.jpg", imageAlt: "Classic Wrist Watch", rating: 5,
|
||||
},
|
||||
]}
|
||||
title="منتجاتنا المميزة"
|
||||
description="اكتشف أحدث مجموعاتنا من الملابس الرجالية والنسائية وملابس الأطفال، بالإضافة إلى تشكيلات موسمية وإكسسوارات أنيقة."
|
||||
buttons={[
|
||||
{
|
||||
text: "عرض جميع المنتجات", href: "/products-catalog"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -205,40 +143,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "أسعار تنافسية",
|
||||
subtitle: "منتجات عالية الجودة بأسعار تناسب الجميع.",
|
||||
category: "قيمة مميزة",
|
||||
value: "",
|
||||
},
|
||||
id: "f1", title: "أسعار تنافسية", subtitle: "منتجات عالية الجودة بأسعار تناسب الجميع.", category: "قيمة مميزة", value: ""},
|
||||
{
|
||||
id: "f2",
|
||||
title: "تشكيلة واسعة",
|
||||
subtitle: "مجموعة متنوعة من الملابس والإكسسوارات لكل الأذواق.",
|
||||
category: "خيارات لا حصر لها",
|
||||
value: "",
|
||||
},
|
||||
id: "f2", title: "تشكيلة واسعة", subtitle: "مجموعة متنوعة من الملابس والإكسسوارات لكل الأذواق.", category: "خيارات لا حصر لها", value: ""},
|
||||
{
|
||||
id: "f3",
|
||||
title: "خدمة عملاء ممتازة",
|
||||
subtitle: "فريقنا مستعد لمساعدتك في كل خطوة.",
|
||||
category: "دعم متميز",
|
||||
value: "",
|
||||
},
|
||||
id: "f3", title: "خدمة عملاء ممتازة", subtitle: "فريقنا مستعد لمساعدتك في كل خطوة.", category: "دعم متميز", value: ""},
|
||||
{
|
||||
id: "f4",
|
||||
title: "توصيل سريع",
|
||||
subtitle: "استلم طلباتك بسرعة وأمان إلى باب منزلك.",
|
||||
category: "راحة وسهولة",
|
||||
value: "",
|
||||
},
|
||||
id: "f4", title: "توصيل سريع", subtitle: "استلم طلباتك بسرعة وأمان إلى باب منزلك.", category: "راحة وسهولة", value: ""},
|
||||
{
|
||||
id: "f5",
|
||||
title: "استلام من المتجر",
|
||||
subtitle: "اختر ما يناسبك واستلم طلبك من متجرنا بسهولة.",
|
||||
category: "مرونة في التسوق",
|
||||
value: "",
|
||||
},
|
||||
id: "f5", title: "استلام من المتجر", subtitle: "اختر ما يناسبك واستلم طلبك من متجرنا بسهولة.", category: "مرونة في التسوق", value: ""},
|
||||
]}
|
||||
title="لماذا تختار مؤسسة أحمد المصري؟"
|
||||
description="نقدم لك تجربة تسوق لا مثيل لها تجمع بين الجودة والراحة والقيمة."
|
||||
@@ -253,25 +166,15 @@ export default function LandingPage() {
|
||||
author="عميل راضٍ (49 تقييم)"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/glad-dark-skinned-young-woman-clenches-fist-holds-takeaway-coffee-wears-optical-glasses_273609-27058.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/glad-dark-skinned-young-woman-clenches-fist-holds-takeaway-coffee-wears-optical-glasses_273609-27058.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-non-binary-man-musician-smiling-confident-sitting-chair-music-studio_839833-10419.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-non-binary-man-musician-smiling-confident-sitting-chair-music-studio_839833-10419.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg", alt: "David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-girl-beach-close-up-view_23-2147641430.jpg",
|
||||
alt: "Aisha Khalid",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-girl-beach-close-up-view_23-2147641430.jpg", alt: "Aisha Khalid"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -285,35 +188,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: MapPin,
|
||||
title: "العنوان",
|
||||
value: "مقابل كهرباء الأندلس، شارع الأميرة هيا، عمان، الأردن",
|
||||
},
|
||||
id: "m1", icon: MapPin,
|
||||
title: "العنوان", value: "مقابل كهرباء الأندلس، شارع الأميرة هيا، عمان، الأردن"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Phone,
|
||||
title: "رقم الهاتف",
|
||||
value: "+962 7 9121 3502",
|
||||
},
|
||||
id: "m2", icon: Phone,
|
||||
title: "رقم الهاتف", value: "+962 7 9121 3502"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: ShoppingCart,
|
||||
title: "تسوق في المتجر",
|
||||
value: "متوفر",
|
||||
},
|
||||
id: "m3", icon: ShoppingCart,
|
||||
title: "تسوق في المتجر", value: "متوفر"},
|
||||
{
|
||||
id: "m4",
|
||||
icon: Package,
|
||||
title: "استلام من المتجر",
|
||||
value: "متوفر",
|
||||
},
|
||||
id: "m4", icon: Package,
|
||||
title: "استلام من المتجر", value: "متوفر"},
|
||||
{
|
||||
id: "m5",
|
||||
icon: Truck,
|
||||
title: "خدمة التوصيل",
|
||||
value: "متوفر",
|
||||
},
|
||||
id: "m5", icon: Truck,
|
||||
title: "خدمة التوصيل", value: "متوفر"},
|
||||
]}
|
||||
title="معلومات المتجر والخدمات"
|
||||
description="نحن هنا لخدمتكم، سواء في المتجر أو عبر خدمات التوصيل والاستلام."
|
||||
@@ -324,8 +212,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="تواصل معنا"
|
||||
title="نحن هنا لمساعدتك"
|
||||
description="للاستفسارات أو المساعدة، لا تتردد في الاتصال بنا. فريقنا مستعد لخدمتك."
|
||||
@@ -343,54 +230,33 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "روابط سريعة",
|
||||
items: [
|
||||
title: "روابط سريعة", items: [
|
||||
{
|
||||
label: "الرئيسية",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "الرئيسية", href: "#hero"},
|
||||
{
|
||||
label: "عنا",
|
||||
href: "#about",
|
||||
},
|
||||
label: "عنا", href: "#about"},
|
||||
{
|
||||
label: "المنتجات",
|
||||
href: "#products",
|
||||
},
|
||||
label: "المنتجات", href: "/products-catalog"},
|
||||
{
|
||||
label: "اتصل بنا",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "اتصل بنا", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "المعلومات",
|
||||
items: [
|
||||
title: "المعلومات", items: [
|
||||
{
|
||||
label: "لماذا نحن",
|
||||
href: "#why-us",
|
||||
},
|
||||
label: "لماذا نحن", href: "#why-us"},
|
||||
{
|
||||
label: "الشروط والأحكام",
|
||||
href: "#",
|
||||
},
|
||||
label: "الشروط والأحكام", href: "#"},
|
||||
{
|
||||
label: "سياسة الخصوصية",
|
||||
href: "#",
|
||||
},
|
||||
label: "سياسة الخصوصية", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "خدمة العملاء",
|
||||
items: [
|
||||
title: "خدمة العملاء", items: [
|
||||
{
|
||||
label: "الأسئلة الشائعة",
|
||||
href: "#",
|
||||
},
|
||||
label: "الأسئلة الشائعة", href: "#"},
|
||||
{
|
||||
label: "المساعدة",
|
||||
href: "#",
|
||||
},
|
||||
label: "المساعدة", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -401,4 +267,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user