From 6c64d5a6e47c0eebde9dcabddbf9688299b54f0a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 22:06:02 +0000 Subject: [PATCH 1/3] Update src/app/admin/page.tsx --- src/app/admin/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index c796d98..86cffad 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -75,7 +75,7 @@ export default function AdminPage() { Date: Mon, 16 Mar 2026 22:06:02 +0000 Subject: [PATCH 2/3] Update src/app/browse/page.tsx --- src/app/browse/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/browse/page.tsx b/src/app/browse/page.tsx index 79548c5..9c16cd0 100644 --- a/src/app/browse/page.tsx +++ b/src/app/browse/page.tsx @@ -6,6 +6,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterMedia from "@/components/sections/footer/FooterMedia"; +import { Search } from "lucide-react"; export default function BrowseItemsPage() { const navItems = [ @@ -73,7 +74,7 @@ export default function BrowseItemsPage() { title="Browse Our Collection" description="Explore all reported found items. Use filters and search to locate your belongings quickly and easily." tag="Browse" - tagIcon="Search" + tagIcon={Search} tagAnimation="slide-up" buttons={[ { @@ -87,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?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-beach-bag-ready-travel_23-2150440628.jpg", 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?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/student-very-concentrated_1098-840.jpg", 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?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-checking-her-notes_23-2148294133.jpg", 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?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/governmental-hacker-investigating-cyber-incidents-monitoring-security_482257-121501.jpg", imageAlt: "admin management dashboard interface", }, ]} @@ -149,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?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/man-using-tablet-his-smart-home_23-2149036898.jpg" imageAlt="secure password protection system" mediaAnimation="slide-up" mediaPosition="right" @@ -160,7 +161,7 @@ export default function BrowseItemsPage() {