Update src/app/admin/page.tsx
This commit is contained in:
@@ -93,27 +93,27 @@ export default function AdminPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1",
|
||||
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=1",
|
||||
},
|
||||
{
|
||||
id: "carousel-2",
|
||||
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=1",
|
||||
},
|
||||
{
|
||||
id: "carousel-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-back-school-background_23-2148215478.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-back-school-background_23-2148215478.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "carousel-4",
|
||||
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=1",
|
||||
},
|
||||
{
|
||||
id: "carousel-5",
|
||||
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=1",
|
||||
},
|
||||
{
|
||||
id: "carousel-6",
|
||||
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=1",
|
||||
},
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -141,28 +141,28 @@ export default function AdminPage() {
|
||||
id: 1,
|
||||
title: "Item Management",
|
||||
description: "Review, verify, and manage all reported found items. Edit details, update status, and organize items by category and location.",
|
||||
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=2",
|
||||
imageAlt: "Item management dashboard",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Claim Processing",
|
||||
description: "Review and approve or reject claims submitted by students. Verify ownership information and process item handovers.",
|
||||
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=2",
|
||||
imageAlt: "Claim processing interface",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "User Management",
|
||||
description: "Manage admin accounts, set permissions, and monitor user activity. Track who accessed what and when for security.",
|
||||
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=2",
|
||||
imageAlt: "User management panel",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Analytics & Reports",
|
||||
description: "View system statistics, track item recovery rates, and generate reports on lost and found activity over time.",
|
||||
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=2",
|
||||
imageAlt: "Analytics dashboard",
|
||||
},
|
||||
]}
|
||||
@@ -258,7 +258,7 @@ export default function AdminPage() {
|
||||
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=3"
|
||||
imageAlt="Admin support contact"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -269,7 +269,7 @@ export default function AdminPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-back-school-background_23-2148215478.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-back-school-background_23-2148215478.jpg?_wi=2"
|
||||
imageAlt="Lost and Found footer"
|
||||
columns={footerColumns}
|
||||
logoText="Lost & Found"
|
||||
|
||||
Reference in New Issue
Block a user