From d1305da1c7664bae347a3bbb844cf4893c8d5b89 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 11:19:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4635f74..b664329 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,10 +54,10 @@ export default function LandingPage() { testimonials={[ { name: "Alex P.", handle: "@alex_home", testimonial: "This cabinet is a game-changer for my small apartment! Easy to store and sets up in no time. Perfect for refreshing clothes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cloud-with-open-lock_1048-1662.jpg", imageAlt: "Alex's avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/cloud-with-open-lock_1048-1662.jpg?_wi=1", imageAlt: "Alex's avatar"}, { name: "Jamie L.", handle: "@cleanliving", testimonial: "The steam flow is excellent, leaves my clothes feeling fresh and wrinkle-free. A premium addition to my home routine.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/economy-arrow-with-copy-space_23-2148541977.jpg", imageAlt: "Jamie's avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/economy-arrow-with-copy-space_23-2148541977.jpg?_wi=1", imageAlt: "Jamie's avatar"}, { name: "Casey R.", handle: "@compacthome", testimonial: "Love the simple digital controls. It's incredibly user-friendly and looks sleek in any room. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/heart-with-settings-cog_78370-6980.jpg", imageAlt: "Casey's avatar"}, @@ -113,9 +113,9 @@ export default function LandingPage() { title: "Ready-to-Use Mode", description: "Lift the top, extend the support poles, and let the fabric chamber unfold. It expands into a tall enclosed space designed for efficient steam circulation.", icon: Maximize, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/cloud-with-open-lock_1048-1662.jpg", imageAlt: "Opened product"}, + imageSrc: "http://img.b2bpic.net/free-photo/cloud-with-open-lock_1048-1662.jpg?_wi=2", imageAlt: "Opened product"}, { - imageSrc: "http://img.b2bpic.net/free-photo/economy-arrow-with-copy-space_23-2148541977.jpg", imageAlt: "Opened product detail"}, + imageSrc: "http://img.b2bpic.net/free-photo/economy-arrow-with-copy-space_23-2148541977.jpg?_wi=2", imageAlt: "Opened product detail"}, ] }, { -- 2.49.1