391 lines
14 KiB
TypeScript
391 lines
14 KiB
TypeScript
export const years = [
|
|
...Array(104)
|
|
.fill(1)
|
|
.map((_, number) => {
|
|
return {
|
|
value: 1404 - number,
|
|
label: JSON.stringify(1404 - number),
|
|
};
|
|
}),
|
|
];
|
|
export const days = [
|
|
...Array(31)
|
|
.fill(1)
|
|
.map((_, number) => {
|
|
return {
|
|
value: number + 1,
|
|
label: JSON.stringify(number + 1),
|
|
};
|
|
}),
|
|
];
|
|
export const months = [
|
|
{
|
|
value: 1,
|
|
label: "فروردین",
|
|
},
|
|
{
|
|
value: 2,
|
|
label: "اردیبهشت",
|
|
},
|
|
{
|
|
value: 3,
|
|
label: "خرداد",
|
|
},
|
|
{
|
|
value: 4,
|
|
label: "تیر",
|
|
},
|
|
{
|
|
value: 5,
|
|
label: "مرداد",
|
|
},
|
|
{
|
|
value: 6,
|
|
label: "شهریور",
|
|
},
|
|
{
|
|
value: 7,
|
|
label: "مهر",
|
|
},
|
|
{
|
|
value: 8,
|
|
label: "آبان",
|
|
},
|
|
{
|
|
value: 9,
|
|
label: "آذر",
|
|
},
|
|
{
|
|
value: 10,
|
|
label: "دی",
|
|
},
|
|
{
|
|
value: 11,
|
|
label: "بهمن",
|
|
},
|
|
{
|
|
value: 12,
|
|
label: "اسفند",
|
|
},
|
|
];
|
|
export const SearchSuggestionsData = [
|
|
// Products - Apparel - Men
|
|
{ type: "product", title: "پیراهن مردانه آستین بلند" },
|
|
{ type: "product", title: "پیراهن مردانه آستین کوتاه" },
|
|
{ type: "product", title: "پیراهن مردانه رسمی" },
|
|
{ type: "product", title: "پیراهن مردانه اسپرت" },
|
|
{ type: "product", title: "شلوار مردانه جین" },
|
|
{ type: "product", title: "شلوار مردانه کتان" },
|
|
{ type: "product", title: "شلوار مردانه پارچه ای" },
|
|
{ type: "product", title: "شلوارک مردانه" },
|
|
{ type: "product", title: "کت تک مردانه" },
|
|
{ type: "product", title: "کت و شلوار مردانه دامادی" },
|
|
{ type: "product", title: "جلیقه مردانه" },
|
|
{ type: "product", title: "تیشرت مردانه یقه گرد" },
|
|
{ type: "product", title: "تیشرت مردانه یقه هفت" },
|
|
{ type: "product", title: "پولوشرت مردانه" },
|
|
{ type: "product", title: "هودی مردانه" },
|
|
{ type: "product", title: "سویشرت مردانه" },
|
|
{ type: "product", title: "زیرپوش مردانه" },
|
|
{ type: "product", title: "لباس خواب مردانه" },
|
|
{ type: "product", title: "جوراب کالج مردانه" },
|
|
{ type: "product", title: "جوراب ساق بلند مردانه" },
|
|
{ type: "product", title: "ست لباس ورزشی مردانه" },
|
|
{ type: "product", title: "شلوار ورزشی مردانه" },
|
|
{ type: "product", title: "کاپشن چرم مردانه" },
|
|
{ type: "product", title: "کاپشن زمستانه مردانه" },
|
|
{ type: "product", title: "بارانی مردانه" },
|
|
{ type: "product", title: "پالتو فوتر مردانه" },
|
|
{ type: "product", title: "ژاکت بافتنی مردانه" },
|
|
{ type: "product", title: "پلیور یقه اسکی مردانه" },
|
|
|
|
// Products - Apparel - Women
|
|
{ type: "product", title: "مانتو مجلسی" },
|
|
{ type: "product", title: "مانتو اسپرت" },
|
|
{ type: "product", title: "مانتو اداری" },
|
|
{ type: "product", title: "مانتو کتی" },
|
|
{ type: "product", title: "شومیز حریر" },
|
|
{ type: "product", title: "بلوز زنانه" },
|
|
{ type: "product", title: "تونیک زنانه" },
|
|
{ type: "product", title: "سارافون زنانه" },
|
|
{ type: "product", title: "شلوار جین زنانه" },
|
|
{ type: "product", title: "شلوار پارچه ای زنانه" },
|
|
{ type: "product", title: "لگینگ زنانه" },
|
|
{ type: "product", title: "دامن کوتاه" },
|
|
{ type: "product", title: "دامن بلند" },
|
|
{ type: "product", title: "دامن مجلسی" },
|
|
{ type: "product", title: "پیراهن مجلسی زنانه" },
|
|
{ type: "product", title: "پیراهن ساحلی" },
|
|
{ type: "product", title: "لباس شب زنانه" },
|
|
{ type: "product", title: "سوتین" },
|
|
{ type: "product", title: "شورت زنانه" },
|
|
{ type: "product", title: "لباس خواب زنانه" },
|
|
{ type: "product", title: "گن زنانه" },
|
|
{ type: "product", title: "جوراب شلواری" },
|
|
{ type: "product", title: "جوراب نازک زنانه" },
|
|
{ type: "product", title: "ست لباس ورزشی زنانه" },
|
|
{ type: "product", title: "تاپ ورزشی زنانه" },
|
|
{ type: "product", title: "شلوارک ورزشی زنانه" },
|
|
{ type: "product", title: "کاپشن چرم زنانه" },
|
|
{ type: "product", title: "کاپشن زمستانه زنانه" },
|
|
{ type: "product", title: "بارانی زنانه" },
|
|
{ type: "product", title: "پالتو فوتر زنانه" },
|
|
{ type: "product", title: "پانچو" },
|
|
{ type: "product", title: "وست زنانه" },
|
|
{ type: "product", title: "روپوش پزشکی" },
|
|
{ type: "product", title: "لباس فرم اداری زنانه" },
|
|
|
|
// Products - Apparel - Children & Baby
|
|
{ type: "product", title: "لباس نوزادی دخترانه" },
|
|
{ type: "product", title: "لباس نوزادی پسرانه" },
|
|
{ type: "product", title: "بادی نوزاد" },
|
|
{ type: "product", title: "رامپر نوزاد" },
|
|
{ type: "product", title: "ست بیمارستانی نوزاد" },
|
|
{ type: "product", title: "پیشبند نوزاد" },
|
|
{ type: "product", title: "کلاه نوزادی" },
|
|
{ type: "product", title: "تیشرت بچگانه" },
|
|
{ type: "product", title: "شلوار بچگانه" },
|
|
{ type: "product", title: "پیراهن دخترانه" },
|
|
{ type: "product", title: "سارافون دخترانه" },
|
|
{ type: "product", title: "لباس مجلسی دخترانه" },
|
|
{ type: "product", title: "کاپشن بچگانه" },
|
|
{ type: "product", title: "لباس شنا بچگانه" },
|
|
|
|
// Products - General Apparel
|
|
{ type: "product", title: "کلاه کپ" },
|
|
{ type: "product", title: "کلاه بافتنی" },
|
|
{ type: "product", title: "شال گردن پشمی" },
|
|
{ type: "product", title: "شال گردن نخی" },
|
|
{ type: "product", title: "دستکش چرمی" },
|
|
{ type: "product", title: "دستکش بافتنی" },
|
|
{ type: "product", title: "لباس محلی" },
|
|
{ type: "product", title: "لباس سنتی" },
|
|
|
|
// Products - Shoes - Men
|
|
{ type: "product", title: "کفش چرم مردانه" },
|
|
{ type: "product", title: "کالج مردانه" },
|
|
{ type: "product", title: "کفش ورزشی مردانه (رانینگ، فوتبال، بسکتبال)" },
|
|
{ type: "product", title: "نیم بوت مردانه" },
|
|
{ type: "product", title: "صندل طبیعت گردی مردانه" },
|
|
{ type: "product", title: "دمپایی مردانه" },
|
|
|
|
// Products - Shoes - Women
|
|
{ type: "product", title: "کفش چرم زنانه" },
|
|
{ type: "product", title: "کالج زنانه" },
|
|
{ type: "product", title: "کفش تخت زنانه" },
|
|
{ type: "product", title: "کفش لژدار زنانه" },
|
|
{ type: "product", title: "کفش ورزشی زنانه (فیتنس، یوگا)" },
|
|
{ type: "product", title: "نیم بوت زنانه" },
|
|
{ type: "product", title: "صندل مجلسی زنانه" },
|
|
{ type: "product", title: "دمپایی زنانه" },
|
|
{ type: "product", title: "پاپوش زنانه" },
|
|
|
|
// Products - Shoes - Children
|
|
{ type: "product", title: "کفش نوزادی" },
|
|
{ type: "product", title: "کتانی بچگانه" },
|
|
{ type: "product", title: "صندل بچگانه" },
|
|
{ type: "product", title: "بوت بچگانه" },
|
|
|
|
// Products - Bags - Women
|
|
{ type: "product", title: "کیف مجلسی زنانه" },
|
|
{ type: "product", title: "کیف کتابی زنانه (کلاچ)" },
|
|
{ type: "product", title: "کیف کمری زنانه" },
|
|
{ type: "product", title: "ساک ورزشی زنانه" },
|
|
|
|
// Products - Bags - Men
|
|
{ type: "product", title: "کیف سامسونت مردانه" },
|
|
{ type: "product", title: "کیف کمری مردانه" },
|
|
{ type: "product", title: "ساک ورزشی مردانه" },
|
|
{ type: "product", title: "کیف لپتاپ" },
|
|
|
|
// Products - Bags - General
|
|
{ type: "product", title: "کوله پشتی مدرسه" },
|
|
{ type: "product", title: "کوله پشتی کوهنوردی" },
|
|
{ type: "product", title: "ساک خرید" },
|
|
|
|
// Products - Accessories - General
|
|
{ type: "product", title: "عینک طبی" },
|
|
{ type: "product", title: "بند عینک" },
|
|
{ type: "product", title: "دکمه سردست" },
|
|
{ type: "product", title: "سنجاق سینه" },
|
|
{ type: "product", title: "سنجاق کراوات" },
|
|
{ type: "product", title: "گیره مو" },
|
|
{ type: "product", title: "تل مو" },
|
|
{ type: "product", title: "تاج عروس" },
|
|
{ type: "product", title: "پاپوش" },
|
|
{ type: "product", title: "ساسبند (بند شلوار)" },
|
|
|
|
// Shops - General Clothing & Department Stores
|
|
{
|
|
type: "shop",
|
|
id: "1",
|
|
title: "فروشگاه پوشاک خانواده",
|
|
image:
|
|
"https://images.unsplash.com/photo-1441986300917-64674bd600d8?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "2",
|
|
title: "فروشگاه زنجیره ای پوشاک",
|
|
image:
|
|
"https://images.unsplash.com/photo-1483985988355-763728e1935b?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "3",
|
|
title: "مرکز خرید پوشاک",
|
|
image:
|
|
"https://images.unsplash.com/photo-1555529669-e6910eb125b6?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "4",
|
|
title: "پاساژ لباس",
|
|
image:
|
|
"https://images.unsplash.com/photo-1591085686350-798c0f9faa7f?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "5",
|
|
title: "اوت لت پوشاک",
|
|
image:
|
|
"https://images.unsplash.com/photo-1560243563-062bfc001d68?w=500&auto=format&fit=crop",
|
|
},
|
|
|
|
// Shops - Specific Apparel Types
|
|
{
|
|
type: "shop",
|
|
id: "6",
|
|
title: "فروشگاه لباس زیر",
|
|
image:
|
|
"https://images.unsplash.com/photo-1603217041454-99e679540093?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "7",
|
|
title: "فروشگاه لباس خواب",
|
|
image:
|
|
"https://images.unsplash.com/photo-1585519105003-c89177b34699?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "8",
|
|
title: "فروشگاه جوراب",
|
|
image:
|
|
"https://images.unsplash.com/photo-1613690150715-070f407fff94?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "9",
|
|
title: "فروشگاه تخصصی مانتو",
|
|
image:
|
|
"https://images.unsplash.com/photo-1595965781570-496f87b1d3c0?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
title: "فروشگاه کت و شلوار",
|
|
image:
|
|
"https://images.unsplash.com/photo-1509319117193-57bab727e09d?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "10",
|
|
title: "فروشگاه لباس کودک و نوزاد",
|
|
image:
|
|
"https://images.unsplash.com/photo-1520923642038-b42e596efc03?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "11",
|
|
title: "فروشگاه لباس بارداری",
|
|
image:
|
|
"https://images.unsplash.com/photo-1581027912560-1a0db3e9983f?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "12",
|
|
title: "فروشگاه لباس سایز بزرگ",
|
|
image:
|
|
"https://images.unsplash.com/photo-1607008028064-325720103504?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "13",
|
|
title: "فروشگاه لباس فرم و کار",
|
|
image:
|
|
"https://images.unsplash.com/photo-1529338296731-c1290a08ccc4?w=500&auto=format&fit=crop",
|
|
},
|
|
|
|
// Shops - Accessories & More
|
|
{
|
|
type: "shop",
|
|
id: "14",
|
|
title: "فروشگاه زیورآلات و بدلیجات",
|
|
image:
|
|
"https://images.unsplash.com/photo-1610041321327-07ac523e5804?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "15",
|
|
title: "گالری شال و روسری",
|
|
image:
|
|
"https://images.unsplash.com/photo-1563059269-3a38d1ae50a1?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "16",
|
|
title: "فروشگاه تخصصی کلاه",
|
|
image:
|
|
"https://images.unsplash.com/photo-1534215754734-18e1d14349ae?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "17",
|
|
title: "فروشگاه چمدان و کیف سفر",
|
|
image:
|
|
"https://images.unsplash.com/photo-1581403341094-189d3f0f8f15?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "18",
|
|
title: "خیاطی و مزون شخصی دوزی",
|
|
image:
|
|
"https://images.unsplash.com/photo-1579084806155-11518b23ac96?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "19",
|
|
title: "خشکشویی و خدمات لباس",
|
|
image:
|
|
"https://images.unsplash.com/photo-1580828343791-9fe69e70f611?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "20",
|
|
title: "فروشگاه پارچه",
|
|
image:
|
|
"https://images.unsplash.com/photo-1549061528-434734449753?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "21",
|
|
title: "نمایندگی برندهای معروف پوشاک (مثال: زارا، ال سی وایکیکی)",
|
|
image:
|
|
"https://images.unsplash.com/photo-1551488831-00ddcb6ac6bd?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "22",
|
|
title: "فروشگاه آنلاین مد و پوشاک",
|
|
image:
|
|
"https://images.unsplash.com/photo-1462392246756-320a5667a952?w=500&auto=format&fit=crop",
|
|
},
|
|
{
|
|
type: "shop",
|
|
id: "23",
|
|
title: "بازار سنتی پوشاک",
|
|
image:
|
|
"https://images.unsplash.com/photo-1542359649-31e03cdde49b?w=500&auto=format&fit=crop",
|
|
},
|
|
];
|