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",
name: "Blue Backpack",
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",
},
{
id: "2",
name: "Leather Wallet",
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",
},
{
id: "3",
name: "iPhone 14",
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",
},
{
id: "4",
name: "Vintage Watch",
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",
},
{
id: "5",
name: "Prescription Glasses",
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",
},
{
id: "6",
name: "Gold Ring",
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",
},
];