From f916c5c0375aa6f94a8879e68063b084b51d520e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:56:19 +0000 Subject: [PATCH 1/2] Update src/app/laptops/page.tsx --- src/app/laptops/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/laptops/page.tsx b/src/app/laptops/page.tsx index e7724a7..0375ae6 100644 --- a/src/app/laptops/page.tsx +++ b/src/app/laptops/page.tsx @@ -57,19 +57,19 @@ export default function LandingPage() { id: "p1", name: "Pro Workstation", price: "$1299", - imageSrc: "http://img.b2bpic.net/free-photo/professional-businesswoman-with-glasses-meeting-with-laptop_23-2148824809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-businesswoman-with-glasses-meeting-with-laptop_23-2148824809.jpg?_wi=2", }, { id: "p2", name: "Gaming Beast", price: "$1599", - imageSrc: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347285.jpg?_wi=2", }, { id: "p3", name: "Slim Ultrabook", price: "$999", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-marble-table_53876-63465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-marble-table_53876-63465.jpg?_wi=2", }, { id: "p4", -- 2.49.1 From d2c0719fb62c5f873ae3dda057029b9bf861eadc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:56:20 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bf547e..1532e37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@alice", testimonial: "The best laptop I ever bought.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994381.jpg?_wi=1", imageAlt: "laptop on desk modern", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@charlie", testimonial: "Excellent service and products.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-businesswoman-with-glasses-meeting-with-laptop_23-2148824809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-businesswoman-with-glasses-meeting-with-laptop_23-2148824809.jpg?_wi=1", imageAlt: "laptop on desk modern", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@diana", testimonial: "Sleek and very powerful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347285.jpg?_wi=1", imageAlt: "laptop on desk modern", }, { @@ -94,11 +94,11 @@ export default function LandingPage() { handle: "@evan", testimonial: "A game changer for my work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/laptop-marble-table_53876-63465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-marble-table_53876-63465.jpg?_wi=1", imageAlt: "laptop on desk modern", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994381.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994381.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { -- 2.49.1