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", 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", }, ]}