From 11f7b51ae9cda1dceca12e99b9eb4196713c921e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:50:19 +0000 Subject: [PATCH 1/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 85d2fd7..22983e6 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -62,35 +62,35 @@ export default function LandingPage() { id: "p1", name: "Espresso Roast", price: "$3.50", - 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: "Espresso cup", }, { id: "p2", name: "Latte Supreme", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-collage-with-plant_23-2151876150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-collage-with-plant_23-2151876150.jpg?_wi=2", imageAlt: "Latte art", }, { id: "p3", name: "Cappuccino", price: "$4.75", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-milk_23-2148337185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-milk_23-2148337185.jpg?_wi=2", imageAlt: "Cappuccino", }, { id: "p4", name: "Dark Chocolate Tart", price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-custard-tart-with-raspberry-top_74190-6069.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-custard-tart-with-raspberry-top_74190-6069.jpg?_wi=2", imageAlt: "Chocolate tart", }, { id: "p5", name: "Almond Croissant", price: "$3.75", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissant-with-coffee_23-2148337181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissant-with-coffee_23-2148337181.jpg?_wi=2", imageAlt: "Almond croissant", }, { From 7d3b5ef9dd1ca80cef698fdc1f3fb0367911d33b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:50:19 +0000 Subject: [PATCH 2/3] Update src/app/order/page.tsx --- src/app/order/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index 6245563..81e0c49 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { price: "$4.00", rating: 5, reviewCount: "100", - 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=3", }, { id: "2", @@ -75,7 +75,7 @@ export default function LandingPage() { price: "$4.25", rating: 4, reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-collage-with-plant_23-2151876150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-collage-with-plant_23-2151876150.jpg?_wi=3", }, ]} /> From a2cf61ad0ee09e0af89bd94e70195d276339d148 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:50:20 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40354ba..e728863 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,7 +105,7 @@ export default function LandingPage() { role: "Regular", company: "Local Resident", 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", }, { id: "t2", @@ -113,7 +113,7 @@ export default function LandingPage() { role: "Student", company: "University", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-collage-with-plant_23-2151876150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-collage-with-plant_23-2151876150.jpg?_wi=1", }, { id: "t3", @@ -121,7 +121,7 @@ export default function LandingPage() { role: "Designer", company: "Studio", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-milk_23-2148337185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-milk_23-2148337185.jpg?_wi=1", }, { id: "t4", @@ -129,7 +129,7 @@ export default function LandingPage() { role: "Writer", company: "Freelance", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-custard-tart-with-raspberry-top_74190-6069.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-custard-tart-with-raspberry-top_74190-6069.jpg?_wi=1", }, { id: "t5", @@ -137,7 +137,7 @@ export default function LandingPage() { role: "Chef", company: "Kitchen", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissant-with-coffee_23-2148337181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissant-with-coffee_23-2148337181.jpg?_wi=1", }, ]} />