Update src/app/browse/page.tsx

This commit is contained in:
2026-03-03 08:40:04 +00:00
parent 8b2ea78111
commit 0b0b29a65e

View File

@@ -61,42 +61,42 @@ export default function BrowseItemsPage() {
id: "1", id: "1",
name: "Blue Backpack", name: "Blue Backpack",
price: "Lost - $150 value", price: "Lost - $150 value",
imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-her-car-beach_23-2148218377.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-her-car-beach_23-2148218377.jpg?_wi=2",
imageAlt: "Blue backpack", imageAlt: "Blue backpack",
}, },
{ {
id: "2", id: "2",
name: "Leather Wallet", name: "Leather Wallet",
price: "Found - Electronics Category", price: "Found - Electronics Category",
imageSrc: "http://img.b2bpic.net/free-photo/man-saving-money-energy-crisis_23-2150061852.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-saving-money-energy-crisis_23-2150061852.jpg?_wi=2",
imageAlt: "Brown leather wallet", imageAlt: "Brown leather wallet",
}, },
{ {
id: "3", id: "3",
name: "iPhone 14", name: "iPhone 14",
price: "Lost - Downtown Area", price: "Lost - Downtown Area",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-man-browsing-his-mobile-phone_23-2148531034.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-man-browsing-his-mobile-phone_23-2148531034.jpg?_wi=2",
imageAlt: "iPhone 14 device", imageAlt: "iPhone 14 device",
}, },
{ {
id: "4", id: "4",
name: "Vintage Watch", name: "Vintage Watch",
price: "Found - Jewelry Category", price: "Found - Jewelry Category",
imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-her-car-beach_23-2148218377.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-her-car-beach_23-2148218377.jpg?_wi=3",
imageAlt: "Vintage watch", imageAlt: "Vintage watch",
}, },
{ {
id: "5", id: "5",
name: "Prescription Glasses", name: "Prescription Glasses",
price: "Lost - Last seen at Cafe", price: "Lost - Last seen at Cafe",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-man-browsing-his-mobile-phone_23-2148531034.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-man-browsing-his-mobile-phone_23-2148531034.jpg?_wi=3",
imageAlt: "Prescription glasses", imageAlt: "Prescription glasses",
}, },
{ {
id: "6", id: "6",
name: "Gold Ring", name: "Gold Ring",
price: "Found - Wedding Band", price: "Found - Wedding Band",
imageSrc: "http://img.b2bpic.net/free-photo/man-saving-money-energy-crisis_23-2150061852.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-saving-money-energy-crisis_23-2150061852.jpg?_wi=3",
imageAlt: "Gold ring", imageAlt: "Gold ring",
}, },
]; ];