From b447f7290e3a5ff1061c18aa37cec801fc70cff5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:58:25 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d27a7ea..12eec35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,27 +66,27 @@ export default function LandingPage() { products={[ { id: "1", brand: "Vitamix", name: "Premium Cheeseburger", price: "65-85 MAD", rating: 5, - reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/home-made-tasty-burgers_628469-332.jpg", imageAlt: "Premium cheeseburger with fresh toppings" + reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/home-made-tasty-burgers_628469-332.jpg?_wi=1", imageAlt: "Premium cheeseburger with fresh toppings" }, { id: "2", brand: "Vitamix", name: "Italian Margherita Pizza", price: "75-95 MAD", rating: 5, - reviewCount: "516", imageSrc: "http://img.b2bpic.net/free-photo/pizza-restaurant-table_7939-2545.jpg", imageAlt: "Authentic Italian margherita pizza" + reviewCount: "516", imageSrc: "http://img.b2bpic.net/free-photo/pizza-restaurant-table_7939-2545.jpg?_wi=1", imageAlt: "Authentic Italian margherita pizza" }, { id: "3", brand: "Vitamix", name: "Penne Alla Norma", price: "80-100 MAD", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/spicy-pasta-spaghetti-with-sausage_1203-9419.jpg", imageAlt: "Creamy penne alla norma pasta" + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/spicy-pasta-spaghetti-with-sausage_1203-9419.jpg?_wi=1", imageAlt: "Creamy penne alla norma pasta" }, { id: "4", brand: "Vitamix", name: "Chicken Calzone", price: "70-90 MAD", rating: 5, - reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/italian-bread-calzone-restaurant_501050-877.jpg", imageAlt: "Golden chicken calzone with herbs" + reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/italian-bread-calzone-restaurant_501050-877.jpg?_wi=1", imageAlt: "Golden chicken calzone with herbs" }, { id: "5", brand: "Vitamix", name: "Mango Smoothie", price: "35-45 MAD", rating: 5, - reviewCount: "612", imageSrc: "http://img.b2bpic.net/free-photo/fresh-mango-smoothie_1339-1485.jpg", imageAlt: "Refreshing fresh mango smoothie" + reviewCount: "612", imageSrc: "http://img.b2bpic.net/free-photo/fresh-mango-smoothie_1339-1485.jpg?_wi=1", imageAlt: "Refreshing fresh mango smoothie" }, { id: "6", brand: "Vitamix", name: "Salade Composée Quinoa", price: "55-75 MAD", rating: 5, - reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-buddha-bowl-with-quinoa-tofu-cheese-fresh-vegetables-healthy-food-concept-vegan-salad_2829-6931.jpg", imageAlt: "Fresh quinoa composed salad" + reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-buddha-bowl-with-quinoa-tofu-cheese-fresh-vegetables-healthy-food-concept-vegan-salad_2829-6931.jpg?_wi=1", imageAlt: "Fresh quinoa composed salad" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1 From 7e3d3667b8ab842d5544044acea25b385b5d5dd8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:58:26 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 7946a7c..fb9709b 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -42,27 +42,27 @@ export default function ProductsPage() { products={[ { id: "1", brand: "Vitamix", name: "Premium Cheeseburger", price: "65-85 MAD", rating: 5, - reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/home-made-tasty-burgers_628469-332.jpg", imageAlt: "Premium cheeseburger with fresh toppings" + reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/home-made-tasty-burgers_628469-332.jpg?_wi=2", imageAlt: "Premium cheeseburger with fresh toppings" }, { id: "2", brand: "Vitamix", name: "Italian Margherita Pizza", price: "75-95 MAD", rating: 5, - reviewCount: "516", imageSrc: "http://img.b2bpic.net/free-photo/pizza-restaurant-table_7939-2545.jpg", imageAlt: "Authentic Italian margherita pizza" + reviewCount: "516", imageSrc: "http://img.b2bpic.net/free-photo/pizza-restaurant-table_7939-2545.jpg?_wi=2", imageAlt: "Authentic Italian margherita pizza" }, { id: "3", brand: "Vitamix", name: "Penne Alla Norma", price: "80-100 MAD", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/spicy-pasta-spaghetti-with-sausage_1203-9419.jpg", imageAlt: "Creamy penne alla norma pasta" + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/spicy-pasta-spaghetti-with-sausage_1203-9419.jpg?_wi=2", imageAlt: "Creamy penne alla norma pasta" }, { id: "4", brand: "Vitamix", name: "Chicken Calzone", price: "70-90 MAD", rating: 5, - reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/italian-bread-calzone-restaurant_501050-877.jpg", imageAlt: "Golden chicken calzone with herbs" + reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/italian-bread-calzone-restaurant_501050-877.jpg?_wi=2", imageAlt: "Golden chicken calzone with herbs" }, { id: "5", brand: "Vitamix", name: "Mango Smoothie", price: "35-45 MAD", rating: 5, - reviewCount: "612", imageSrc: "http://img.b2bpic.net/free-photo/fresh-mango-smoothie_1339-1485.jpg", imageAlt: "Refreshing fresh mango smoothie" + reviewCount: "612", imageSrc: "http://img.b2bpic.net/free-photo/fresh-mango-smoothie_1339-1485.jpg?_wi=2", imageAlt: "Refreshing fresh mango smoothie" }, { id: "6", brand: "Vitamix", name: "Salade Composée Quinoa", price: "55-75 MAD", rating: 5, - reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-buddha-bowl-with-quinoa-tofu-cheese-fresh-vegetables-healthy-food-concept-vegan-salad_2829-6931.jpg", imageAlt: "Fresh quinoa composed salad" + reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-buddha-bowl-with-quinoa-tofu-cheese-fresh-vegetables-healthy-food-concept-vegan-salad_2829-6931.jpg?_wi=2", imageAlt: "Fresh quinoa composed salad" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1