From 4419e940000b7bb76cbd5c851670c362698b69aa Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 11:34:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93399ef..4e52d41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,13 +51,13 @@ export default function PizzaLandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pineapple-pizza-stand-with-knives-rolling-pin-flour-black-table_141793-13170.jpg", imageAlt: "Fresh delicious pizza" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pineapple-pizza-stand-with-knives-rolling-pin-flour-black-table_141793-13170.jpg?_wi=1", imageAlt: "Fresh delicious pizza" }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-pizza-with-pepperoni_23-2149235630.jpg", imageAlt: "Classic pepperoni pizza" + imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-pizza-with-pepperoni_23-2149235630.jpg?_wi=1", imageAlt: "Classic pepperoni pizza" }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-bowl-vegetable-salad-with-vegetables-dark-grey-background_140725-134278.jpg", imageAlt: "Fresh vegetarian pizza" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-bowl-vegetable-salad-with-vegetables-dark-grey-background_140725-134278.jpg?_wi=1", imageAlt: "Fresh vegetarian pizza" } ]} autoplayDelay={4000} @@ -76,11 +76,11 @@ export default function PizzaLandingPage() { products={[ { id: "1", brand: "Signature", name: "Classic Margherita", price: "$14.99", rating: 5, - reviewCount: "328 reviews", imageSrc: "http://img.b2bpic.net/free-photo/side-view-bowl-vegetable-salad-with-vegetables-dark-grey-background_140725-134278.jpg", imageAlt: "Classic Margherita pizza" + reviewCount: "328 reviews", imageSrc: "http://img.b2bpic.net/free-photo/side-view-bowl-vegetable-salad-with-vegetables-dark-grey-background_140725-134278.jpg?_wi=2", imageAlt: "Classic Margherita pizza" }, { id: "2", brand: "Signature", name: "Pepperoni Supreme", price: "$16.99", rating: 5, - reviewCount: "412 reviews", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-pizza-with-pepperoni_23-2149235630.jpg", imageAlt: "Pepperoni Supreme pizza" + reviewCount: "412 reviews", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-pizza-with-pepperoni_23-2149235630.jpg?_wi=2", imageAlt: "Pepperoni Supreme pizza" }, { id: "3", brand: "Specialty", name: "Hawaiian Blend", price: "$15.99", rating: 5, @@ -123,15 +123,15 @@ export default function PizzaLandingPage() { features={[ { id: "1", title: "Fresh Ingredients", tags: ["Organic", "Local", "Daily"], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-bowl-vegetable-salad-with-vegetables-dark-grey-background_140725-134278.jpg", imageAlt: "Fresh pizza ingredients" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-bowl-vegetable-salad-with-vegetables-dark-grey-background_140725-134278.jpg?_wi=3", imageAlt: "Fresh pizza ingredients" }, { id: "2", title: "Wood-Fired Oven", tags: ["Authentic", "Traditional", "Crafted"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pineapple-pizza-stand-with-knives-rolling-pin-flour-black-table_141793-13170.jpg", imageAlt: "Wood-fired oven" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pineapple-pizza-stand-with-knives-rolling-pin-flour-black-table_141793-13170.jpg?_wi=2", imageAlt: "Wood-fired oven" }, { id: "3", title: "Expert Pizzaiolos", tags: ["Trained", "Passionate", "Dedicated"], - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-pizza-with-pepperoni_23-2149235630.jpg", imageAlt: "Expert pizza making" + imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-pizza-with-pepperoni_23-2149235630.jpg?_wi=3", imageAlt: "Expert pizza making" } ]} animationType="slide-up" -- 2.49.1