Merge version_1 into main #2
243
src/app/page.tsx
243
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "عن الورشة",
|
||||
id: "about",
|
||||
},
|
||||
name: "عن الورشة", id: "about"},
|
||||
{
|
||||
name: "التشكيلات",
|
||||
id: "products",
|
||||
},
|
||||
name: "التشكيلات", id: "products"},
|
||||
{
|
||||
name: "آراء العملاء",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "آراء العملاء", id: "testimonials"},
|
||||
{
|
||||
name: "التواصل",
|
||||
id: "contact",
|
||||
},
|
||||
name: "التواصل", id: "contact"},
|
||||
]}
|
||||
brandName="ورشة الميامين"
|
||||
/>
|
||||
@@ -56,94 +48,53 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="مسابيح تُصنع بذوقٍ رفيع، وتُقدَّم بثقةٍ تليق باسم الميامين"
|
||||
description="ورشة متخصصة في تقديم المسابيح الفاخرة بخامات منتقاة، تشطيب نظيف، وأسعار منافسة. التجربة هنا مصممة لتكون راقية ومليئة بالاهتمام."
|
||||
testimonials={[
|
||||
{
|
||||
name: "سارة",
|
||||
handle: "عميل موثق",
|
||||
testimonial: "سبح فخمة وجودة عالية بأسعار منافسة جداً.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-praying-pink-shirt-jeans-looking-hopeful-front-view_176474-99017.jpg",
|
||||
},
|
||||
name: "سارة", handle: "عميل موثق", testimonial: "سبح فخمة وجودة عالية بأسعار منافسة جداً.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-praying-pink-shirt-jeans-looking-hopeful-front-view_176474-99017.jpg"},
|
||||
{
|
||||
name: "محمد",
|
||||
handle: "عميل موثق",
|
||||
testimonial: "تعامل راقٍ ومصداقية وصاحب المحل خلوق جداً.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yong-confident-man-sitting-chair_114579-79345.jpg",
|
||||
},
|
||||
name: "محمد", handle: "عميل موثق", testimonial: "تعامل راقٍ ومصداقية وصاحب المحل خلوق جداً.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yong-confident-man-sitting-chair_114579-79345.jpg"},
|
||||
{
|
||||
name: "أحمد",
|
||||
handle: "عميل موثق",
|
||||
testimonial: "سرعة في الرد والشحن، أول تعامل ومو الأخير.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-with-phone-downtown_23-2147689110.jpg",
|
||||
},
|
||||
name: "أحمد", handle: "عميل موثق", testimonial: "سرعة في الرد والشحن، أول تعامل ومو الأخير.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-with-phone-downtown_23-2147689110.jpg"},
|
||||
{
|
||||
name: "خالد",
|
||||
handle: "عميل موثق",
|
||||
testimonial: "منتجات مميزة وتغليف فاخر، أنصح بالتعامل.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-male-suit-grey-background_613910-13502.jpg",
|
||||
},
|
||||
name: "خالد", handle: "عميل موثق", testimonial: "منتجات مميزة وتغليف فاخر، أنصح بالتعامل.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-male-suit-grey-background_613910-13502.jpg"},
|
||||
{
|
||||
name: "ياسر",
|
||||
handle: "عميل موثق",
|
||||
testimonial: "شكرًا لكم على سرعة التعامل وجودة القطع.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-glasses-checked-shirt-holding-hands-together-waiting-something-standing-orange-wall_141793-60639.jpg",
|
||||
},
|
||||
name: "ياسر", handle: "عميل موثق", testimonial: "شكرًا لكم على سرعة التعامل وجودة القطع.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-glasses-checked-shirt-holding-hands-together-waiting-something-standing-orange-wall_141793-60639.jpg"},
|
||||
]}
|
||||
tag="فخامة ومصداقية"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/overhead-shot-old-book-vintage-setting_181624-61097.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/overhead-shot-old-book-vintage-setting_181624-61097.jpg"
|
||||
tagIcon={Sparkles}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/quran-holly-book-islam_93675-131572.jpg",
|
||||
alt: "عنصر تجميلي",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/quran-holly-book-islam_93675-131572.jpg", alt: "عنصر تجميلي"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-female-legs-sukhasana-pose-loft-studio-background_1163-4165.jpg",
|
||||
alt: "عنصر تجميلي",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-female-legs-sukhasana-pose-loft-studio-background_1163-4165.jpg", alt: "عنصر تجميلي"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cropped-image-unrecognizable-woman-holding-mala-beads-prayer-meditation-keep-track-while-chanting-repeating-mantra-sitting-floor_343059-2123.jpg",
|
||||
alt: "عنصر تجميلي",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cropped-image-unrecognizable-woman-holding-mala-beads-prayer-meditation-keep-track-while-chanting-repeating-mantra-sitting-floor_343059-2123.jpg", alt: "عنصر تجميلي"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/christmas-balls-forming-word-xmas_23-2147715681.jpg",
|
||||
alt: "عنصر تجميلي",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/christmas-balls-forming-word-xmas_23-2147715681.jpg", alt: "عنصر تجميلي"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-male-holding-chain-beads-back_181624-7588.jpg",
|
||||
alt: "عنصر تجميلي",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-male-holding-chain-beads-back_181624-7588.jpg", alt: "عنصر تجميلي"},
|
||||
]}
|
||||
avatarText="موثوق من أكثر من ٥٠٠ عميل"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "خامات طبيعية",
|
||||
},
|
||||
type: "text", text: "خامات طبيعية"},
|
||||
{
|
||||
type: "text",
|
||||
text: "تشطيب فاخر",
|
||||
},
|
||||
type: "text", text: "تشطيب فاخر"},
|
||||
{
|
||||
type: "text",
|
||||
text: "أسعار تنافسية",
|
||||
},
|
||||
type: "text", text: "أسعار تنافسية"},
|
||||
{
|
||||
type: "text",
|
||||
text: "شحن سريع",
|
||||
},
|
||||
type: "text", text: "شحن سريع"},
|
||||
{
|
||||
type: "text",
|
||||
text: "رضا العملاء",
|
||||
},
|
||||
type: "text", text: "رضا العملاء"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -153,14 +104,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "هوية تبني الثقة قبل أول طلب",
|
||||
},
|
||||
type: "text", content: "هوية تبني الثقة قبل أول طلب"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-religious-pendant_23-2148630005.jpg",
|
||||
alt: "Crafting prayer beads",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/flat-lay-religious-pendant_23-2148630005.jpg", alt: "Crafting prayer beads"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -172,36 +118,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "خامات منتقاة",
|
||||
description: "خامات طبيعية وصناعية مختارة بخبرة.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-meditating-with-beads-singing-bowl_23-2148847556.jpg",
|
||||
imageAlt: "Man meditating with beads next to singing bowl",
|
||||
title: "خامات منتقاة", description: "خامات طبيعية وصناعية مختارة بخبرة.", bentoComponent: "reveal-icon", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "تشطيب فاخر",
|
||||
description: "لمسات نهائية دقيقة تعكس قيمة القطعة.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-old-book-vintage-setting_181624-61097.jpg?_wi=2",
|
||||
imageAlt: "Man meditating with beads next to singing bowl",
|
||||
title: "تشطيب فاخر", description: "لمسات نهائية دقيقة تعكس قيمة القطعة.", bentoComponent: "reveal-icon", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "أسعار منافسة",
|
||||
description: "القيمة الأفضل مقابل الجودة المتميزة.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-religious-pendant_23-2148630005.jpg",
|
||||
imageAlt: "Man meditating with beads next to singing bowl",
|
||||
title: "أسعار منافسة", description: "القيمة الأفضل مقابل الجودة المتميزة.", bentoComponent: "reveal-icon", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "خدمة عملاء",
|
||||
description: "تجاوب سريع واهتمام بتفاصيل طلبك.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-religious-bracelets_23-2148630012.jpg?_wi=1",
|
||||
imageAlt: "Man meditating with beads next to singing bowl",
|
||||
title: "خدمة عملاء", description: "تجاوب سريع واهتمام بتفاصيل طلبك.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
]}
|
||||
title="كل ما تحتاجه لتكون واثقًا"
|
||||
@@ -217,47 +143,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "مسباح فاخر",
|
||||
price: "٢٥٠ ر.س",
|
||||
variant: "كهرمان",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-religious-bracelets_23-2148630012.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "مسباح فاخر", price: "٢٥٠ ر.س", variant: "كهرمان", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-religious-bracelets_23-2148630012.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "مسباح يومي",
|
||||
price: "١٥٠ ر.س",
|
||||
variant: "أونكس",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-hands-engaged-it-yourself-project_23-2151509385.jpg",
|
||||
},
|
||||
id: "2", name: "مسباح يومي", price: "١٥٠ ر.س", variant: "أونكس", imageSrc: "http://img.b2bpic.net/free-photo/view-hands-engaged-it-yourself-project_23-2151509385.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "مسباح رسمي",
|
||||
price: "٣٥٠ ر.س",
|
||||
variant: "صندل",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-person-praying-with-rosary-hands_23-2148629975.jpg",
|
||||
},
|
||||
id: "3", name: "مسباح رسمي", price: "٣٥٠ ر.س", variant: "صندل", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-person-praying-with-rosary-hands_23-2148629975.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "مسباح كلاسيك",
|
||||
price: "٢٠٠ ر.س",
|
||||
variant: "خشب",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-set-from-tray-two-cups-coffee_23-2148111742.jpg",
|
||||
},
|
||||
id: "4", name: "مسباح كلاسيك", price: "٢٠٠ ر.س", variant: "خشب", imageSrc: "http://img.b2bpic.net/free-photo/coffee-set-from-tray-two-cups-coffee_23-2148111742.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "مسباح مميز",
|
||||
price: "٢٨٠ ر.س",
|
||||
variant: "فيروز",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-halloween-decorations_23-2147679514.jpg",
|
||||
},
|
||||
id: "5", name: "مسباح مميز", price: "٢٨٠ ر.س", variant: "فيروز", imageSrc: "http://img.b2bpic.net/free-photo/pretty-halloween-decorations_23-2147679514.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "مسباح هدية",
|
||||
price: "٤٥٠ ر.س",
|
||||
variant: "فاخر",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-balls_23-2147715656.jpg",
|
||||
},
|
||||
id: "6", name: "مسباح هدية", price: "٤٥٠ ر.س", variant: "فاخر", imageSrc: "http://img.b2bpic.net/free-photo/christmas-balls_23-2147715656.jpg"},
|
||||
]}
|
||||
title="تشكيلاتنا الفاخرة"
|
||||
description="استكشف مجموعتنا المختارة من المسابيح الفاخرة."
|
||||
@@ -271,45 +167,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "سارة",
|
||||
handle: "عميل موثق",
|
||||
testimonial: "سبح فخمة وجودة عالية بأسعار منافسة جداً.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-big-hat_273609-13368.jpg",
|
||||
},
|
||||
id: "1", name: "سارة", handle: "عميل موثق", testimonial: "سبح فخمة وجودة عالية بأسعار منافسة جداً.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-big-hat_273609-13368.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "محمد",
|
||||
handle: "عميل موثق",
|
||||
testimonial: "تعامل راقٍ ومصداقية وصاحب المحل خلوق جداً.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-guy-wearing-jacket-checkered-shirt-leaning-wall-looking-away_613910-21130.jpg",
|
||||
},
|
||||
id: "2", name: "محمد", handle: "عميل موثق", testimonial: "تعامل راقٍ ومصداقية وصاحب المحل خلوق جداً.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-guy-wearing-jacket-checkered-shirt-leaning-wall-looking-away_613910-21130.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "أحمد",
|
||||
handle: "عميل موثق",
|
||||
testimonial: "سرعة في الرد والشحن، أول تعامل ومو الأخير.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg",
|
||||
},
|
||||
id: "3", name: "أحمد", handle: "عميل موثق", testimonial: "سرعة في الرد والشحن، أول تعامل ومو الأخير.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "خالد",
|
||||
handle: "عميل موثق",
|
||||
testimonial: "منتجات مميزة وتغليف فاخر، أنصح بالتعامل.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-business-man-gray_1150-16861.jpg",
|
||||
},
|
||||
id: "4", name: "خالد", handle: "عميل موثق", testimonial: "منتجات مميزة وتغليف فاخر، أنصح بالتعامل.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-business-man-gray_1150-16861.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "ياسر",
|
||||
handle: "عميل موثق",
|
||||
testimonial: "شكرًا لكم على سرعة التعامل وجودة القطع.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg",
|
||||
},
|
||||
id: "5", name: "ياسر", handle: "عميل موثق", testimonial: "شكرًا لكم على سرعة التعامل وجودة القطع.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="آراء عملائنا"
|
||||
@@ -323,20 +194,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "كيف أطلب؟",
|
||||
content: "يمكنك التواصل معنا عبر الواتساب لاختيار طلبك وتأكيده.",
|
||||
},
|
||||
id: "1", title: "كيف أطلب؟", content: "يمكنك التواصل معنا عبر الواتساب لاختيار طلبك وتأكيده."},
|
||||
{
|
||||
id: "2",
|
||||
title: "هل يوجد شحن؟",
|
||||
content: "نعم، نوفر شحن سريع وموثوق لجميع المناطق.",
|
||||
},
|
||||
id: "2", title: "هل يوجد شحن؟", content: "نعم، نوفر شحن سريع وموثوق لجميع المناطق."},
|
||||
{
|
||||
id: "3",
|
||||
title: "هل يوجد ضمان؟",
|
||||
content: "نحن نضمن جودة الخامات وتشطيب القطع بشكل كامل.",
|
||||
},
|
||||
id: "3", title: "هل يوجد ضمان؟", content: "نحن نضمن جودة الخامات وتشطيب القطع بشكل كامل."},
|
||||
]}
|
||||
title="الأسئلة الشائعة"
|
||||
description="إجابات سريعة على تساؤلات عملائنا الكرام."
|
||||
@@ -348,8 +210,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="طلبات خاصة"
|
||||
title="ابدأ طلبك الخاص"
|
||||
description="هل تبحث عن مسباح بمواصفات معينة؟ اترك بياناتك وسنتواصل معك فوراً."
|
||||
|
||||
Reference in New Issue
Block a user