update
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 360 KiB After Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 360 KiB |
@@ -566,7 +566,7 @@ export const meshkiCategoryProducts = [
|
|||||||
size: '',
|
size: '',
|
||||||
categoryId: '51',
|
categoryId: '51',
|
||||||
},
|
},
|
||||||
]
|
];
|
||||||
|
|
||||||
export const rusticiCategoryProducts = [
|
export const rusticiCategoryProducts = [
|
||||||
{
|
{
|
||||||
@@ -672,8 +672,7 @@ export const rusticiCategoryProducts = [
|
|||||||
size: '7 * 25 * 2.5',
|
size: '7 * 25 * 2.5',
|
||||||
categoryId: '52',
|
categoryId: '52',
|
||||||
},
|
},
|
||||||
|
];
|
||||||
]
|
|
||||||
|
|
||||||
export const ghazaghiCategoryProducts = [
|
export const ghazaghiCategoryProducts = [
|
||||||
{
|
{
|
||||||
@@ -684,7 +683,6 @@ export const ghazaghiCategoryProducts = [
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
export const ghazaghizardCategoryProducts = [
|
export const ghazaghizardCategoryProducts = [
|
||||||
{
|
{
|
||||||
model: 'پلاک قزاقی کامل',
|
model: 'پلاک قزاقی کامل',
|
||||||
@@ -798,7 +796,7 @@ export const ghazaghipiyaziCategoryProducts = [
|
|||||||
size: '5.5 * 20 * 5.5',
|
size: '5.5 * 20 * 5.5',
|
||||||
categoryId: '54',
|
categoryId: '54',
|
||||||
},
|
},
|
||||||
]
|
];
|
||||||
|
|
||||||
export const ghazaghighermezCategoryProducts = [
|
export const ghazaghighermezCategoryProducts = [
|
||||||
{
|
{
|
||||||
@@ -837,4 +835,4 @@ export const ghazaghighermezCategoryProducts = [
|
|||||||
size: '10 * 20 * 2.5',
|
size: '10 * 20 * 2.5',
|
||||||
categoryId: '55',
|
categoryId: '55',
|
||||||
},
|
},
|
||||||
]
|
];
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import images from '@/assets/images/images';
|
|
||||||
import { tempContent } from '@/assets/temp/tempContent';
|
import { tempContent } from '@/assets/temp/tempContent';
|
||||||
import { IDynamicContent } from '@/models/dynamicContent';
|
import { IDynamicContent } from '@/models/dynamicContent';
|
||||||
|
|
||||||
@@ -38,7 +37,7 @@ export const projects = [
|
|||||||
{
|
{
|
||||||
id: '3',
|
id: '3',
|
||||||
title: 'Top Benefits of the Robotics in Manufacturing',
|
title: 'Top Benefits of the Robotics in Manufacturing',
|
||||||
fa_title: 'مزایای اصلی استفاده از رباتیک در تولید',
|
fa_title: 'مزایای اصلی استفاده از در تولید',
|
||||||
imageSrc: `/images/project3.jpeg`,
|
imageSrc: `/images/project3.jpeg`,
|
||||||
...tempContent,
|
...tempContent,
|
||||||
},
|
},
|
||||||
@@ -63,13 +62,18 @@ export const projects = [
|
|||||||
imageSrc: `/images/project1.jpeg`,
|
imageSrc: `/images/project1.jpeg`,
|
||||||
...tempContent,
|
...tempContent,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: '7',
|
||||||
|
title: 'The Advantages of Customized Manufacturing Solutions',
|
||||||
|
fa_title: 'پروژهی تست',
|
||||||
|
imageSrc: `/images/project1.jpeg`,
|
||||||
|
...tempContent,
|
||||||
|
},
|
||||||
] as IProjectData[];
|
] as IProjectData[];
|
||||||
|
|
||||||
export function generateProjects(): IProjectData[] {
|
export function generateProjects(): IProjectData[] {
|
||||||
return [...projects, ...projects, ...projects, ...projects, ...projects].map(
|
return [...projects].map((e, i) => ({
|
||||||
(e, i) => ({
|
|
||||||
...e,
|
...e,
|
||||||
id: String(i + 1),
|
id: String(i + 1),
|
||||||
}),
|
}));
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user