From 837374d282bb502082a8984761dede37427306d3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:43:29 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 62ce09d..5246e8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,13 +86,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Classic Glazed", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-bun_1252-891.jpg", imageAlt: "Classic glazed donut" + id: "1", name: "Classic Glazed", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-bun_1252-891.jpg?_wi=3", imageAlt: "Classic glazed donut" }, { - id: "2", name: "Chocolate Frosted", price: "$4.49", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-black-surface_114579-16025.jpg", imageAlt: "Chocolate frosted donut with sprinkles" + id: "2", name: "Chocolate Frosted", price: "$4.49", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-black-surface_114579-16025.jpg?_wi=2", imageAlt: "Chocolate frosted donut with sprinkles" }, { - id: "3", name: "Rainbow Sprinkle", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-donuts-topped-with-large-amount-icing-topping_1150-19732.jpg", imageAlt: "Colorful rainbow sprinkle donut" + id: "3", name: "Rainbow Sprinkle", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-donuts-topped-with-large-amount-icing-topping_1150-19732.jpg?_wi=2", imageAlt: "Colorful rainbow sprinkle donut" } ]} buttons={[ -- 2.49.1 From 6860779dc74a8be3338c684d6a03b167173aebb7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:43:29 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index e9c1aef..ff910a4 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -48,16 +48,16 @@ export default function ProductsPage() { gridVariant="four-items-2x2-equal-grid" products={[ { - id: "1", name: "Classic Glazed", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-bun_1252-891.jpg", imageAlt: "Classic glazed donut" + id: "1", name: "Classic Glazed", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-bun_1252-891.jpg?_wi=1", imageAlt: "Classic glazed donut" }, { - id: "2", name: "Chocolate Frosted", price: "$4.49", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-black-surface_114579-16025.jpg", imageAlt: "Chocolate frosted donut with sprinkles" + id: "2", name: "Chocolate Frosted", price: "$4.49", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-black-surface_114579-16025.jpg?_wi=1", imageAlt: "Chocolate frosted donut with sprinkles" }, { - id: "3", name: "Rainbow Sprinkle", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-donuts-topped-with-large-amount-icing-topping_1150-19732.jpg", imageAlt: "Colorful rainbow sprinkle donut" + id: "3", name: "Rainbow Sprinkle", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-donuts-topped-with-large-amount-icing-topping_1150-19732.jpg?_wi=1", imageAlt: "Colorful rainbow sprinkle donut" }, { - id: "4", name: "Maple Bacon", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-bun_1252-891.jpg", imageAlt: "Maple bacon donut" + id: "4", name: "Maple Bacon", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-bun_1252-891.jpg?_wi=2", imageAlt: "Maple bacon donut" } ]} buttons={[ -- 2.49.1