Untitled

 avatar
unknown
javascript
9 months ago
1.2 kB
14
Indexable
export const bundleTopups = [
  {
  id: '1',
  name: '1000 credits',
  imageUrl: '/images/1000.png',
  price: 1000,
  credits: 1000,
  isActive: true,
  isPopular: true,
  discount: 10,
  originalPrice: 1000,
  description: 'get access to all the features you can generate more then 1000 images or 100 videos',
  },    
  {
    id: '2',
    name: '2000 credits',
    imageUrl: '/images/2000.png',
    price: 2000,
    credits: 2000,
    isActive: true,
    isPopular: true,
    discount: 10,
    originalPrice: 2000,
    description: 'get access to all the features you can generate more then 2000 images or 200 videos',
  },
  {
    id: '3',
    name: '3000 credits',
    imageUrl: '/images/3000.png',
    price: 3000,
    credits: 3000,
    isActive: true,
    isPopular: true,
    discount: 10,
    originalPrice: 3000,
    description: 'get access to all the features you can generate more then 3000 images or 300 videos',
  },
  {
    id: '4',
    name: '4000 credits',
    imageUrl: '/images/4000.png',
    price: 4000,
    credits: 4000,
    isActive: true,
    isPopular: true,
    discount: 10,
    originalPrice: 4000,
    description: 'get access to all the features you can generate more then 4000 images or 400 videos',
  },
];
Editor is loading...
Leave a Comment