From 5eece34ae9f8237395351607e75ab30a90a6d19f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 23:47:17 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d8884e..427c91b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { description="Watch real reviews, shop instantly, save big. Every product tested and recommended by creators you trust." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/smoothie-orange-grapefruit_23-2148569974.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smoothie-orange-grapefruit_23-2148569974.jpg?_wi=1", imageAlt: "Review 1", }, { @@ -176,7 +176,7 @@ export default function LandingPage() { price: "$129", rating: 4.8, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/volume-control-knob-hi-fi-amplifier_1232-3570.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/volume-control-knob-hi-fi-amplifier_1232-3570.jpg?_wi=1", }, { id: "2", -- 2.49.1 From b5b94172f875dd82334cac43cf07f11aa28d4846 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 23:47:17 +0000 Subject: [PATCH 2/2] Update src/app/tech/page.tsx --- src/app/tech/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/tech/page.tsx b/src/app/tech/page.tsx index e5d3101..a93fdb5 100644 --- a/src/app/tech/page.tsx +++ b/src/app/tech/page.tsx @@ -127,7 +127,7 @@ export default function LandingPage() { description: "Get your tech when you need it.", bentoComponent: "reveal-icon", icon: Truck, - imageSrc: "http://img.b2bpic.net/free-photo/volume-control-knob-hi-fi-amplifier_1232-3570.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/volume-control-knob-hi-fi-amplifier_1232-3570.jpg?_wi=2", imageAlt: "wireless headphones product", }, { @@ -135,7 +135,7 @@ export default function LandingPage() { description: "Authentic feedback from real users.", bentoComponent: "reveal-icon", icon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/smoothie-orange-grapefruit_23-2148569974.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smoothie-orange-grapefruit_23-2148569974.jpg?_wi=2", imageAlt: "wireless headphones product", }, ]} -- 2.49.1