diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ce0ed2..587c45f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,27 +82,27 @@ export default function LandingPage() { products={[ { id: "margarita", brand: "Klasike", name: "Margarita", price: "300 / 500 Lek", rating: 5, - reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fluffy-pizza-slices-composition_23-2148574246.jpg", imageAlt: "Margarita pizza with fresh basil and mozzarella" + reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fluffy-pizza-slices-composition_23-2148574246.jpg?_wi=1", imageAlt: "Margarita pizza with fresh basil and mozzarella" }, { id: "4-stinet", brand: "Speciale", name: "4 Stinët", price: "400 / 700 Lek", rating: 5, - reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/fluffy-pizza-slices-composition_23-2148574247.jpg", imageAlt: "Four seasons pizza with seasonal toppings" + reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/fluffy-pizza-slices-composition_23-2148574247.jpg?_wi=1", imageAlt: "Four seasons pizza with seasonal toppings" }, { id: "vegjetariane", brand: "Vegane", name: "Vegjetariane", price: "350 / 600 Lek", rating: 5, - reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-with-vegetables_23-2148567127.jpg", imageAlt: "Vegetarian pizza with fresh vegetables" + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-with-vegetables_23-2148567127.jpg?_wi=1", imageAlt: "Vegetarian pizza with fresh vegetables" }, { id: "me-kerpudha", brand: "Klasike", name: "Me Këpudha", price: "350 / 600 Lek", rating: 4.8, - reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fluffy-pizza-slices-composition_23-2148574246.jpg", imageAlt: "Pizza with mushrooms and cheese" + reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fluffy-pizza-slices-composition_23-2148574246.jpg?_wi=2", imageAlt: "Pizza with mushrooms and cheese" }, { id: "me-sallam", brand: "Klasike", name: "Me Sallam", price: "350 / 600 Lek", rating: 4.9, - reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/fluffy-pizza-slices-composition_23-2148574247.jpg", imageAlt: "Pepperoni pizza with mozzarella" + reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/fluffy-pizza-slices-composition_23-2148574247.jpg?_wi=2", imageAlt: "Pepperoni pizza with mozzarella" }, { id: "me-proshute", brand: "Klasike", name: "Me Proshutë", price: "350 / 600 Lek", rating: 4.8, - reviewCount: "110+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-with-vegetables_23-2148567127.jpg", imageAlt: "Ham pizza with fresh toppings" + reviewCount: "110+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-with-vegetables_23-2148567127.jpg?_wi=2", imageAlt: "Ham pizza with fresh toppings" } ]} />