Merge version_1 into main #2
@@ -75,7 +75,7 @@ export default function AdminPage() {
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Admin Dashboard - Manage Your System"
|
||||
description="Complete control over your lost and found system. Manage items, approve claims, track activity, and maintain the integrity of your school community platform."
|
||||
background="plain"
|
||||
background={{ variant: "plain" }}
|
||||
tag="School Community"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
@@ -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?_wi=6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/governmental-hacker-investigating-cyber-incidents-monitoring-security_482257-121501.jpg",
|
||||
},
|
||||
{
|
||||
id: "carousel-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-tablet-his-smart-home_23-2149036898.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-tablet-his-smart-home_23-2149036898.jpg",
|
||||
},
|
||||
{
|
||||
id: "carousel-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-back-school-background_23-2148215478.jpg?_wi=6",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-back-school-background_23-2148215478.jpg",
|
||||
},
|
||||
{
|
||||
id: "carousel-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-checking-her-notes_23-2148294133.jpg?_wi=6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-checking-her-notes_23-2148294133.jpg",
|
||||
},
|
||||
{
|
||||
id: "carousel-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beach-bag-ready-travel_23-2150440628.jpg?_wi=6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beach-bag-ready-travel_23-2150440628.jpg",
|
||||
},
|
||||
{
|
||||
id: "carousel-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-very-concentrated_1098-840.jpg?_wi=6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-very-concentrated_1098-840.jpg",
|
||||
},
|
||||
]}
|
||||
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?_wi=7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beach-bag-ready-travel_23-2150440628.jpg",
|
||||
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?_wi=7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-very-concentrated_1098-840.jpg",
|
||||
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?_wi=5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-tablet-his-smart-home_23-2149036898.jpg",
|
||||
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?_wi=7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/governmental-hacker-investigating-cyber-incidents-monitoring-security_482257-121501.jpg",
|
||||
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?_wi=6"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-using-tablet-his-smart-home_23-2149036898.jpg"
|
||||
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?_wi=7"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-back-school-background_23-2148215478.jpg"
|
||||
imageAlt="Lost and Found footer"
|
||||
columns={footerColumns}
|
||||
logoText="Lost & Found"
|
||||
|
||||
@@ -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() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-back-school-background_23-2148215478.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-back-school-background_23-2148215478.jpg"
|
||||
imageAlt="student searching for lost item school"
|
||||
columns={footerColumns}
|
||||
logoText="Lost & Found"
|
||||
|
||||
@@ -6,6 +6,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { CheckCircle } from "lucide-react";
|
||||
|
||||
export default function ClaimItemPage() {
|
||||
const navItems = [
|
||||
@@ -97,7 +98,7 @@ export default function ClaimItemPage() {
|
||||
title="The Claim Process"
|
||||
description="Our streamlined process makes claiming your items simple, secure, and fast."
|
||||
tag="Steps"
|
||||
tagIcon="CheckCircle"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
@@ -111,28 +112,28 @@ export default function ClaimItemPage() {
|
||||
id: 1,
|
||||
title: "Find Your Item",
|
||||
description: "Browse the collection of found items or use our search tool to locate your belongings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beach-bag-ready-travel_23-2150440628.jpg?_wi=5",
|
||||
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: "Submit Claim Form",
|
||||
description: "Provide your name, email, and proof of ownership details. Be specific about identifying marks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-checking-her-notes_23-2148294133.jpg?_wi=5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-checking-her-notes_23-2148294133.jpg",
|
||||
imageAlt: "student filling out form school",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Verification Review",
|
||||
description: "Our admin team reviews your claim and verifies ownership. You'll receive updates via email.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/governmental-hacker-investigating-cyber-incidents-monitoring-security_482257-121501.jpg?_wi=5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/governmental-hacker-investigating-cyber-incidents-monitoring-security_482257-121501.jpg",
|
||||
imageAlt: "admin management dashboard interface",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Retrieve Your Item",
|
||||
description: "Once approved, visit the Lost & Found office during school hours to pick up your belongings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-very-concentrated_1098-840.jpg?_wi=5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-very-concentrated_1098-840.jpg",
|
||||
imageAlt: "student claiming belongings from counter",
|
||||
},
|
||||
]}
|
||||
@@ -144,7 +145,7 @@ export default function ClaimItemPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-back-school-background_23-2148215478.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-back-school-background_23-2148215478.jpg"
|
||||
imageAlt="student searching for lost item school"
|
||||
columns={footerColumns}
|
||||
logoText="Lost & Found"
|
||||
|
||||
Reference in New Issue
Block a user