Update src/app/academics/page.tsx
This commit is contained in:
@@ -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() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<footer className="bg-foreground text-white py-12">
|
||||
<div className="mx-auto px-4 md:px-6 max-w-7xl">
|
||||
<div className="mb-12">
|
||||
<img
|
||||
src="http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661415.jpg"
|
||||
alt="Angels' Academy Campus"
|
||||
className="w-full h-96 object-cover rounded-lg"
|
||||
/>
|
||||
</div>
|
||||
<h2 className="text-3xl font-bold mb-8">Angels' Academy School</h2>
|
||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-8 mb-8">
|
||||
<div>
|
||||
<h3 className="font-bold text-lg mb-4">Quick Links</h3>
|
||||
<ul className="space-y-2">
|
||||
<li>
|
||||
<Link href="/" className="hover:text-primary-cta transition">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/about" className="hover:text-primary-cta transition">
|
||||
About Us
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/academics" className="hover:text-primary-cta transition">
|
||||
Academics
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/admissions" className="hover:text-primary-cta transition">
|
||||
Admissions
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/contact" className="hover:text-primary-cta transition">
|
||||
Contact
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-bold text-lg mb-4">Contact Info</h3>
|
||||
<ul className="space-y-2">
|
||||
<li>
|
||||
<a
|
||||
href="https://maps.google.com/?q=216+Joshi+Marg+Jhotwara+Jaipur"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="hover:text-primary-cta transition"
|
||||
>
|
||||
📍 216, Joshi Marg, Sanjay Nagar A, Bal Vihar, Jhotwara, Jaipur
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="tel:099299 99122" className="hover:text-primary-cta transition">
|
||||
📞 099299 99122
|
||||
</a>
|
||||
</li>
|
||||
<li>🕐 Opens 8:00 AM</li>
|
||||
<li>
|
||||
<Link href="/admissions" className="hover:text-primary-cta transition">
|
||||
📧 Get Admission Enquiry Form
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-bold text-lg mb-4">Legal</h3>
|
||||
<ul className="space-y-2">
|
||||
<li>
|
||||
<a href="#" className="hover:text-primary-cta transition">
|
||||
Privacy Policy
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" className="hover:text-primary-cta transition">
|
||||
Terms & Conditions
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" className="hover:text-primary-cta transition">
|
||||
Cookie Policy
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" className="hover:text-primary-cta transition">
|
||||
Accessibility
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div className="border-t border-white pt-8 text-center">
|
||||
<p className="text-sm">© 2025 Angels' Academy School. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661415.jpg"
|
||||
imageAlt="Angels' Academy Campus"
|
||||
logoText="Angels' Academy School"
|
||||
copyrightText="© 2025 Angels' Academy School. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Academics", href: "/academics" },
|
||||
{ label: "Admissions", href: "/admissions" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info", items: [
|
||||
{
|
||||
label: "📍 216, Joshi Marg, Sanjay Nagar A, Bal Vihar, Jhotwara, Jaipur, Rajasthan 302012", href: "https://maps.google.com/?q=216+Joshi+Marg+Jhotwara+Jaipur"},
|
||||
{ label: "📞 099299 99122", href: "tel:099299 99122" },
|
||||
{ label: "🕐 Opens 8:00 AM", href: "#" },
|
||||
{ label: "📧 Get Admission Enquiry Form", href: "#admissions" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
{ label: "Accessibility", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user