File size: 509 Bytes
f2efb9e
 
 
 
 
 
 
380c7e4
f2efb9e
 
 
 
 
 
380c7e4
f2efb9e
 
 
 
 
 
380c7e4
f2efb9e
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

const products = [
  {
    id: "1",
    name: "Product 1",
    description: "This is the first product.",
    price: 25.00,
    image: "https://placeholder.co/200x300"
  },
  {
    id: "2",
    name: "Product 2",
    description: "This is the second product.",
    price: 50.00,
    image: "https://placeholder.co/200x300"
  },
  {
    id: "3",
    name: "Product 3",
    description: "This is the third product.",
    price: 75.00,
    image: "https://placeholder.co/200x300"
  }
];