Update src/app/page.tsx

This commit is contained in:
2026-05-14 21:06:38 +00:00
parent a92cee3328
commit 4d7ac1dc18

View File

@@ -161,7 +161,7 @@ export default function LandingPage() {
price: "$12.00",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/spoons-bag-with-rice_23-2147897533.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spoons-bag-with-rice_23-2147897533.jpg?_wi=1",
},
{
id: "p2",
@@ -170,7 +170,7 @@ export default function LandingPage() {
price: "$8.00",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/row-cookies-open-box_23-2147975215.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/row-cookies-open-box_23-2147975215.jpg?_wi=1",
},
{
id: "p3",
@@ -239,7 +239,7 @@ export default function LandingPage() {
icon: Globe,
},
},
imageSrc: "http://img.b2bpic.net/free-photo/spoons-bag-with-rice_23-2147897533.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spoons-bag-with-rice_23-2147897533.jpg?_wi=2",
imageAlt: "staple food supply warehouse",
},
{
@@ -250,7 +250,7 @@ export default function LandingPage() {
icon: DollarSign,
},
},
imageSrc: "http://img.b2bpic.net/free-photo/row-cookies-open-box_23-2147975215.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/row-cookies-open-box_23-2147975215.jpg?_wi=2",
imageAlt: "staple food supply warehouse",
},
]}