From b3a4699a958019119a054947326e06b55d974513 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 04:15:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7598ab3..3aef231 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function LandingPage() { title: "Fast Delivery", description: "Hot and fresh, straight to your home.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-with-cheese-four-kinds-cheese-concept-delicious-italian-pizza_78826-2828.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-with-cheese-four-kinds-cheese-concept-delicious-italian-pizza_78826-2828.jpg?_wi=1"}, { imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-2219.jpg"}, ], @@ -108,7 +108,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Classic Margherita", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-with-cheese-four-kinds-cheese-concept-delicious-italian-pizza_78826-2828.jpg"}, + id: "p1", name: "Classic Margherita", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-with-cheese-four-kinds-cheese-concept-delicious-italian-pizza_78826-2828.jpg?_wi=2"}, { id: "p2", name: "Spicy Pepperoni", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-salami-pizza_1004-25.jpg"}, { -- 2.49.1