From b2692f51aa036aecd35d111c7a614100ef3a3acb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:56:24 +0000 Subject: [PATCH 1/3] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 3a881c4..a613966 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -53,7 +53,7 @@ export default function GalleryPage() { role: "Seating", company: "Main Lounge", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg?_wi=2", imageAlt: "Cozy cafe interior seating", }, { @@ -62,7 +62,7 @@ export default function GalleryPage() { role: "Service", company: "Main Bar", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg?_wi=2", imageAlt: "Coffee counter and espresso machine", }, { @@ -71,7 +71,7 @@ export default function GalleryPage() { role: "Entrance", company: "Street Presence", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-girl-drinks-coffee-sitting-near-coffee-shop-relaxing-after-riding-skateboard_613910-18845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-girl-drinks-coffee-sitting-near-coffee-shop-relaxing-after-riding-skateboard_613910-18845.jpg?_wi=2", imageAlt: "Cafe storefront view", }, { @@ -80,7 +80,7 @@ export default function GalleryPage() { role: "Detail", company: "Craftsmanship", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg?_wi=2", imageAlt: "Latte art with heart pattern", }, ]} -- 2.49.1 From fe1ecc68c45c7f3cfa6121201a1d7be705dbd75b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:56:25 +0000 Subject: [PATCH 2/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 042c07d..1814af0 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -52,7 +52,7 @@ export default function MenuPage() { name: "Golden Hour Latte", price: "$6.50", variant: "Oat, Almond, Dairy · 3 Sizes", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-glass_23-2149045763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-glass_23-2149045763.jpg?_wi=2", imageAlt: "Golden Hour Latte with latte art", }, { @@ -60,7 +60,7 @@ export default function MenuPage() { name: "Butter Croissant", price: "$5.00", variant: "Fresh Baked · Warm", - imageSrc: "http://img.b2bpic.net/free-photo/croissant-cutting-board-with-jam-side-view_176474-8136.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/croissant-cutting-board-with-jam-side-view_176474-8136.jpg?_wi=2", imageAlt: "Butter croissant", }, { @@ -68,7 +68,7 @@ export default function MenuPage() { name: "Matcha Dream Cake", price: "$7.50", variant: "Vegan · Gluten-Free · Organic", - imageSrc: "http://img.b2bpic.net/free-psd/slice-layered-green-tea-cheesecake-with-creamy-white-center-topped-with-fine-matcha-powder-isolated-black-background_84443-63592.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/slice-layered-green-tea-cheesecake-with-creamy-white-center-topped-with-fine-matcha-powder-isolated-black-background_84443-63592.jpg?_wi=2", imageAlt: "Matcha Dream Cake slice", }, ]} -- 2.49.1 From 3b1188ab1f5fdcb1952e9fb9a1d3a0501c5ba982 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:56:25 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9ede93..66ce960 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function HomePage() { name: "Golden Hour Latte", price: "$6.50", variant: "Oat, Almond, Dairy · 3 Sizes", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-glass_23-2149045763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-glass_23-2149045763.jpg?_wi=1", imageAlt: "Golden Hour Latte with latte art", }, { @@ -97,7 +97,7 @@ export default function HomePage() { name: "Butter Croissant", price: "$5.00", variant: "Fresh Baked · Warm", - imageSrc: "http://img.b2bpic.net/free-photo/croissant-cutting-board-with-jam-side-view_176474-8136.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/croissant-cutting-board-with-jam-side-view_176474-8136.jpg?_wi=1", imageAlt: "Butter croissant", }, { @@ -105,7 +105,7 @@ export default function HomePage() { name: "Matcha Dream Cake", price: "$7.50", variant: "Vegan · Gluten-Free · Organic", - imageSrc: "http://img.b2bpic.net/free-psd/slice-layered-green-tea-cheesecake-with-creamy-white-center-topped-with-fine-matcha-powder-isolated-black-background_84443-63592.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/slice-layered-green-tea-cheesecake-with-creamy-white-center-topped-with-fine-matcha-powder-isolated-black-background_84443-63592.jpg?_wi=1", imageAlt: "Matcha Dream Cake slice", }, ]} @@ -165,7 +165,7 @@ export default function HomePage() { role: "Seating", company: "Main Lounge", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg?_wi=1", imageAlt: "Cozy cafe interior seating", }, { @@ -174,7 +174,7 @@ export default function HomePage() { role: "Service", company: "Main Bar", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg?_wi=1", imageAlt: "Coffee counter and espresso machine", }, { @@ -183,7 +183,7 @@ export default function HomePage() { role: "Entrance", company: "Street Presence", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-girl-drinks-coffee-sitting-near-coffee-shop-relaxing-after-riding-skateboard_613910-18845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-girl-drinks-coffee-sitting-near-coffee-shop-relaxing-after-riding-skateboard_613910-18845.jpg?_wi=1", imageAlt: "Cafe storefront view", }, { @@ -192,7 +192,7 @@ export default function HomePage() { role: "Detail", company: "Craftsmanship", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg?_wi=1", imageAlt: "Latte art with heart pattern", }, ]} -- 2.49.1