Update src/app/products/page.tsx

This commit is contained in:
2026-03-14 03:56:44 +00:00
parent cabaeda26c
commit b0cc64310a

View File

@@ -104,7 +104,7 @@ export default function ProductsPage() {
id: "palm-jaggery",
name: "Palm Jaggery Peanut Candy",
price: "₹250 - ₹1500",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-cutting-board-with-nuts-blackberry_114579-54565.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-cutting-board-with-nuts-blackberry_114579-54565.jpg?_wi=1",
imageAlt: "Palm jaggery peanut candy rounds",
},
{
@@ -118,7 +118,7 @@ export default function ProductsPage() {
id: "peanut-candy",
name: "Roasted Peanut Candy",
price: "₹220 - ₹1300",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-cutting-board-with-nuts-blackberry_114579-54565.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-cutting-board-with-nuts-blackberry_114579-54565.jpg?_wi=2",
imageAlt: "Roasted peanut candy assortment",
},
]}