Update src/app/page.tsx
This commit is contained in:
128
src/app/page.tsx
128
src/app/page.tsx
@@ -11,15 +11,14 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Users, BookOpen, TrendingUp, Award, Linkedin, Twitter, Github, Globe } from "lucide-react";
|
||||
import { Users, BookOpen, TrendingUp, Award, Linkedin, Twitter, Github, Globe, HelpCircle, Phone, Mail, MapPin } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Academics", id: "/academics" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -50,26 +49,31 @@ export default function HomePage() {
|
||||
background={{ variant: "animated-grid" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-looking-monthly-statistics_329181-12025.jpg?_wi=1", imageAlt: "Student Dashboard Interface"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-looking-monthly-statistics_329181-12025.jpg?_wi=1", imageAlt: "Student Dashboard Interface"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=1", imageAlt: "Online Learning Environment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=1", imageAlt: "Online Learning Environment"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=1", imageAlt: "Academic Analytics Dashboard"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=1", imageAlt: "Academic Analytics Dashboard"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=1", imageAlt: "Secure Portal Access"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=1", imageAlt: "Secure Portal Access"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=1", imageAlt: "Teacher-Student Communication"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=1", imageAlt: "Teacher-Student Communication"
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Student Login", href: "/student-portal" },
|
||||
{ text: "Teacher Access", href: "/teacher-dashboard" },
|
||||
{ text: "Student Login", href: "#contact" },
|
||||
{ text: "Learn More", href: "#features" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
title="EduPortal transforms educational management with technology designed for modern schools and institutions"
|
||||
title="EduPortal transforms educational management with technology designed for modern Nigerian schools and institutions"
|
||||
useInvertedBackground={true}
|
||||
metricsAnimation="none"
|
||||
metrics={[
|
||||
@@ -84,16 +88,20 @@ export default function HomePage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardThree
|
||||
title="Comprehensive Educational Features"
|
||||
description="All the tools needed for seamless school management and academic excellence"
|
||||
description="All the tools needed for seamless school management and academic excellence in Nigeria's education sector"
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "Digital Learning Platform", description: "Access course materials, submit assignments, and collaborate with classmates in real-time", imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=2", imageAlt: "Learning Platform"},
|
||||
id: "01", title: "Digital Learning Platform", description: "Access course materials, submit assignments, and collaborate with classmates in real-time. Support for bilingual content (English & Yoruba)", imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=2", imageAlt: "Learning Platform"
|
||||
},
|
||||
{
|
||||
id: "02", title: "Academic Analytics", description: "Track grades, performance metrics, and progress reports with detailed insights", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=2", imageAlt: "Analytics Dashboard"},
|
||||
id: "02", title: "Academic Analytics", description: "Track grades, performance metrics, and progress reports with detailed insights aligned with Nigerian curriculum standards", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=2", imageAlt: "Analytics Dashboard"
|
||||
},
|
||||
{
|
||||
id: "03", title: "Enhanced Security", description: "Secure authentication, data encryption, and role-based access controls", imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=2", imageAlt: "Security Features"},
|
||||
id: "03", title: "Enhanced Security", description: "Secure authentication, data encryption, and role-based access controls for all student and parent data", imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=2", imageAlt: "Security Features"
|
||||
},
|
||||
{
|
||||
id: "04", title: "Communication Hub", description: "Direct messaging between teachers, students, and parents for seamless collaboration", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=2", imageAlt: "Communication Tools"},
|
||||
id: "04", title: "Communication Hub", description: "Direct messaging between teachers, students, and parents for seamless collaboration with multilingual support", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=2", imageAlt: "Communication Tools"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -105,16 +113,16 @@ export default function HomePage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
title="Impact by the Numbers"
|
||||
description="Measurable results from our integrated school management system"
|
||||
description="Measurable results from our integrated school management system serving Nigerian educational institutions"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "99.2%", title: "System Uptime", items: ["24/7 monitoring", "Instant support team", "Zero data loss guarantee"],
|
||||
},
|
||||
{
|
||||
id: "2", value: "10K+", title: "Institutions Using EduPortal", items: ["30+ countries", "Multi-language support", "Enterprise solutions"],
|
||||
id: "2", value: "10K+", title: "Institutions Using EduPortal", items: ["Across Nigeria", "Bilingual support (English/Yoruba)", "Enterprise solutions"],
|
||||
},
|
||||
{
|
||||
id: "3", value: "500K+", title: "Active Daily Users", items: ["Students worldwide", "Teachers and staff", "Parents and guardians"],
|
||||
id: "3", value: "500K+", title: "Active Daily Users", items: ["Nigerian students", "Teachers and staff", "Parents and guardians"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -126,20 +134,24 @@ export default function HomePage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="Student & Parent Testimonials"
|
||||
description="Real experiences from our EduPortal community members"
|
||||
description="Real experiences from our EduPortal community members across Nigeria"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Aisha Kumar", role: "Class 12 Student", company: "Central High School", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg", imageAlt: "Aisha Kumar"},
|
||||
id: "1", name: "Aisha Kumar", role: "Class 12 Student", company: "Central High School, Lagos", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg", imageAlt: "Aisha Kumar"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Wilson", role: "Parent", company: "Brighton Academy", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/relationship-people-shirt-front-book_1262-2779.jpg", imageAlt: "James Wilson"},
|
||||
id: "2", name: "James Wilson", role: "Parent", company: "Brighton Academy, Abuja", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/relationship-people-shirt-front-book_1262-2779.jpg", imageAlt: "James Wilson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Marco Santos", role: "Class 10 Student", company: "Riverside School", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-african-woman-student-smiling-laughing-sitting-cafe-books-magazines-lying-table-learning-education_176420-12409.jpg", imageAlt: "Marco Santos"},
|
||||
id: "3", name: "Marco Santos", role: "Class 10 Student", company: "Riverside School, Ibadan", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-african-woman-student-smiling-laughing-sitting-cafe-books-magazines-lying-table-learning-education_176420-12409.jpg", imageAlt: "Marco Santos"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Mrs. Priya Kapoor", role: "Parent", company: "Lakeside International", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing_23-2147615920.jpg", imageAlt: "Mrs. Priya Kapoor"},
|
||||
id: "4", name: "Mrs. Priya Kapoor", role: "Parent", company: "Lakeside International, Port Harcourt", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing_23-2147615920.jpg", imageAlt: "Mrs. Priya Kapoor"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "9.8/10", label: "Average Rating" },
|
||||
@@ -155,20 +167,28 @@ export default function HomePage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Get answers to common questions about EduPortal and our features"
|
||||
sideDescription="Get answers to common questions about EduPortal and our features. Available in English and Yoruba."
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do I access my student portal?", content: "Visit www.eduportal.edu and click on 'Student Login'. Use your student ID and password. New users can reset their password on the login page."},
|
||||
id: "1", title: "How do I access my student portal? (Paano ko aaccessin ang aking student portal?)", content: "Visit www.eduportal.edu and click on 'Student Login'. Use your student ID and password. New users can reset their password on the login page. Our platform supports bilingual access for Nigerian educational standards."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Can parents monitor their child's progress?", content: "Yes! Parents receive a separate login with access to their child's grades, attendance, and communication from teachers. Create a parent account during registration."},
|
||||
id: "2", title: "Can parents monitor their child's progress?", content: "Yes! Parents receive a separate login with access to their child's grades, attendance, and communication from teachers. Create a parent account during registration and receive updates in your preferred language."
|
||||
},
|
||||
{
|
||||
id: "3", title: "How often are grades updated?", content: "Teachers update grades within 48 hours of assessment. Real-time notifications are sent to students and parents whenever new grades are posted."},
|
||||
id: "3", title: "How often are grades updated in alignment with Nigerian curriculum?", content: "Teachers update grades within 48 hours of assessment. Real-time notifications are sent to students and parents whenever new grades are posted, following WAEC and JAMB assessment standards."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Is EduPortal secure for student data?", content: "Absolutely. We use enterprise-grade encryption, SSL certificates, and comply with FERPA regulations. Regular security audits ensure data protection."},
|
||||
id: "4", title: "Is EduPortal secure and compliant with Nigerian data protection regulations?", content: "Absolutely. We use enterprise-grade encryption, SSL certificates, and comply with Nigerian data protection regulations. Regular security audits ensure data protection for all student records."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Can I download my academic transcript?", content: "Yes, students can download their complete transcript, progress reports, and certificates directly from their portal in PDF format."},
|
||||
id: "5", title: "Can I download my academic transcript and certification documents?", content: "Yes, students can download their complete transcript, progress reports, and certificates directly from their portal in PDF format. These documents are recognized by Nigerian educational institutions."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Does EduPortal support cultural and educational content relevant to Nigeria?", content: "Yes! Our platform includes Nigerian-specific curriculum content, cultural educational materials, and celebrates local educational milestones and holidays."
|
||||
},
|
||||
]}
|
||||
animationType="smooth"
|
||||
faqsAnimation="none"
|
||||
@@ -178,8 +198,8 @@ export default function HomePage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get In Touch"
|
||||
title="Have Questions? We're Here to Help"
|
||||
description="Reach out to our support team for assistance with login, technical issues, or general inquiries about EduPortal."
|
||||
title="Have Questions? We're Here to Help (Mayroon kang mga tanong?)"
|
||||
description="Reach out to our support team for assistance with login, technical issues, or general inquiries about EduPortal. Available in English, Yoruba, and other local languages."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg"
|
||||
@@ -188,7 +208,7 @@ export default function HomePage() {
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="your.email@school.edu"
|
||||
buttonText="Subscribe"
|
||||
termsText="We'll send you important updates about EduPortal features and system maintenance. You can unsubscribe anytime."
|
||||
termsText="We'll send you important updates about EduPortal features and system maintenance. You can unsubscribe anytime. Our support team speaks English, Yoruba, and other Nigerian languages."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -197,30 +217,38 @@ export default function HomePage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Platform", items: [
|
||||
{ label: "Student Portal", href: "/student-portal" },
|
||||
{ label: "Teacher Dashboard", href: "/teacher-dashboard" },
|
||||
{ label: "Admin Panel", href: "/admin-panel" },
|
||||
{ label: "Student Portal", href: "#hero" },
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#contact" },
|
||||
{ label: "About", href: "#about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "/docs" },
|
||||
{ label: "API Reference", href: "/api" },
|
||||
{ label: "Support Center", href: "/support" },
|
||||
{ label: "Community", href: "/community" },
|
||||
{ label: "Documentation", href: "#faq" },
|
||||
{ label: "Support Center", href: "#contact" },
|
||||
{ label: "Community", href: "#contact" },
|
||||
{ label: "Help & FAQs", href: "#faq" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Privacy Policy", href: "#footer" },
|
||||
{ label: "Terms of Service", href: "#footer" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Languages", items: [
|
||||
{ label: "English", href: "#nav" },
|
||||
{ label: "Yoruba", href: "#nav" },
|
||||
{ label: "Igbo", href: "#nav" },
|
||||
{ label: "Hausa", href: "#nav" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 EduPortal. All rights reserved. Transforming Education Through Technology."
|
||||
copyrightText="© 2025 EduPortal. All rights reserved. Transforming Education Through Technology | Bilingual Support | Nigerian Educational Standards Compliant"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user