diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e0b0061..b7d2d70 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -5,6 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import Link from "next/link"; import { Users, TrendingUp, Building2, Zap, Award, Monitor, Beaker, Cpu, Library, Activity, Shield, Lightbulb, CheckCircle, Heart, BookMarked } from "lucide-react"; @@ -24,7 +25,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="large" - background="circleGradient" + background="aurora" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -47,31 +48,24 @@ export default function AboutPage() { tagAnimation="slide-up" bulletPoints={[ { - title: "Academic Excellence", - description: "Our 96.3% board result rate demonstrates our commitment to rigorous academics and student success.", - icon: TrendingUp, + title: "Academic Excellence", description: "Our 96.3% board result rate demonstrates our commitment to rigorous academics and student success.", icon: TrendingUp, }, { - title: "Holistic Development", - description: "Beyond academics, we focus on sports, arts, character building, and life skills to develop well-rounded individuals.", - icon: Lightbulb, + title: "Holistic Development", description: "Beyond academics, we focus on sports, arts, character building, and life skills to develop well-rounded individuals.", icon: Lightbulb, }, { - title: "Safe Environment", - description: "Well-maintained campus with CCTV surveillance, disciplined culture, and caring staff ensures student safety.", - icon: Shield, + title: "Safe Environment", description: "Well-maintained campus with CCTV surveillance, disciplined culture, and caring staff ensures student safety.", icon: Shield, }, { - title: "Community Trust", - description: "Trusted by hundreds of families in Jhotwara for our consistent quality, transparent operations, and student-centric approach.", - icon: CheckCircle, + title: "Community Trust", description: "Trusted by hundreds of families in Jhotwara for our consistent quality, transparent operations, and student-centric approach.", icon: CheckCircle, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg" imageAlt="About Angels Academy" textboxLayout="default" useInvertedBackground={false} imagePosition="right" + mediaAnimation="slide-up" buttons={[{ text: "Schedule Campus Visit", href: "tel:099299 99122" }]} buttonAnimation="slide-up" /> @@ -107,48 +101,30 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - title: "Smart Classrooms", - description: "Interactive digital learning with projectors, audio systems, and technology-enabled teaching methods for enhanced engagement.", - icon: Monitor, + title: "Smart Classrooms", description: "Interactive digital learning with projectors, audio systems, and technology-enabled teaching methods for enhanced engagement.", icon: Monitor, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg?_wi=1", - imageAlt: "Smart classroom setup", - }, + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg", imageAlt: "Smart classroom setup"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg?_wi=1", - imageAlt: "Digital learning", - }, + imageSrc: "http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg", imageAlt: "Digital learning"}, ], }, { - title: "Science Laboratory", - description: "Well-equipped science lab with microscopes, experimental apparatus, and materials for hands-on learning in Physics, Chemistry, and Biology.", - icon: Beaker, + title: "Science Laboratory", description: "Well-equipped science lab with microscopes, experimental apparatus, and materials for hands-on learning in Physics, Chemistry, and Biology.", icon: Beaker, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/scientific-healthcare-research-lab_273609-13632.jpg?_wi=1", - imageAlt: "Science lab", - }, + imageSrc: "http://img.b2bpic.net/free-photo/scientific-healthcare-research-lab_273609-13632.jpg", imageAlt: "Science lab"}, { - imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-watching-girls-experimenting-with-chemistry_23-2148571321.jpg?_wi=1", - imageAlt: "Experiment in progress", - }, + imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-watching-girls-experimenting-with-chemistry_23-2148571321.jpg", imageAlt: "Experiment in progress"}, ], }, { - title: "Computer Lab", - description: "Modern computer lab with updated systems for coding, digital literacy, and computer science education with high-speed internet connectivity.", - icon: Cpu, + title: "Computer Lab", description: "Modern computer lab with updated systems for coding, digital literacy, and computer science education with high-speed internet connectivity.", icon: Cpu, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/little-cute-asian-student-girl-using-computer-school-with-blank-screen_658552-171.jpg?_wi=2", - imageAlt: "Computer lab", - }, + imageSrc: "http://img.b2bpic.net/free-photo/little-cute-asian-student-girl-using-computer-school-with-blank-screen_658552-171.jpg", imageAlt: "Computer lab"}, { - imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg?_wi=1", - imageAlt: "Students coding", - }, + imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg", imageAlt: "Students coding"}, ], }, ]} @@ -161,104 +137,40 @@ export default function AboutPage() { );