diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 450754a..1911af3 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -87,19 +87,19 @@ export default function ProductsPage() { id: 2, title: "Premium Selection", description: "Access to rare, limited-edition, and exclusive products unavailable elsewhere. Rotating seasonal offerings and brand collaborations.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mystery-box-concept_23-2149516467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-mystery-box-concept_23-2149516467.jpg?_wi=1", }, { id: 3, title: "Transparent Information", description: "Every product includes comprehensive strain data, potency levels, terpene profiles, and third-party lab testing results for informed purchasing.", - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-working-with-tablet_23-2147717389.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-working-with-tablet_23-2147717389.jpg?_wi=1", }, { id: 4, title: "Discreet Packaging", description: "Unmarked, professional packaging ensures privacy. Secure delivery with signature confirmation and tamper-evident seals.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-hands-putting-shipping-label-package-arranging-online-customers-orders_662251-2114.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-hands-putting-shipping-label-package-arranging-online-customers-orders_662251-2114.jpg?_wi=1", }, ]} textboxLayout="default" @@ -117,7 +117,7 @@ export default function ProductsPage() { useInvertedBackground={false} faqsAnimation="blur-reveal" mediaAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/call-center-hot-line-information-concept_53876-125154.jpg" + imageSrc="http://img.b2bpic.net/free-photo/call-center-hot-line-information-concept_53876-125154.jpg?_wi=1" imageAlt="Customer support and FAQ resources" mediaPosition="left" faqs={[ @@ -157,7 +157,7 @@ export default function ProductsPage() {