From 20b719d579d36cf143fe131c0c15040505d77a28 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:35:46 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65290f4..d56edf3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,7 @@ export default function HomePage() { text: "Learn More", href: "#about"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg?_wi=1" imageAlt="Premium refurbished smartphones showcase" mediaAnimation="opacity" imagePosition="right" -- 2.49.1 From faac541a9eb4344ecca21902792751e691d62e0a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:35:46 +0000 Subject: [PATCH 2/3] Update src/app/product/[id]/page.tsx --- src/app/product/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index b43813b..0507fba 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -64,7 +64,7 @@ export default function ProductPage() { text: "Learn More", href: "/about"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg?_wi=3" imageAlt="Premium refurbished smartphone" mediaAnimation="opacity" imagePosition="right" -- 2.49.1 From 76f84dbfd396278f09fda1a48a5d593bd7049542 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:35:47 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 90a88ff..27aa7f0 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -81,7 +81,7 @@ export default function ShopPage() { text: "Compare Prices", href: "#metrics"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg?_wi=2" imageAlt="Premium refurbished smartphones collection" mediaAnimation="opacity" imagePosition="right" -- 2.49.1