Update src/app/products/page.tsx
This commit is contained in:
@@ -71,42 +71,42 @@ export default function ProductsPage() {
|
||||
id: "1",
|
||||
name: "Organic Tomatoes",
|
||||
price: "₹80/kg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-burlap-sacks_23-2151944976.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-burlap-sacks_23-2151944976.jpg?_wi=2",
|
||||
imageAlt: "Organic red tomatoes",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fresh Carrots",
|
||||
price: "₹40/kg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-carrots-with-garlic_23-2148622434.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-carrots-with-garlic_23-2148622434.jpg?_wi=2",
|
||||
imageAlt: "Fresh orange carrots",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Green Spinach",
|
||||
price: "₹30/kg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-green-sliced-spinach-leaves-lie-wooden-cutting-board-selective-focus-close-up-spinach-idea-making-breakfast-from-organic-healthy-food_166373-1823.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-green-sliced-spinach-leaves-lie-wooden-cutting-board-selective-focus-close-up-spinach-idea-making-breakfast-from-organic-healthy-food_166373-1823.jpg?_wi=2",
|
||||
imageAlt: "Fresh leafy spinach",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Apple Mix",
|
||||
price: "₹100/kg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-whole-apples-basket-plaid-cloth-wooden-background-with-copy-space_141793-11895.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-whole-apples-basket-plaid-cloth-wooden-background-with-copy-space_141793-11895.jpg?_wi=2",
|
||||
imageAlt: "Fresh mixed apples",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Broccoli Bunch",
|
||||
price: "₹60/piece",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-vegetables-flat-lay-healthy-diet_53876-106109.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-vegetables-flat-lay-healthy-diet_53876-106109.jpg?_wi=2",
|
||||
imageAlt: "Fresh broccoli bunch",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Onion Pack",
|
||||
price: "₹25/kg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-baskets-plate-vegetables-as-onion-radish-scallion-cabbage-maroon-background_141793-5337.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-baskets-plate-vegetables-as-onion-radish-scallion-cabbage-maroon-background_141793-5337.jpg?_wi=2",
|
||||
imageAlt: "Fresh onion pack",
|
||||
},
|
||||
]}
|
||||
@@ -127,21 +127,21 @@ export default function ProductsPage() {
|
||||
id: "7",
|
||||
name: "Fresh Grapes",
|
||||
price: "₹120/kg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fruits-composition-white-background_140725-138828.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fruits-composition-white-background_140725-138828.jpg?_wi=2",
|
||||
imageAlt: "Fresh grapes",
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
name: "Bitter Gourd",
|
||||
price: "₹35/kg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetables-fruits-parsley-lettuce-cumcuat-coriander-cauliflower-apples-ground_140725-146255.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetables-fruits-parsley-lettuce-cumcuat-coriander-cauliflower-apples-ground_140725-146255.jpg?_wi=2",
|
||||
imageAlt: "Fresh bitter gourd",
|
||||
},
|
||||
{
|
||||
id: "9",
|
||||
name: "Bell Peppers Mix",
|
||||
price: "₹90/kg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetables-tomatoes-red-bell-peppers-greens-rustic-board-tablecloth-black-table_140725-146253.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetables-tomatoes-red-bell-peppers-greens-rustic-board-tablecloth-black-table_140725-146253.jpg?_wi=2",
|
||||
imageAlt: "Mixed bell peppers",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user