From 96e3769df2dcd38841c56436539378769fa572cf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:51:39 +0000 Subject: [PATCH 1/2] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index e94664f..e0a3c85 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -57,7 +57,7 @@ export default function MenuPage() { products={[ { id: "m3", name: "Green Glow", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/front-view-orange-smoothie-bottle_23-2148555311.jpg" }, { id: "m4", name: "Citrus Zest", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/natural-smoothies-table_23-2148527351.jpg" }, - { id: "m5", name: "Berry Blast", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/front-view-blueberries-smoothie-bottle_23-2148555334.jpg" }, + { id: "m5", name: "Berry Blast", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/front-view-blueberries-smoothie-bottle_23-2148555334.jpg?_wi=2" }, ]} /> -- 2.49.1 From 1c055124eb75cd3296cccfc3072135a695be1cc4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:51:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f0a5c5..09ce017 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { id: "f1", title: "Farm-to-Bottle Integrity", tags: ["Organic", "Raw"], imageSrc: "http://img.b2bpic.net/free-photo/green-smoothie-detox-with-kale-avocado-apples-wooden-table_123827-28233.jpg" }, - { id: "f2", title: "NYC Speed, Wellness Quality", tags: ["Efficient", "Luxury"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-blueberries-smoothie-bottle_23-2148555334.jpg" }, + { id: "f2", title: "NYC Speed, Wellness Quality", tags: ["Efficient", "Luxury"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-blueberries-smoothie-bottle_23-2148555334.jpg?_wi=1" }, { id: "f3", title: "Recurring Wellness Kits", tags: ["Subscription", "Custom"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-citrus-drink_23-2148683553.jpg" }, { id: "f4", title: "Sustainable Practices", tags: ["Eco-Friendly"], imageSrc: "http://img.b2bpic.net/free-photo/lime-smoothie_23-2148569963.jpg" }, { id: "f5", title: "Nutrient Density", tags: ["Healthy"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-smoothie-assortment_23-2148545385.jpg" }, -- 2.49.1