diff --git a/src/app/academics/page.tsx b/src/app/academics/page.tsx index 65a50bd..e8fcfea 100644 --- a/src/app/academics/page.tsx +++ b/src/app/academics/page.tsx @@ -5,6 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import SplitAbout from '@/components/sections/about/SplitAbout'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import Link from "next/link"; import { Smile, BookMarked, BookCheck, GraduationCap, Award, TrendingUp, Users, Building2, Languages, CheckCircle, Lightbulb, Heart } from "lucide-react"; @@ -24,7 +25,7 @@ export default function AcademicsPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="large" - background="circleGradient" + background="aurora" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -47,63 +48,39 @@ export default function AcademicsPage() { tagAnimation="slide-up" features={[ { - title: "Pre-Primary", - description: "Foundation learning with play-based activities, language development, and early numeracy skills in safe, nurturing environment.", - icon: Smile, + title: "Pre-Primary", description: "Foundation learning with play-based activities, language development, and early numeracy skills in safe, nurturing environment.", icon: Smile, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/set-kid-toys-white-shelf_53876-146765.jpg?_wi=2", - imageAlt: "Pre-primary classroom", - }, + imageSrc: "http://img.b2bpic.net/free-photo/set-kid-toys-white-shelf_53876-146765.jpg", imageAlt: "Pre-primary classroom"}, { - imageSrc: "http://img.b2bpic.net/free-photo/siblings-together-playing-with-toys_1398-3964.jpg?_wi=2", - imageAlt: "Pre-primary activity", - }, + imageSrc: "http://img.b2bpic.net/free-photo/siblings-together-playing-with-toys_1398-3964.jpg", imageAlt: "Pre-primary activity"}, ], }, { - title: "Primary", - description: "Strong foundation in English, Mathematics, Science, Social Studies with emphasis on conceptual understanding and practical learning.", - icon: BookMarked, + title: "Primary", description: "Strong foundation in English, Mathematics, Science, Social Studies with emphasis on conceptual understanding and practical learning.", icon: BookMarked, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-teacher-listening-her-students_1098-2801.jpg?_wi=2", - imageAlt: "Primary classroom", - }, + imageSrc: "http://img.b2bpic.net/free-photo/happy-teacher-listening-her-students_1098-2801.jpg", imageAlt: "Primary classroom"}, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1680.jpg?_wi=2", - imageAlt: "Primary project work", - }, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1680.jpg", imageAlt: "Primary project work"}, ], }, { - title: "Secondary", - description: "Balanced academics with English medium instruction, RBSE curriculum, labs, and focus on board exam preparation.", - icon: BookCheck, + title: "Secondary", description: "Balanced academics with English medium instruction, RBSE curriculum, labs, and focus on board exam preparation.", icon: BookCheck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844696.jpg?_wi=2", - imageAlt: "Secondary classroom", - }, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844696.jpg", imageAlt: "Secondary classroom"}, { - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-test-tube-watching-teacher-with-children_259150-60276.jpg?_wi=2", - imageAlt: "Science experiment", - }, + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-test-tube-watching-teacher-with-children_259150-60276.jpg", imageAlt: "Science experiment"}, ], }, { - title: "Senior Secondary", - description: "Science and Humanities streams with advanced curriculum, computer labs, library resources, and focused board exam coaching.", - icon: GraduationCap, + title: "Senior Secondary", description: "Science and Humanities streams with advanced curriculum, computer labs, library resources, and focused board exam coaching.", icon: GraduationCap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg?_wi=2", - imageAlt: "Senior secondary class", - }, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg", imageAlt: "Senior secondary class"}, { - imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=2", - imageAlt: "Computer lab", - }, + imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg", imageAlt: "Computer lab"}, ], }, ]} @@ -124,31 +101,24 @@ export default function AcademicsPage() { tagAnimation="slide-up" bulletPoints={[ { - title: "English Medium", - description: "Complete English medium instruction strengthening language proficiency, communication skills, and global competitiveness for all students.", - icon: Languages, + title: "English Medium", description: "Complete English medium instruction strengthening language proficiency, communication skills, and global competitiveness for all students.", icon: Languages, }, { - title: "Practical Learning", - description: "Lab-based science education, project work, and hands-on activities ensure conceptual understanding beyond rote learning.", - icon: CheckCircle, + title: "Practical Learning", description: "Lab-based science education, project work, and hands-on activities ensure conceptual understanding beyond rote learning.", icon: CheckCircle, }, { - title: "Board Coaching", - description: "Focused board exam preparation with mock tests, targeted coaching, and individual attention ensuring consistent 96.3% pass rate.", - icon: TrendingUp, + title: "Board Coaching", description: "Focused board exam preparation with mock tests, targeted coaching, and individual attention ensuring consistent 96.3% pass rate.", icon: TrendingUp, }, { - title: "Holistic Skills", - description: "Beyond academics, we develop communication, critical thinking, creativity, and leadership through diverse co-curricular programs.", - icon: Lightbulb, + title: "Holistic Skills", description: "Beyond academics, we develop communication, critical thinking, creativity, and leadership through diverse co-curricular programs.", icon: Lightbulb, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg" imageAlt="Curriculum focus" textboxLayout="default" useInvertedBackground={false} imagePosition="right" + mediaAnimation="slide-up" buttons={[{ text: "Schedule Campus Visit", href: "tel:099299 99122" }]} buttonAnimation="slide-up" /> @@ -176,104 +146,40 @@ export default function AcademicsPage() {
);