// _id: string;
// categoryName: string;
// oldPrice: number;
// price: number;
// productDetails: string;
// productName: string;
// productQuantity: number;
// img: StaticImageData;
// totalCard?:number | undefined;

import { ProductType } from "@/interFace/interFace"
import thumbOne from "../../public/assets/img/shop/img7.png"
import thumbTwo from "../../public/assets/img/shop/img8.png"
import thumbThree from "../../public/assets/img/shop/img9.png"
import thumbFour from "../../public/assets/img/shop/img7.png"
import thumbFive from "../../public/assets/img/shop/img8.png"
import thumbSix from "../../public/assets/img/shop/img9.png"
import thumbSeven from "../../public/assets/img/shop/img7.png"
import thumbEight from "../../public/assets/img/shop/img8.png"
import thumbNine from "../../public/assets/img/shop/img9.png"

export const prodcutData:ProductType[] = [
    {
        _id: 1,
        categoryName: "Login to see prices",
        oldPrice:120 ,
        price:95 ,
        productDetails: "",
        productName:"GPM 3 JU DN" ,
        productQuantity: 120,
        img: thumbOne
    },
    {
        _id: 2,
        categoryName: "Login to see prices",
        oldPrice:115 ,
        price:88 ,
        productDetails: "",
        productName:"GHV 0 ND" ,
        productQuantity: 120,
        img: thumbTwo
    },
    {
        _id: 3,
        categoryName: "Login to see prices",
        oldPrice:100 ,
        price:78 ,
        productDetails: "",
        productName:"X 50-25-1000" ,
        productQuantity: 120,
        img: thumbThree
    },
    {
        _id: 4,
        categoryName: "Login to see prices",
        oldPrice:120 ,
        price:95 ,
        productDetails: "",
        productName:"GPM 3 JU DN" ,
        productQuantity: 120,
        img: thumbFour
    },
    {
        _id: 5,
        categoryName: "Login to see prices",
        oldPrice:115 ,
        price:77 ,
        productDetails: "",
        productName:"GHV 0 ND" ,
        productQuantity: 120,
        img: thumbFive
    },
    {
        _id: 6,
        categoryName: "Login to see prices",
        oldPrice:120 ,
        price:95 ,
        productDetails: "",
        productName:"GPM 3 JU DN" ,
        productQuantity: 120,
        img: thumbSix
    },
    {
        _id: 7,
        categoryName: "Login to see prices",
        oldPrice:120 ,
        price:95 ,
        productDetails: "",
        productName:"GPM 3 JU DN" ,
        productQuantity: 120,
        img: thumbSeven
    },
    {
        _id: 8,
        categoryName: "Login to see prices",
        oldPrice:125 ,
        price:48 ,
        productDetails: "",
        productName:"GHV 0 ND" ,
        productQuantity: 120,
        img: thumbEight
    },
    {
        _id: 9,
        categoryName: "Login to see prices",
        oldPrice:120 ,
        price:55 ,
        productDetails: "",
        productName:"GPM 3 JU DN" ,
        productQuantity: 120,
        img: thumbNine
    },
]