Skip to content

Commit

Permalink
chore: remove mock
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan committed Sep 12, 2022
1 parent b9632b4 commit 21e5c31
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,50 +168,6 @@ export const categories = [
},
];

export const trendingProducts = [
{
id: 1,
name: 'Leather Long Wallet',
color: 'Natural',
price: '$75',
href: '#',
imageSrc:
'https://tailwindui.com/img/ecommerce-images/home-page-04-trending-product-02.jpg',
imageAlt: 'Hand stitched, orange leather long wallet.',
},
{
id: 2,
name: 'Leather Long Wallet',
color: 'Natural',
price: '$75',
href: '#',
imageSrc:
'https://tailwindui.com/img/ecommerce-images/home-page-04-trending-product-02.jpg',
imageAlt: 'Hand stitched, orange leather long wallet.',
},
{
id: 3,
name: 'Leather Long Wallet',
color: 'Natural',
price: '$75',
href: '#',
imageSrc:
'https://tailwindui.com/img/ecommerce-images/home-page-04-trending-product-02.jpg',
imageAlt: 'Hand stitched, orange leather long wallet.',
},
{
id: 4,
name: 'Leather Long Wallet',
color: 'Natural',
price: '$75',
href: '#',
imageSrc:
'https://tailwindui.com/img/ecommerce-images/home-page-04-trending-product-02.jpg',
imageAlt: 'Hand stitched, orange leather long wallet.',
},
// More products...
];

/** Search */

export const breadcrumbs = [{ id: 1, name: 'Men', href: '#' }];
Expand Down

0 comments on commit 21e5c31

Please sign in to comment.