import { product } from './product';

export const PRODUCTS: product[] = [
  {
    id: '7',
    src: 'assets/images/application/prod-img-1.png',
    name: 'Apple Series 4 GPS A38 MM Space',
    email: 'Apple Watch SE Smartwatch',
    category: 'Electronics, Laptop',
    qty: 70,
    price: '$14.59',
    status: 'In Stock',
    status_type: 'bg-light-success'
  },
  {
    id: '2',
    src: 'assets/images/application/prod-img-2.png',
    name: 'Boat On-Ear Wireless',
    email: 'Mic(Bluetooth 4.2, Rockers 450R',
    category: 'Electronics, Headphones',
    qty: 45,
    price: '$81.99',
    status: 'Out of Stock',
    status_type: 'bg-light-danger'
  },
  {
    id: '5',
    src: 'assets/images/application/prod-img-3.png',
    name: 'FireBolt MX30 Smart Watch',
    email: '(MX30- waterproof) watch',
    category: 'Fashion, Watch',
    qty: 21,
    price: '$49.9',
    status: 'In Stock',
    status_type: 'bg-light-success'
  },
  {
    id: '7',
    src: 'assets/images/application/prod-img-4.png',
    name: 'Apple Series 4 GPS A38 MM Space',
    email: 'Apple Watch SE Smartwatch',
    category: 'Electronics, Laptop',
    qty: 70,
    price: '$14.59',
    status: 'In Stock',
    status_type: 'bg-light-success'
  },
  {
    id: '2',
    src: 'assets/images/application/prod-img-5.png',
    name: 'Boat On-Ear Wireless',
    email: 'Mic(Bluetooth 4.2, Rockers 450R',
    category: 'Electronics, Headphones',
    qty: 45,
    price: '$81.99',
    status: 'Out of Stock',
    status_type: 'bg-light-danger'
  },
  {
    id: '5',
    src: 'assets/images/application/prod-img-6.png',
    name: 'FireBolt MX30 Smart Watch',
    email: '(MX30- waterproof) watch',
    category: 'Fashion, Watch',
    qty: 21,
    price: '$49.9',
    status: 'In Stock',
    status_type: 'bg-light-success'
  },
  {
    id: '7',
    src: 'assets/images/application/prod-img-1.png',
    name: 'Apple Series 4 GPS A38 MM Space',
    email: 'Apple Watch SE Smartwatch',
    category: 'Electronics, Laptop',
    qty: 70,
    price: '$14.59',
    status: 'In Stock',
    status_type: 'bg-light-success'
  },
  {
    id: '2',
    src: 'assets/images/application/prod-img-2.png',
    name: 'Boat On-Ear Wireless',
    email: 'Mic(Bluetooth 4.2, Rockers 450R',
    category: 'Electronics, Headphones',
    qty: 45,
    price: '$81.99',
    status: 'Out of Stock',
    status_type: 'bg-light-danger'
  },
  {
    id: '5',
    src: 'assets/images/application/prod-img-3.png',
    name: 'FireBolt MX30 Smart Watch',
    email: '(MX30- waterproof) watch',
    category: 'Fashion, Watch',
    qty: 21,
    price: '$49.9',
    status: 'In Stock',
    status_type: 'bg-light-success'
  },
  {
    id: '7',
    src: 'assets/images/application/prod-img-4.png',
    name: 'Apple Series 4 GPS A38 MM Space',
    email: 'Apple Watch SE Smartwatch',
    category: 'Electronics, Laptop',
    qty: 70,
    price: '$14.59',
    status: 'In Stock',
    status_type: 'bg-light-success'
  },
  {
    id: '2',
    src: 'assets/images/application/prod-img-5.png',
    name: 'Boat On-Ear Wireless',
    email: 'Mic(Bluetooth 4.2, Rockers 450R',
    category: 'Electronics, Headphones',
    qty: 45,
    price: '$81.99',
    status: 'Out of Stock',
    status_type: 'bg-light-danger'
  },
  {
    id: '5',
    src: 'assets/images/application/prod-img-6.png',
    name: 'FireBolt MX30 Smart Watch',
    email: '(MX30- waterproof) watch',
    category: 'Fashion, Watch',
    qty: 21,
    price: '$49.9',
    status: 'In Stock',
    status_type: 'bg-light-success'
  }
];
