Update src/app/products/page.tsx
This commit is contained in:
@@ -61,31 +61,31 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "Fresh Tomatoes",
|
||||
price: "12,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-fresh-red-tomatoes_140725-56774.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-fresh-red-tomatoes_140725-56774.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Whole Milk",
|
||||
price: "15,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-bottle-fresh-milk_1150-17611.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-bottle-fresh-milk_1150-17611.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Organic Eggs",
|
||||
price: "20,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farm-concept-with-hand-holding-eggs_23-2147828925.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farm-concept-with-hand-holding-eggs_23-2147828925.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "White Bread",
|
||||
price: "5,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slices-soft-bread-marble-surface_114579-40613.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slices-soft-bread-marble-surface_114579-40613.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Bananas",
|
||||
price: "18,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-ripe-bananas-cutting-board-with-knife-it-isolated-yellow-background_181624-57153.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-ripe-bananas-cutting-board-with-knife-it-isolated-yellow-background_181624-57153.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
@@ -108,35 +108,35 @@ export default function LandingPage() {
|
||||
name: "Tomatoes",
|
||||
price: "12,000 UZS",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-fresh-red-tomatoes_140725-56774.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-fresh-red-tomatoes_140725-56774.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Milk",
|
||||
price: "15,000 UZS",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-bottle-fresh-milk_1150-17611.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-bottle-fresh-milk_1150-17611.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Eggs",
|
||||
price: "20,000 UZS",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farm-concept-with-hand-holding-eggs_23-2147828925.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farm-concept-with-hand-holding-eggs_23-2147828925.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Bread",
|
||||
price: "5,000 UZS",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slices-soft-bread-marble-surface_114579-40613.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slices-soft-bread-marble-surface_114579-40613.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Bananas",
|
||||
price: "18,000 UZS",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-ripe-bananas-cutting-board-with-knife-it-isolated-yellow-background_181624-57153.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-ripe-bananas-cutting-board-with-knife-it-isolated-yellow-background_181624-57153.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user