From 53b47cde1624f8707e0c9d4791124193e14cf62c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:46:29 +0000 Subject: [PATCH 1/2] 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 eeb3f00..7acb8ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function HomePage() { rating: 5, reviewCount: "12.4k", imageSrc: - "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg", + "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg?_wi=1", imageAlt: "iPhone 15 Pro Max", }, { @@ -88,7 +88,7 @@ export default function HomePage() { rating: 5, reviewCount: "10.8k", imageSrc: - "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg", + "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg?_wi=2", imageAlt: "iPhone 15 Pro", }, { @@ -99,7 +99,7 @@ export default function HomePage() { rating: 4, reviewCount: "9.2k", imageSrc: - "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg", + "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg?_wi=3", imageAlt: "iPhone 15", }, { @@ -110,7 +110,7 @@ export default function HomePage() { rating: 5, reviewCount: "8.5k", imageSrc: - "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg", + "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg?_wi=4", imageAlt: "iPhone 14 Pro", }, { @@ -121,7 +121,7 @@ export default function HomePage() { rating: 4, reviewCount: "7.3k", imageSrc: - "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437074.jpg", + "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437074.jpg?_wi=1", imageAlt: "iPhone 14", }, { @@ -132,7 +132,7 @@ export default function HomePage() { rating: 4, reviewCount: "6.9k", imageSrc: - "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg", + "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg?_wi=5", imageAlt: "iPhone 13 Pro", }, ]} -- 2.49.1 From 08b00a97b2b74e24a1fffd2f7a48c76e129aa9fc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:46:30 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 65257df..e59ddd4 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -57,7 +57,7 @@ export default function ProductsPage() { rating: 5, reviewCount: "12.4k", imageSrc: - "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg", + "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg?_wi=6", imageAlt: "iPhone 15 Pro Max", }, { @@ -68,7 +68,7 @@ export default function ProductsPage() { rating: 5, reviewCount: "10.8k", imageSrc: - "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg", + "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg?_wi=7", imageAlt: "iPhone 15 Pro", }, { @@ -79,7 +79,7 @@ export default function ProductsPage() { rating: 4, reviewCount: "9.2k", imageSrc: - "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg", + "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg?_wi=8", imageAlt: "iPhone 15", }, { @@ -90,7 +90,7 @@ export default function ProductsPage() { rating: 5, reviewCount: "8.5k", imageSrc: - "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg", + "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg?_wi=9", imageAlt: "iPhone 14 Pro", }, { @@ -101,7 +101,7 @@ export default function ProductsPage() { rating: 4, reviewCount: "7.3k", imageSrc: - "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437074.jpg", + "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437074.jpg?_wi=2", imageAlt: "iPhone 14", }, { @@ -112,7 +112,7 @@ export default function ProductsPage() { rating: 4, reviewCount: "6.9k", imageSrc: - "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg", + "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg?_wi=10", imageAlt: "iPhone 13 Pro", }, ]} -- 2.49.1