Update src/app/products/page.tsx
This commit is contained in:
@@ -91,7 +91,7 @@ export default function ProductsPage() {
|
||||
price: "€85",
|
||||
rating: 5,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-sports-equipment_23-2151920890.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-sports-equipment_23-2151920890.jpg?_wi=2",
|
||||
imageAlt: "Nike Air Jordan 1 Retro sneaker",
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default function ProductsPage() {
|
||||
price: "€45",
|
||||
rating: 5,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-poses-bridge-wears-blue-sweatshirt-trousers-listens-motivational-music-via-wireless-headphones-focused-into-distance-people-leisure-hobby-concept_273609-55980.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-poses-bridge-wears-blue-sweatshirt-trousers-listens-motivational-music-via-wireless-headphones-focused-into-distance-people-leisure-hobby-concept_273609-55980.jpg?_wi=2",
|
||||
imageAlt: "Stüssy classic purple hoodie",
|
||||
},
|
||||
{
|
||||
@@ -111,7 +111,7 @@ export default function ProductsPage() {
|
||||
price: "€65",
|
||||
rating: 4.5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-adult-male-his-bicycle_23-2148828181.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-adult-male-his-bicycle_23-2148828181.jpg?_wi=2",
|
||||
imageAlt: "Carhartt WIP durable work jacket",
|
||||
},
|
||||
{
|
||||
@@ -121,7 +121,7 @@ export default function ProductsPage() {
|
||||
price: "€95",
|
||||
rating: 5,
|
||||
reviewCount: "32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-autumn-cozy-accessories_23-2147869633.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-autumn-cozy-accessories_23-2147869633.jpg?_wi=2",
|
||||
imageAlt: "Supreme Bogo limited edition tee",
|
||||
},
|
||||
{
|
||||
@@ -131,7 +131,7 @@ export default function ProductsPage() {
|
||||
price: "€55",
|
||||
rating: 4.5,
|
||||
reviewCount: "19",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-sports-equipment_23-2151920890.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-sports-equipment_23-2151920890.jpg?_wi=3",
|
||||
imageAlt: "Adidas Original classic sneakers",
|
||||
},
|
||||
{
|
||||
@@ -141,7 +141,7 @@ export default function ProductsPage() {
|
||||
price: "€75",
|
||||
rating: 5,
|
||||
reviewCount: "27",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-adult-male-his-bicycle_23-2148828181.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-adult-male-his-bicycle_23-2148828181.jpg?_wi=3",
|
||||
imageAlt: "Vintage Levi's 501 jeans classic",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user