diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index c9efd7c..3a253c1 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -20,8 +20,7 @@ export default function AdminPage() { const footerColumns = [ { - title: "School", - items: [ + title: "School", items: [ { label: "Home", href: "/" }, { label: "About Us", href: "about" }, { label: "Teachers", href: "teachers" }, @@ -29,8 +28,7 @@ export default function AdminPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "News & Events", href: "events" }, { label: "Gallery", href: "gallery" }, { label: "Downloads", href: "#" }, @@ -38,8 +36,7 @@ export default function AdminPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email: info@academy.edu", href: "mailto:info@academy.edu" }, { label: "Phone: +1 (555) 123-4567", href: "tel:+15551234567" }, { label: "Address: 123 Education St, City", href: "#" }, @@ -75,44 +72,24 @@ export default function AdminPage() { description="Manage school operations, student records, teachers, events, and announcements from a centralized administrative interface." tag="Administration" tagIcon={BookOpen} - imageSrc="http://img.b2bpic.net/free-photo/group-three-young-good-looking-multi-ethnic-students-sitting-university-library-dark-skinned-guy-looking-back-his-friend-reading-article-light-haired-girl-with-happy-face_176420-8301.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/group-three-young-good-looking-multi-ethnic-students-sitting-university-library-dark-skinned-guy-looking-back-his-friend-reading-article-light-haired-girl-with-happy-face_176420-8301.jpg" imageAlt="Academy School Administration" mediaAnimation="slide-up" background={{ variant: "glowing-orb" }} useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Administrator Access", - handle: "Full Control", - testimonial: "Comprehensive tools to manage school operations efficiently and securely.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg?_wi=2", - }, + name: "Administrator Access", handle: "Full Control", testimonial: "Comprehensive tools to manage school operations efficiently and securely.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg"}, { - id: "2", - name: "Real-time Updates", - handle: "Live Dashboard", - testimonial: "Monitor all school activities and student progress in real-time with detailed analytics.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg?_wi=2", - }, + name: "Real-time Updates", handle: "Live Dashboard", testimonial: "Monitor all school activities and student progress in real-time with detailed analytics.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg"}, { - id: "3", - name: "Data Management", - handle: "Secure System", - testimonial: "Manage student records, teacher information, and school resources with complete security.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-clothes-smiling_23-2148056219.jpg?_wi=2", - }, + name: "Data Management", handle: "Secure System", testimonial: "Manage student records, teacher information, and school resources with complete security.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-clothes-smiling_23-2148056219.jpg"}, { - id: "4", - name: "Communication Hub", - handle: "Connected", - testimonial: "Stay connected with teachers, students, and parents through integrated communication tools.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-father-son-posing-kitchen_23-2148441006.jpg?_wi=2", - }, + name: "Communication Hub", handle: "Connected", testimonial: "Stay connected with teachers, students, and parents through integrated communication tools.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-father-son-posing-kitchen_23-2148441006.jpg"}, ]} buttons={[ { text: "Access Dashboard", href: "#dashboard" }, @@ -129,7 +106,7 @@ export default function AdminPage() { description="Administration Interface" subdescription="Academy School Management Suite" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/kid-playing-with-paper-plane_23-2151582141.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/kid-playing-with-paper-plane_23-2151582141.jpg" imageAlt="School Administration System" mediaAnimation="slide-up" useInvertedBackground={false} @@ -143,25 +120,13 @@ export default function AdminPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "99.9%", - description: "System uptime and availability with redundant backup systems", - }, + id: "1", value: "99.9%", description: "System uptime and availability with redundant backup systems"}, { - id: "2", - value: "Real-time", - description: "Data synchronization across all school departments and locations", - }, + id: "2", value: "Real-time", description: "Data synchronization across all school departments and locations"}, { - id: "3", - value: "Secure", - description: "End-to-end encryption for all student and staff information", - }, + id: "3", value: "Secure", description: "End-to-end encryption for all student and staff information"}, { - id: "4", - value: "Scalable", - description: "Supports growing school operations up to 5000+ students", - }, + id: "4", value: "Scalable", description: "Supports growing school operations up to 5000+ students"}, ]} metricsAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0e68aa8..ea1783d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "School", - items: [ + title: "School", items: [ { label: "Home", href: "/" }, { label: "About Us", href: "about" }, { label: "Teachers", href: "teachers" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "News & Events", href: "events" }, { label: "Gallery", href: "gallery" }, { label: "Downloads", href: "#" }, @@ -37,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email: info@academy.edu", href: "mailto:info@academy.edu" }, { label: "Phone: +1 (555) 123-4567", href: "tel:+15551234567" }, { label: "Address: 123 Education St, City", href: "#" }, @@ -74,44 +71,24 @@ export default function ContactPage() { description="Reach out to us for admissions inquiries, general information, or any questions about our school programs and facilities." tag="Get in Touch" tagIcon={Mail} - imageSrc="http://img.b2bpic.net/free-photo/group-three-young-good-looking-multi-ethnic-students-sitting-university-library-dark-skinned-guy-looking-back-his-friend-reading-article-light-haired-girl-with-happy-face_176420-8301.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/group-three-young-good-looking-multi-ethnic-students-sitting-university-library-dark-skinned-guy-looking-back-his-friend-reading-article-light-haired-girl-with-happy-face_176420-8301.jpg" imageAlt="Academy School Contact" mediaAnimation="slide-up" background={{ variant: "glowing-orb" }} useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Quick Response", - handle: "24/7 Support", - testimonial: "We respond to inquiries within 24 hours during business days.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg?_wi=3", - }, + name: "Quick Response", handle: "24/7 Support", testimonial: "We respond to inquiries within 24 hours during business days.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg"}, { - id: "2", - name: "Multiple Channels", - handle: "Easy Access", - testimonial: "Contact us via email, phone, or visit our campus in person.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg?_wi=3", - }, + name: "Multiple Channels", handle: "Easy Access", testimonial: "Contact us via email, phone, or visit our campus in person.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg"}, { - id: "3", - name: "Helpful Staff", - handle: "Expert Guidance", - testimonial: "Our admissions team is ready to help you with all your questions.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-clothes-smiling_23-2148056219.jpg?_wi=3", - }, + name: "Helpful Staff", handle: "Expert Guidance", testimonial: "Our admissions team is ready to help you with all your questions.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-clothes-smiling_23-2148056219.jpg"}, { - id: "4", - name: "Campus Tours", - handle: "Experience Academy", - testimonial: "Schedule a campus tour to see our facilities and meet our team.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-father-son-posing-kitchen_23-2148441006.jpg?_wi=3", - }, + name: "Campus Tours", handle: "Experience Academy", testimonial: "Schedule a campus tour to see our facilities and meet our team.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-father-son-posing-kitchen_23-2148441006.jpg"}, ]} buttons={[ { text: "Schedule Tour", href: "#tour" }, @@ -126,30 +103,15 @@ export default function ContactPage() { sideDescription="Find answers to common questions about enrollment, programs, fees, and school policies." faqs={[ { - id: "1", - title: "How do I apply for admission?", - content: "You can apply through our online admission portal or visit our admissions office. We require completed application forms, previous school records, entrance test scores, and an interview with our admissions team.", - }, + id: "1", title: "How do I apply for admission?", content: "You can apply through our online admission portal or visit our admissions office. We require completed application forms, previous school records, entrance test scores, and an interview with our admissions team."}, { - id: "2", - title: "What is the admission process timeline?", - content: "Applications are accepted year-round. The admission process typically takes 2-3 weeks from submission to final decision. Admissions are based on entrance tests, academic performance, and interviews.", - }, + id: "2", title: "What is the admission process timeline?", content: "Applications are accepted year-round. The admission process typically takes 2-3 weeks from submission to final decision. Admissions are based on entrance tests, academic performance, and interviews."}, { - id: "3", - title: "What are the tuition fees?", - content: "Tuition fees vary by grade level. Please contact our admissions office for current fee structure. We also offer scholarship programs for meritorious and deserving students.", - }, + id: "3", title: "What are the tuition fees?", content: "Tuition fees vary by grade level. Please contact our admissions office for current fee structure. We also offer scholarship programs for meritorious and deserving students."}, { - id: "4", - title: "Does the school offer transportation?", - content: "Yes, we provide bus transportation to various areas in the city. Transportation fees are additional and depend on the route. Please check with our office for available routes.", - }, + id: "4", title: "Does the school offer transportation?", content: "Yes, we provide bus transportation to various areas in the city. Transportation fees are additional and depend on the route. Please check with our office for available routes."}, { - id: "5", - title: "What extracurricular activities are available?", - content: "We offer sports, arts, music, dance, debate, coding, and various clubs. Students can participate in activities that match their interests and talents.", - }, + id: "5", title: "What extracurricular activities are available?", content: "We offer sports, arts, music, dance, debate, coding, and various clubs. Students can participate in activities that match their interests and talents."}, ]} faqsAnimation="slide-up" textPosition="left"