Update src/app/page.tsx
This commit is contained in:
@@ -68,15 +68,15 @@ export default function LandingPage() {
|
||||
imageAlt: "Fresh groceries displayed market",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552226.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552226.jpg?_wi=1",
|
||||
imageAlt: "Fresh produce market basket",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-product_23-2149148484.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-product_23-2149148484.jpg?_wi=1",
|
||||
imageAlt: "Packaged food store aisle",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565236.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565236.jpg?_wi=1",
|
||||
imageAlt: "Personal care items shop",
|
||||
},
|
||||
]}
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
price: "$1.99",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552226.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552226.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
||||
price: "$8.50",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-product_23-2149148484.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-product_23-2149148484.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
@@ -119,7 +119,7 @@ export default function LandingPage() {
|
||||
price: "$4.25",
|
||||
rating: 4,
|
||||
reviewCount: "65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565236.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565236.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
|
||||
Reference in New Issue
Block a user