Florin Bobiș commited on
Commit
a5b8a0c
·
1 Parent(s): b62ac39

6 products

Browse files
public/images/p5.png ADDED
public/images/p6.png ADDED
src/lib/constants.ts CHANGED
@@ -2,7 +2,7 @@ export const clients = [...new Array(10)].map((_, index) => ({
2
  href: `/images/${index + 1}.png`,
3
  }))
4
 
5
- export const products = [...new Array(4)].map((_, index) => ({
6
  title: `Product ${index + 1}`,
7
  link: `/products/${index + 1}`,
8
  thumbnail: `/images/p${index + 1}.png`,
 
2
  href: `/images/${index + 1}.png`,
3
  }))
4
 
5
+ export const products = [...new Array(6)].map((_, index) => ({
6
  title: `Product ${index + 1}`,
7
  link: `/products/${index + 1}`,
8
  thumbnail: `/images/p${index + 1}.png`,