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" 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" 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"