3 Commits

Author SHA1 Message Date
11971c6573 Update src/app/page.tsx 2026-03-08 15:28:57 +00:00
c2cd233700 Add src/app/lost-and-found/page.tsx 2026-03-08 15:28:56 +00:00
6fc2c652af Merge version_1 into main
Merge version_1 into main
2026-03-08 15:22:24 +00:00
2 changed files with 272 additions and 71 deletions

View File

@@ -0,0 +1,201 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
import FaqBase from '@/components/sections/faq/FaqBase';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Search, Filter, Calendar, Tag } from 'lucide-react';
import { useState } from 'react';
export default function LostAndFoundPage() {
const [filterCategory, setFilterCategory] = useState('all');
const [filterDate, setFilterDate] = useState('all');
const [itemType, setItemType] = useState('lost');
const categories = ['Electronics', 'Documents', 'Accessories', 'Clothing', 'Other'];
const dateRanges = ['Last 7 days', 'Last 30 days', 'Last 90 days', 'All time'];
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultTextAnimation="background-highlight"
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="none"
cardStyle="layered-gradient"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
headingFontWeight="extrabold"
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Lost & Found"
navItems={[
{ name: "Browse", id: "browse" },
{ name: "Report Item", id: "report" },
{ name: "FAQs", id: "faqs" },
{ name: "Contact", id: "contact" }
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="Lost & Found"
description="Help reconnect lost items with their owners. Browse lost and found items, filter by category and date, and report your own items."
buttons={[
{ text: "Browse Lost Items", href: "#browse" },
{ text: "Browse Found Items", href: "#browse" }
]}
imageSrc="http://img.b2bpic.net/free-photo/startup-business-teamwork-concept-group-perspective-young-people-meeting-big-modern-library-talking-about-profits-last-project-looking-through-papers-smiling-having-productive-tim_176420-8298.jpg?_wi=1"
imageAlt="Lost and Found items"
showDimOverlay={true}
ariaLabel="Lost and Found Portal"
/>
</div>
<div id="browse" data-section="browse">
<FeatureCardTen
title="Browse Items"
description="Search through our comprehensive database of lost and found items"
tag="Search & Filter"
features={[
{
id: "1", title: "Browse Lost Items", description: "Search items that people have reported as lost. Filter by category, date posted, and item description to find your missing belongings.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=1"
},
items: [
{ icon: Search, text: "Detailed search" },
{ icon: Filter, text: "Advanced filters" },
{ icon: Calendar, text: "Date filtering" }
],
reverse: false
},
{
id: "2", title: "Browse Found Items", description: "View items that have been found and are waiting to be claimed. Check details and photos to identify your belongings.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=2"
},
items: [
{ icon: Filter, text: "Filter by type" },
{ icon: Calendar, text: "Recent items" },
{ icon: Tag, text: "Category tags" }
],
reverse: true
},
{
id: "3", title: "Filtering Options", description: "Narrow down your search using multiple filters including item category, date found/lost, condition, and item description for precise results.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=3"
},
items: [
{ icon: Filter, text: "Category filter" },
{ icon: Calendar, text: "Date range" },
{ icon: Search, text: "Keyword search" }
],
reverse: false
}
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="report" data-section="report">
<BlogCardThree
title="Recently Reported Items"
description="Latest lost and found items in our system"
tag="Recent Reports"
blogs={[
{
id: "1", category: "Electronics", title: "Black iPhone 14 Pro - Lost at Terminal 2", excerpt: "Lost on January 15, 2025. Last seen at airport terminal 2. Contains important business documents. Contact with any information.", imageSrc: "http://img.b2bpic.net/free-photo/startup-business-teamwork-concept-group-perspective-young-people-meeting-big-modern-library-talking-about-profits-last-project-looking-through-papers-smiling-having-productive-tim_176420-8298.jpg?_wi=2", imageAlt: "Lost iPhone", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/two-serious-middle-aged-male-female-business-people-outdoors_1262-12576.jpg", date: "January 15, 2025"
},
{
id: "2", category: "Documents", title: "Blue Leather Passport Wallet - Found at Downtown Station", excerpt: "Found at downtown metro station containing travel documents and ID cards. Passport holder contains initials 'MJ'. Ready for pickup.", imageSrc: "http://img.b2bpic.net/free-photo/startup-business-teamwork-concept-group-perspective-young-people-meeting-big-modern-library-talking-about-profits-last-project-looking-through-papers-smiling-having-productive-tim_176420-8298.jpg?_wi=3", imageAlt: "Found wallet", authorName: "Lost & Found Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-woman-library_641386-223.jpg", date: "January 14, 2025"
},
{
id: "3", category: "Accessories", title: "Silver Watch with Leather Strap - Lost at Mall", excerpt: "Vintage silver watch with brown leather strap lost at shopping mall on January 12. Has sentimental value. Please contact if found.", imageSrc: "http://img.b2bpic.net/free-photo/startup-business-teamwork-concept-group-perspective-young-people-meeting-big-modern-library-talking-about-profits-last-project-looking-through-papers-smiling-having-productive-tim_176420-8298.jpg?_wi=4", imageAlt: "Lost watch", authorName: "Sarah Johnson", authorAvatar: "http://img.b2bpic.net/free-photo/two-serious-middle-aged-male-female-business-people-outdoors_1262-12576.jpg", date: "January 12, 2025"
},
{
id: "4", category: "Clothing", title: "Navy Blue Winter Coat - Found at Park", excerpt: "Heavy-duty navy blue winter coat found at central park. Appears to be designer brand. Available for claim at lost & found office.", imageSrc: "http://img.b2bpic.net/free-photo/startup-business-teamwork-concept-group-perspective-young-people-meeting-big-modern-library-talking-about-profits-last-project-looking-through-papers-smiling-having-productive-tim_176420-8298.jpg?_wi=5", imageAlt: "Found coat", authorName: "Lost & Found Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-woman-library_641386-223.jpg", date: "January 10, 2025"
}
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
carouselMode="buttons"
/>
</div>
<div id="faqs" data-section="faqs">
<FaqBase
title="Frequently Asked Questions"
description="Find answers to common questions about our Lost & Found system"
tag="Help & Support"
faqs={[
{
id: "1", title: "How do I report a lost item?", content: "To report a lost item, click on 'Report Item' in the navigation menu. Fill out the form with detailed information about your item including category, description, date lost, location, and upload photos if available. Our team will review your report and list it in our database within 24 hours."
},
{
id: "2", title: "How do I claim a found item?", content: "If you found an item that matches your lost item in our database, click on the item to view full details. Contact the person who reported it directly using the contact information provided, or reach out to our Lost & Found office with proof of ownership."
},
{
id: "3", title: "What information should I provide when reporting an item?", content: "Please provide: item category, detailed description (color, brand, distinguishing marks), approximate date and location where lost, and any photos if available. The more details you provide, the better chance of finding your item."
},
{
id: "4", title: "How long are items kept in the system?", content: "Items are typically kept in our Lost & Found system for 90 days. After this period, unclaimed items may be donated to charity. If you believe your item has been lost, report it as soon as possible."
},
{
id: "5", title: "Can I filter items by specific criteria?", content: "Yes! You can filter items by category (Electronics, Documents, Accessories, Clothing, Other), date range (Last 7 days, 30 days, 90 days, All time), and use keyword search to find specific items."
},
{
id: "6", title: "Is my personal information safe?", content: "Your privacy is our priority. Personal contact information is only visible to verified users. We recommend meeting in public places and bringing proof of ownership when claiming items."
}
]}
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
animationType="smooth"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Lost & Found Portal"
columns={[
{
items: [
{ label: "Browse Lost Items", href: "#browse" },
{ label: "Browse Found Items", href: "#browse" },
{ label: "Report Item", href: "#report" }
]
},
{
items: [
{ label: "How It Works", href: "#" },
{ label: "Categories", href: "#" },
{ label: "Recent Reports", href: "#report" }
]
},
{
items: [
{ label: "FAQs", href: "#faqs" },
{ label: "Contact Us", href: "#" },
{ label: "Safety Tips", href: "#" }
]
},
{
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Report Abuse", href: "#" }
]
}
]}
/>
</div>
</ThemeProvider>
);
}

View File

@@ -9,7 +9,7 @@ import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import FaqBase from '@/components/sections/faq/FaqBase';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Award, Handshake, Smile, Users, BookOpen, Heart, Monitor, Zap, Cpu } from 'lucide-react';
import { Award, Handshake, Smile, Users, BookOpen, Heart, Monitor, Zap, Cpu, MapPin, Search, Lock } from 'lucide-react';
export default function LandingPage() {
return (
@@ -27,37 +27,37 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Cornerstone Executive College"
brandName="Lost & Found"
navItems={[
{ name: "About", id: "about" },
{ name: "Announcements", id: "announcements" },
{ name: "Dates", id: "dates" },
{ name: "How It Works", id: "features" },
{ name: "Browse Items", id: "announcements" },
{ name: "Important Info", id: "dates" },
{ name: "FAQs", id: "faqs" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "footer" }
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="Cornerstone"
description="Empowering students with quality education and fostering excellence in a supportive learning community"
logoText="Lost & Found"
description="Reunite lost items with their owners. Browse our comprehensive database of found items, report losses, and connect with your community."
buttons={[
{ text: "View Announcements", href: "announcements" },
{ text: "Important Dates", href: "dates" }
{ text: "Browse Items", href: "announcements" },
{ text: "Report Lost Item", href: "faqs" }
]}
imageSrc="http://img.b2bpic.net/free-photo/startup-business-teamwork-concept-group-perspective-young-people-meeting-big-modern-library-talking-about-profits-last-project-looking-through-papers-smiling-having-productive-tim_176420-8298.jpg?_wi=1"
imageAlt="Cornerstone Executive College campus"
imageAlt="Lost and Found Community"
showDimOverlay={true}
ariaLabel="Welcome to Cornerstone Executive College"
ariaLabel="Welcome to Lost & Found"
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
title="About Cornerstone"
title="About Lost & Found"
description={[
"Cornerstone Executive College is dedicated to providing exceptional educational experiences that prepare students for success in higher education and their professional careers.", "Our institution combines rigorous academic standards with a supportive learning environment, ensuring every student receives personalized attention and guidance to achieve their full potential.", "We believe in cultivating critical thinking, leadership skills, and character development alongside academic excellence."
"Lost & Found is a community-driven platform dedicated to reuniting people with their lost belongings. Our mission is to help items find their way back home.", "We maintain a comprehensive database of found items reported by community members, making it easy for you to search and recover what you've lost.", "By connecting finders with seekers, we foster community trust and ensure valuable items are returned to their rightful owners."
]}
buttons={[
{ text: "Learn More", href: "https://www.example.com/about" }
@@ -69,40 +69,40 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTen
title="Why Choose Cornerstone"
description="We offer comprehensive resources and support systems designed to help students excel academically and personally"
tag="Key Strengths"
title="How Our Lost & Found Works"
description="A seamless process to help you report losses and find items in your community"
tag="Key Features"
features={[
{
id: "1", title: "Expert Faculty", description: "Our experienced and dedicated educators are committed to student success, combining subject expertise with mentorship and personalized guidance.", media: {
id: "1", title: "Report Lost Items", description: "Easily document and report lost items with photos, descriptions, and location details. Reach the entire community instantly.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=1"
},
items: [
{ icon: Users, text: "Qualified educators" },
{ icon: BookOpen, text: "Subject expertise" },
{ icon: Heart, text: "Student mentorship" }
{ icon: MapPin, text: "Location tracking" },
{ icon: Search, text: "Detailed search" },
{ icon: Heart, text: "Priority matching" }
],
reverse: false
},
{
id: "2", title: "Modern Facilities", description: "State-of-the-art classrooms, laboratories, and technology infrastructure support interactive and engaging learning experiences.", media: {
id: "2", title: "Browse Found Items", description: "Search our extensive database of found items organized by category, location, and date. Advanced filters help you locate your belongings quickly.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=2"
},
items: [
{ icon: Monitor, text: "Advanced technology" },
{ icon: Zap, text: "Modern infrastructure" },
{ icon: Cpu, text: "Digital resources" }
{ icon: Search, text: "Advanced filtering" },
{ icon: Monitor, text: "Real-time updates" },
{ icon: Zap, text: "Smart matching" }
],
reverse: true
},
{
id: "3", title: "Holistic Development", description: "Beyond academics, we foster character development, leadership skills, and social responsibility through co-curricular activities and community engagement.", media: {
id: "3", title: "Secure Connections", description: "Our platform ensures safe and verified connections between item finders and owners. Built-in messaging and verification systems protect everyone.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=3"
},
items: [
{ icon: Award, text: "Leadership programs" },
{ icon: Handshake, text: "Community service" },
{ icon: Smile, text: "Personal growth" }
{ icon: Lock, text: "Verified users" },
{ icon: Users, text: "Direct messaging" },
{ icon: Handshake, text: "Safe exchanges" }
],
reverse: false
}
@@ -115,21 +115,21 @@ export default function LandingPage() {
<div id="announcements" data-section="announcements">
<BlogCardThree
title="Latest Announcements"
description="Stay informed with the latest news, events, and important updates from Cornerstone Executive College"
tag="News & Updates"
title="Recently Found Items"
description="Browse items found in your area. If you see something that belongs to you, reach out to the finder through our secure messaging system."
tag="Latest Finds"
blogs={[
{
id: "1", category: "Academic", title: "New Advanced Placement Programs Launched", excerpt: "Cornerstone is excited to announce the introduction of advanced placement programs designed to challenge high-achieving students.", imageSrc: "http://img.b2bpic.net/free-photo/startup-business-teamwork-concept-group-perspective-young-people-meeting-big-modern-library-talking-about-profits-last-project-looking-through-papers-smiling-having-productive-tim_176420-8298.jpg?_wi=2", imageAlt: "AP Programs announcement", authorName: "Academic Affairs", authorAvatar: "http://img.b2bpic.net/free-photo/two-serious-middle-aged-male-female-business-people-outdoors_1262-12576.jpg", date: "January 2025"
id: "1", category: "Electronics", title: "Apple AirPods Pro Found Downtown", excerpt: "Found near the central station in a white case. No damage visible. Contains original accessories.", imageSrc: "http://img.b2bpic.net/free-photo/startup-business-teamwork-concept-group-perspective-young-people-meeting-big-modern-library-talking-about-profits-last-project-looking-through-papers-smiling-having-productive-tim_176420-8298.jpg?_wi=2", imageAlt: "Found AirPods", authorName: "James Chen", authorAvatar: "http://img.b2bpic.net/free-photo/two-serious-middle-aged-male-female-business-people-outdoors_1262-12576.jpg", date: "2 hours ago"
},
{
id: "2", category: "Campus Life", title: "Annual Science and Technology Expo Coming Soon", excerpt: "Join us for our flagship Science and Technology Expo where students showcase innovative projects and research.", imageSrc: "http://img.b2bpic.net/free-photo/startup-business-teamwork-concept-group-perspective-young-people-meeting-big-modern-library-talking-about-profits-last-project-looking-through-papers-smiling-having-productive-tim_176420-8298.jpg?_wi=3", imageAlt: "Science Expo announcement", authorName: "Student Affairs", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-woman-library_641386-223.jpg", date: "January 2025"
id: "2", category: "Accessories", title: "Blue Leather Backpack Found at Park", excerpt: "Found at Riverside Park. Contains notebooks and personal items. Looking for the owner.", imageSrc: "http://img.b2bpic.net/free-photo/startup-business-teamwork-concept-group-perspective-young-people-meeting-big-modern-library-talking-about-profits-last-project-looking-through-papers-smiling-having-productive-tim_176420-8298.jpg?_wi=3", imageAlt: "Found backpack", authorName: "Sarah Martinez", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-woman-library_641386-223.jpg", date: "4 hours ago"
},
{
id: "3", category: "Community", title: "Community Service Initiative Recognizes Student Leaders", excerpt: "Recognition ceremony celebrates students who have made significant contributions through community service projects.", imageSrc: "http://img.b2bpic.net/free-photo/startup-business-teamwork-concept-group-perspective-young-people-meeting-big-modern-library-talking-about-profits-last-project-looking-through-papers-smiling-having-productive-tim_176420-8298.jpg?_wi=4", imageAlt: "Community service announcement", authorName: "Community Relations", authorAvatar: "http://img.b2bpic.net/free-photo/two-serious-middle-aged-male-female-business-people-outdoors_1262-12576.jpg", date: "January 2025"
id: "3", category: "Documents", title: "ID and Bank Card Found Near Library", excerpt: "Important documents found near the public library. Owner can claim through our verification process.", imageSrc: "http://img.b2bpic.net/free-photo/startup-business-teamwork-concept-group-perspective-young-people-meeting-big-modern-library-talking-about-profits-last-project-looking-through-papers-smiling-having-productive-tim_176420-8298.jpg?_wi=4", imageAlt: "Found documents", authorName: "Michael Park", authorAvatar: "http://img.b2bpic.net/free-photo/two-serious-middle-aged-male-female-business-people-outdoors_1262-12576.jpg", date: "8 hours ago"
},
{
id: "4", category: "Events", title: "Career Development Workshop Series Begins February", excerpt: "Professional development workshops featuring industry leaders and career counseling sessions for all students.", imageSrc: "http://img.b2bpic.net/free-photo/startup-business-teamwork-concept-group-perspective-young-people-meeting-big-modern-library-talking-about-profits-last-project-looking-through-papers-smiling-having-productive-tim_176420-8298.jpg?_wi=5", imageAlt: "Career workshop announcement", authorName: "Career Services", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-woman-library_641386-223.jpg", date: "January 2025"
id: "4", category: "Personal Items", title: "Gold Wedding Ring Found at Beach", excerpt: "Elegant gold ring found in the sand. Appears to be recently lost. We hope to reunite this with its owner.", imageSrc: "http://img.b2bpic.net/free-photo/startup-business-teamwork-concept-group-perspective-young-people-meeting-big-modern-library-talking-about-profits-last-project-looking-through-papers-smiling-having-productive-tim_176420-8298.jpg?_wi=5", imageAlt: "Found ring", authorName: "Emma Wilson", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-woman-library_641386-223.jpg", date: "12 hours ago"
}
]}
textboxLayout="default"
@@ -141,27 +141,27 @@ export default function LandingPage() {
<div id="dates" data-section="dates">
<MetricCardTen
title="Important Academic Dates"
description="Keep track of key dates and deadlines throughout the academic year"
tag="Calendar"
title="Lost & Found Statistics"
description="Track the impact of our community-driven platform"
tag="Our Impact"
metrics={[
{
id: "1", title: "First Term Begins", subtitle: "Start of academic year", category: "Academic Calendar", value: "January 13, 2025"
id: "1", title: "Items Returned", subtitle: "Successfully reunited with owners", category: "Impact Metric", value: "2,847"
},
{
id: "2", title: "Mid-Term Examinations", subtitle: "Assessment period", category: "Examinations", value: "March 10-21, 2025"
id: "2", title: "Active Users", subtitle: "Community members helping each other", category: "Community", value: "15,432"
},
{
id: "3", title: "Sports Day", subtitle: "Inter-house athletics competition", category: "Events", value: "April 5, 2025"
id: "3", title: "Items Found", subtitle: "Documented in our database", category: "Database", value: "8,956"
},
{
id: "4", title: "Final Examinations", subtitle: "End of year assessments", category: "Examinations", value: "May 26-June 6, 2025"
id: "4", title: "Average Recovery Time", subtitle: "Time from report to recovery", category: "Performance", value: "3.2 days"
},
{
id: "5", title: "Annual Prize Giving", subtitle: "Recognition ceremony", category: "Events", value: "June 21, 2025"
id: "5", title: "Success Rate", subtitle: "Items successfully returned", category: "Success", value: "89%"
},
{
id: "6", title: "Second Term Begins", subtitle: "Next academic cycle", category: "Academic Calendar", value: "July 1, 2025"
id: "6", title: "Cities Covered", subtitle: "Across our network", category: "Reach", value: "42"
}
]}
textboxLayout="default"
@@ -173,27 +173,27 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="What Our Community Says"
description="Hear from students, parents, and staff about their experience at Cornerstone Executive College"
tag="Testimonials"
title="Success Stories"
description="Hear from people who have successfully recovered their lost items through our platform"
tag="Community Stories"
testimonials={[
{
id: "1", name: "Amara Okafor", role: "Student, Grade 11", testimonial: "The teachers here genuinely care about our success. I've grown not just academically but as a person. The facilities are amazing and make learning so much more engaging.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-smiling-portrait-wearing-blue-gentle-shirt-building_158595-6612.jpg?_wi=1", imageAlt: "Amara Okafor"
id: "1", name: "Lisa Thompson", role: "Recovered Lost Engagement Ring", testimonial: "I thought I'd never see my engagement ring again after losing it at the beach. Within 48 hours, someone had reported finding it through Lost & Found. The process was smooth and secure. I'm incredibly grateful!", imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-smiling-portrait-wearing-blue-gentle-shirt-building_158595-6612.jpg?_wi=1", imageAlt: "Lisa Thompson"
},
{
id: "2", name: "Kwesi Mensah", role: "Student, Grade 10", testimonial: "What sets Cornerstone apart is the balance between rigorous academics and well-being. The extra support I received helped me overcome my challenges and excel.", imageSrc: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg?_wi=1", imageAlt: "Kwesi Mensah"
id: "2", name: "David Rodriguez", role: "Found Missing Documents", testimonial: "After losing my important documents, I was devastated. Thanks to the Lost & Found community, someone found them the next day and reported them. The verification process was quick and trustworthy.", imageSrc: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg?_wi=1", imageAlt: "David Rodriguez"
},
{
id: "3", name: "Mrs. Adekunle", role: "Parent", testimonial: "As a parent, I'm confident my child is in good hands. The communication from school is excellent and my child's progress has been remarkable. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/two-serious-middle-aged-male-female-business-people-outdoors_1262-12576.jpg", imageAlt: "Mrs. Adekunle"
id: "3", name: "Mrs. Johnson", role: "Recovered Heirloom Necklace", testimonial: "My grandmother's necklace meant the world to me. When I lost it, I thought it was gone forever. The Lost & Found platform helped me find it within a week. This community is truly amazing.", imageSrc: "http://img.b2bpic.net/free-photo/two-serious-middle-aged-male-female-business-people-outdoors_1262-12576.jpg", imageAlt: "Mrs. Johnson"
},
{
id: "4", name: "Dr. Chinyere Okafor", role: "Faculty Member", testimonial: "Working at Cornerstone is fulfilling. The institution's commitment to excellence and student development creates an inspiring professional environment.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-library_641386-223.jpg", imageAlt: "Dr. Chinyere Okafor"
id: "4", name: "Alex Chen", role: "Reunited Items Daily", testimonial: "As a frequent finder, Lost & Found makes it easy to report items and help reunite them with their owners. The interface is intuitive and the community is so grateful.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-library_641386-223.jpg", imageAlt: "Alex Chen"
},
{
id: "5", name: "Zainab Mohammed", role: "Parent", testimonial: "The holistic development approach here is exceptional. My daughter has developed confidence and leadership skills alongside her academic growth.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-smiling-portrait-wearing-blue-gentle-shirt-building_158595-6612.jpg?_wi=2", imageAlt: "Zainab Mohammed"
id: "5", name: "Patricia Williams", role: "Recovered Lost Laptop", testimonial: "Losing my laptop with all my work was catastrophic. Thanks to this platform, it was found and returned within 3 days. The secure messaging system gave me peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-smiling-portrait-wearing-blue-gentle-shirt-building_158595-6612.jpg?_wi=2", imageAlt: "Patricia Williams"
},
{
id: "6", name: "Emeka Nwankwo", role: "Student, Grade 12", testimonial: "The career guidance and preparation for university that I've received here has been invaluable. Cornerstone truly prepares you for life beyond school.", imageSrc: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg?_wi=2", imageAlt: "Emeka Nwankwo"
id: "6", name: "Marcus Coleman", role: "Helped Return Items", testimonial: "I love helping others recover their lost items. Lost & Found makes it so easy to report finds and connect with grateful owners. The community is wonderful!", imageSrc: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg?_wi=2", imageAlt: "Marcus Coleman"
}
]}
textboxLayout="default"
@@ -206,26 +206,26 @@ export default function LandingPage() {
<div id="faqs" data-section="faqs">
<FaqBase
title="Frequently Asked Questions"
description="Find answers to common questions about admissions, academics, facilities, and student life at Cornerstone"
description="Find answers to common questions about Lost & Found platform and how to use our services"
tag="Help & Support"
faqs={[
{
id: "1", title: "What is the admission process at Cornerstone?", content: "Prospective students are required to pass our entrance examination and participate in an interview. We assess both academic aptitude and character. Applications are reviewed throughout the year with intake periods in January and July. Visit our admissions office for detailed information and application materials."
id: "1", title: "How do I report a lost item?", content: "Simply click 'Report Lost Item' from the main page. Fill in details about your item including photos, description, location where it was lost, and date. The more detail you provide, the better chance finders have of identifying your item."
},
{
id: "2", title: "What academic programs does the school offer?", content: "Cornerstone offers comprehensive programs across sciences, social sciences, and humanities. We provide advanced placement courses, specialized STEM programs, and arts electives. Students can pursue various international and national qualifications based on their academic interests and career goals."
id: "2", title: "What should I do if I find an item?", content: "Use the 'Report Found Item' feature to document what you've found. Include clear photos, a detailed description, the location where you found it, and date. Our community members can then search and identify if it's their lost item."
},
{
id: "3", title: "Are there scholarship opportunities available?", content: "Yes, we offer merit-based scholarships for academically exceptional students and need-based financial assistance. We also have special programs for talented athletes and performing artists. Contact the school office for scholarship application details and requirements."
id: "3", title: "How is my personal information protected?", content: "We take privacy seriously. Your contact information is only revealed to verified users with a matching item. Our verification system ensures both finders and seekers are legitimate community members before connecting them."
},
{
id: "4", title: "What extracurricular activities are available?", content: "Cornerstone offers extensive co-curricular programs including sports teams, debate club, science club, cultural groups, music and drama, community service initiatives, and student government. We believe balanced development is essential to our mission."
id: "4", title: "Is there a cost to use Lost & Found?", content: "No, Lost & Found is completely free to use. Our service is supported by the community and our mission to reunite people with their belongings. We believe everyone should have access to this service."
},
{
id: "5", title: "What are the school hours and attendance policies?", content: "Regular school hours are 7:30 AM to 3:30 PM with flexible timing for sporting events and special activities. We maintain a strict attendance policy as regular presence is vital for academic success. Attendance below 80% requires parent-teacher conferences."
id: "5", title: "How long are items kept in the database?", content: "Found items are kept in our database for 90 days from the date reported. After 90 days, finders can choose to dispose of items or donate them. Lost item reports remain active until marked as recovered."
},
{
id: "6", title: "How does the school support struggling students?", content: "We provide academic support through tutoring programs, learning resource centers, and student counseling services. Our faculty works closely with students to identify challenges early and create personalized support plans to ensure every student can succeed."
id: "6", title: "Can I message finders or seekers directly?", content: "Yes, our secure messaging system allows verified users to communicate directly. You can discuss details about the item, arrange a meeting, or negotiate terms for item recovery. All messages are tracked for safety."
}
]}
textboxLayout="default"
@@ -237,26 +237,26 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Cornerstone Executive College"
logoText="Lost & Found"
columns={[
{
items: [
{ label: "About", href: "about" },
{ label: "Announcements", href: "announcements" },
{ label: "Important Dates", href: "dates" }
{ label: "Report Lost Item", href: "#" },
{ label: "Browse Items", href: "announcements" },
{ label: "How It Works", href: "features" }
]
},
{
items: [
{ label: "Admissions", href: "#" },
{ label: "Academics", href: "#" },
{ label: "Faculty", href: "#" }
{ label: "Safety Tips", href: "#" },
{ label: "Verification", href: "#" },
{ label: "Community Guidelines", href: "#" }
]
},
{
items: [
{ label: "Student Life", href: "#" },
{ label: "Events", href: "#" },
{ label: "About Us", href: "about" },
{ label: "Success Stories", href: "testimonials" },
{ label: "FAQs", href: "faqs" }
]
},
@@ -272,4 +272,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}