diff --git a/src/app/page.tsx b/src/app/page.tsx index bb4266d..1d07a73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,19 +90,19 @@ export default function LandingPage() { products={[ { id: "shashlik", brand: "Buxoro Specialty", name: "Shashlik va Kaboblar", price: "50,000 so'm", rating: 5, - reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-lula-kebab-with-red-onions-sumakh-grilled-green-chili-peppers-wooden-board_140725-11481.jpg", imageAlt: "Traditional grilled shashlik kebab" + reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-lula-kebab-with-red-onions-sumakh-grilled-green-chili-peppers-wooden-board_140725-11481.jpg?_wi=1", imageAlt: "Traditional grilled shashlik kebab" }, { id: "osh", brand: "Traditional Recipe", name: "Buxorocha Osh", price: "60,000 so'm", rating: 5, - reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-appetizing-pilaf-checkered-tablecloth-spoon_140725-78642.jpg", imageAlt: "Authentic Uzbek osh pilaf with carrots" + reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-appetizing-pilaf-checkered-tablecloth-spoon_140725-78642.jpg?_wi=1", imageAlt: "Authentic Uzbek osh pilaf with carrots" }, { id: "lagmon", brand: "Hand-Made", name: "Lag'mon", price: "45,000 so'm", rating: 5, - reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/noodle-tops-isolated-grey-space_114579-33590.jpg", imageAlt: "Central Asian lagmon with hand-pulled noodles" + reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/noodle-tops-isolated-grey-space_114579-33590.jpg?_wi=1", imageAlt: "Central Asian lagmon with hand-pulled noodles" }, { id: "manti", brand: "Fresh Daily", name: "Manti", price: "55,000 so'm", rating: 5, - reviewCount: "220+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-little-dumplings-with-garlic-tomato-sauce-light-gray-background-meat-cuisine-meal-dough-cooking-dish-cake-dinner_179666-17915.jpg", imageAlt: "Steamed traditional Uzbek manti dumplings" + reviewCount: "220+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-little-dumplings-with-garlic-tomato-sauce-light-gray-background-meat-cuisine-meal-dough-cooking-dish-cake-dinner_179666-17915.jpg?_wi=1", imageAlt: "Steamed traditional Uzbek manti dumplings" }, { id: "desserts", brand: "Buxorocha", name: "Desertlar", price: "40,000 so'm", rating: 5, @@ -170,16 +170,16 @@ export default function LandingPage() {