From 01f0eb9c844bcbcd3802f58e1387cfecd590dd79 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 13:29:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bf01db..f5a828e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,37 +117,37 @@ export default function LandingPage() { id: "1", name: "Green Goddess", price: "$7.99", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bottle-fresh-orange-juice-oranges-wooden-surface_181624-58153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bottle-fresh-orange-juice-oranges-wooden-surface_181624-58153.jpg?_wi=1", }, { id: "2", name: "Citrus Blast", price: "$6.99", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bottle-fresh-orange-juice-oranges-wooden-surface_181624-58153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bottle-fresh-orange-juice-oranges-wooden-surface_181624-58153.jpg?_wi=2", }, { id: "3", name: "Berry Bliss", price: "$8.49", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bottle-fresh-orange-juice-oranges-wooden-surface_181624-58153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bottle-fresh-orange-juice-oranges-wooden-surface_181624-58153.jpg?_wi=3", }, { id: "4", name: "Tropical Sun", price: "$7.49", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bottle-fresh-orange-juice-oranges-wooden-surface_181624-58153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bottle-fresh-orange-juice-oranges-wooden-surface_181624-58153.jpg?_wi=4", }, { id: "5", name: "Watermelon Cool", price: "$6.49", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bottle-fresh-orange-juice-oranges-wooden-surface_181624-58153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bottle-fresh-orange-juice-oranges-wooden-surface_181624-58153.jpg?_wi=5", }, { id: "6", name: "Carrot Zest", price: "$6.99", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bottle-fresh-orange-juice-oranges-wooden-surface_181624-58153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bottle-fresh-orange-juice-oranges-wooden-surface_181624-58153.jpg?_wi=6", }, ]} title="Our Signature Juices" -- 2.49.1