diff --git a/src/app/browse/page.tsx b/src/app/browse/page.tsx index 9c16cd0..f6349c4 100644 --- a/src/app/browse/page.tsx +++ b/src/app/browse/page.tsx @@ -88,28 +88,28 @@ export default function BrowseItemsPage() { id: 1, title: "Search by Category", description: "Filter items by type: Electronics, Clothing, Accessories, Documents, and more.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-beach-bag-ready-travel_23-2150440628.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-beach-bag-ready-travel_23-2150440628.jpg?_wi=3", imageAlt: "display of found items organized", }, { id: 2, title: "View Item Details", description: "See photos, descriptions, location found, and date reported for each item in our system.", - imageSrc: "http://img.b2bpic.net/free-photo/student-very-concentrated_1098-840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/student-very-concentrated_1098-840.jpg?_wi=3", imageAlt: "student claiming belongings from counter", }, { id: 3, title: "Claim Your Item", description: "Found your belongings? Start the claim process immediately with just a few details.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-checking-her-notes_23-2148294133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-checking-her-notes_23-2148294133.jpg?_wi=2", imageAlt: "student filling out form school", }, { id: 4, title: "Track Claim Status", description: "Monitor your claim status from submission through approval and item retrieval.", - imageSrc: "http://img.b2bpic.net/free-photo/governmental-hacker-investigating-cyber-incidents-monitoring-security_482257-121501.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/governmental-hacker-investigating-cyber-incidents-monitoring-security_482257-121501.jpg?_wi=3", imageAlt: "admin management dashboard interface", }, ]} @@ -150,7 +150,7 @@ export default function BrowseItemsPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/man-using-tablet-his-smart-home_23-2149036898.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-using-tablet-his-smart-home_23-2149036898.jpg?_wi=4" imageAlt="secure password protection system" mediaAnimation="slide-up" mediaPosition="right" @@ -161,7 +161,7 @@ export default function BrowseItemsPage() {