From 03e621a8f6fbd02fe1c41c8305238f25bd472c14 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 17:12:47 +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 9fee7d3..8eabaff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function LandingPage() { }, { title: "Delicious Desserts", description: "End on a sweet note with our homemade cannolis and delectable brownies.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg", imageAlt: "Plate of delicious desserts"}, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg?_wi=1", imageAlt: "Plate of delicious desserts"}, items: [ { icon: Candy, @@ -143,7 +143,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "pepperoni", name: "Classic Pepperoni", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg", imageAlt: "Classic Pepperoni Pizza"}, + id: "pepperoni", name: "Classic Pepperoni", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg?_wi=2", imageAlt: "Classic Pepperoni Pizza"}, { id: "margherita", name: "Margherita", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/someone-having-breakfast-with-tomatoes-eggs_141793-472.jpg", imageAlt: "Margherita Pizza"}, {