product bug
This commit is contained in:
@@ -4,20 +4,20 @@ export interface productData {
|
||||
isActive: boolean;
|
||||
categoryTitle: string,
|
||||
images: string[];
|
||||
desc: string[];
|
||||
desc: string;
|
||||
}
|
||||
|
||||
export const productsData: productData[] = [
|
||||
{
|
||||
title: 'کارت ویزیت',
|
||||
desc: ['توضیح کار ویزیت'],
|
||||
desc: 'توضیح کار ویزیت',
|
||||
categoryTitle: 'چاپ',
|
||||
isActive: true,
|
||||
images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715711043900.png"],
|
||||
},
|
||||
{
|
||||
title: 'بروشور',
|
||||
desc: ['توضیح '],
|
||||
desc: 'توضیح ',
|
||||
categoryTitle: 'چاپ',
|
||||
isActive: true,
|
||||
images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715711043900.png"],
|
||||
|
||||
Reference in New Issue
Block a user