Merge version_1 into main #2
@@ -20,8 +20,7 @@ export default function AdmissionsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{ label: "Elementary", href: "/admissions" },
|
||||
{ label: "Middle School", href: "/admissions" },
|
||||
{ label: "High School", href: "/admissions" },
|
||||
@@ -29,8 +28,7 @@ export default function AdmissionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{ label: "Our Mission", href: "/" },
|
||||
{ label: "Faculty & Staff", href: "#faculty" },
|
||||
{ label: "Campus Life", href: "/" },
|
||||
@@ -38,8 +36,7 @@ export default function AdmissionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admissions",
|
||||
items: [
|
||||
title: "Admissions", items: [
|
||||
{ label: "Apply Now", href: "/admissions" },
|
||||
{ label: "Financial Aid", href: "/admissions" },
|
||||
{ label: "Schedule Tour", href: "/admissions" },
|
||||
@@ -55,7 +52,7 @@ export default function AdmissionsPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="large"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -70,18 +67,14 @@ export default function AdmissionsPage() {
|
||||
title="Begin Your Academy Journey"
|
||||
description="Take the first step toward an exceptional education. Our admissions team is ready to welcome you and answer all your questions about joining our vibrant community."
|
||||
tag="Start Your Application"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-meeting-startups_23-2148898716.jpg?_wi=2"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-meeting-startups_23-2148898716.jpg"
|
||||
imageAlt="Educational institution campus"
|
||||
buttons={[
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Apply Now", href: "#contact"},
|
||||
{
|
||||
text: "Back to Home",
|
||||
href: "/",
|
||||
},
|
||||
text: "Back to Home", href: "/"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,9 +86,7 @@ export default function AdmissionsPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Application Requirements",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "View Application Requirements", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,30 +95,19 @@ export default function AdmissionsPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is the application timeline?",
|
||||
content:
|
||||
"Applications are accepted on a rolling basis. Our regular deadline is January 31st. Submit your application as early as possible for priority consideration.",
|
||||
},
|
||||
id: "1", title: "What is the application timeline?", content:
|
||||
"Applications are accepted on a rolling basis. Our regular deadline is January 31st. Submit your application as early as possible for priority consideration."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What documents do I need to submit?",
|
||||
content:
|
||||
"Required documents include completed application form, official school records, standardized test scores, teacher recommendations, and an essay. International students must provide English proficiency test results.",
|
||||
},
|
||||
id: "2", title: "What documents do I need to submit?", content:
|
||||
"Required documents include completed application form, official school records, standardized test scores, teacher recommendations, and an essay. International students must provide English proficiency test results."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is financial aid available?",
|
||||
content:
|
||||
"Yes, we offer both merit-based and need-based financial aid. Our financial aid office will work with your family to develop an affordable payment plan.",
|
||||
},
|
||||
id: "3", title: "Is financial aid available?", content:
|
||||
"Yes, we offer both merit-based and need-based financial aid. Our financial aid office will work with your family to develop an affordable payment plan."},
|
||||
]}
|
||||
ctaTitle="Schedule Your Visit Today"
|
||||
ctaDescription="Experience our campus, meet our faculty, and envision yourself as part of the Academy community. Tours are available Monday-Friday, 10 AM - 3 PM."
|
||||
ctaButton={{
|
||||
text: "Book a Campus Tour",
|
||||
href: "mailto:admissions@academy.edu",
|
||||
}}
|
||||
text: "Book a Campus Tour", href: "mailto:admissions@academy.edu"}}
|
||||
ctaIcon={Calendar}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
|
||||
169
src/app/page.tsx
169
src/app/page.tsx
@@ -25,8 +25,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{ label: "Elementary", href: "/academics" },
|
||||
{ label: "Middle School", href: "/academics" },
|
||||
{ label: "High School", href: "/academics" },
|
||||
@@ -34,8 +33,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{ label: "Our Mission", href: "/about" },
|
||||
{ label: "Faculty & Staff", href: "#faculty" },
|
||||
{ label: "Campus Life", href: "/about" },
|
||||
@@ -43,8 +41,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admissions",
|
||||
items: [
|
||||
title: "Admissions", items: [
|
||||
{ label: "Apply Now", href: "/academics" },
|
||||
{ label: "Financial Aid", href: "/academics" },
|
||||
{ label: "Schedule Tour", href: "/academics" },
|
||||
@@ -60,7 +57,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="large"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -75,8 +72,8 @@ export default function HomePage() {
|
||||
title="Inspire, Educate, Transform"
|
||||
description="Welcome to Academy, where we cultivate excellence through innovative teaching, supportive community, and a commitment to each student's success. Join us in shaping tomorrow's leaders."
|
||||
tag="Excellence in Education"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg?_wi=1"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg"
|
||||
imageAlt="Modern classroom learning environment"
|
||||
buttons={[
|
||||
{ text: "Explore Programs", href: "/academics" },
|
||||
@@ -100,63 +97,39 @@ export default function HomePage() {
|
||||
<FeatureCardTwentyFive
|
||||
features={[
|
||||
{
|
||||
title: "Comprehensive Curriculum",
|
||||
description: "Rigorous academics spanning sciences, humanities, mathematics, and arts with hands-on learning experiences.",
|
||||
icon: BookOpen,
|
||||
title: "Comprehensive Curriculum", description: "Rigorous academics spanning sciences, humanities, mathematics, and arts with hands-on learning experiences.", icon: BookOpen,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-university-concept_23-2148173131.jpg?_wi=1",
|
||||
imageAlt: "Structured curriculum planning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-university-concept_23-2148173131.jpg", imageAlt: "Structured curriculum planning"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-scholars-library-engaged-remote-learning-with-their-mentor_482257-125439.jpg?_wi=1",
|
||||
imageAlt: "Technology-enhanced learning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-scholars-library-engaged-remote-learning-with-their-mentor_482257-125439.jpg", imageAlt: "Technology-enhanced learning"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Expert Faculty",
|
||||
description: "Dedicated educators with advanced degrees and years of classroom experience passionate about student success.",
|
||||
icon: Users,
|
||||
title: "Expert Faculty", description: "Dedicated educators with advanced degrees and years of classroom experience passionate about student success.", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-learning-together_23-2149204771.jpg?_wi=1",
|
||||
imageAlt: "Professional educators teaching",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-learning-together_23-2149204771.jpg", imageAlt: "Professional educators teaching"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-group-study_23-2149211084.jpg?_wi=1",
|
||||
imageAlt: "Student support services",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-group-study_23-2149211084.jpg", imageAlt: "Student support services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Advanced Technology",
|
||||
description: "State-of-the-art facilities including interactive classrooms, computer labs, and digital learning platforms.",
|
||||
icon: Zap,
|
||||
title: "Advanced Technology", description: "State-of-the-art facilities including interactive classrooms, computer labs, and digital learning platforms.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-scholars-library-engaged-remote-learning-with-their-mentor_482257-125439.jpg?_wi=2",
|
||||
imageAlt: "Modern educational technology",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-scholars-library-engaged-remote-learning-with-their-mentor_482257-125439.jpg", imageAlt: "Modern educational technology"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-university-concept_23-2148173131.jpg?_wi=2",
|
||||
imageAlt: "Digital learning tools",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-university-concept_23-2148173131.jpg", imageAlt: "Digital learning tools"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Personalized Support",
|
||||
description: "Individual attention through tutoring, counseling, and mentorship to ensure every student thrives academically and personally.",
|
||||
icon: Heart,
|
||||
title: "Personalized Support", description: "Individual attention through tutoring, counseling, and mentorship to ensure every student thrives academically and personally.", icon: Heart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-group-study_23-2149211084.jpg?_wi=2",
|
||||
imageAlt: "Student support and counseling",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-group-study_23-2149211084.jpg", imageAlt: "Student support and counseling"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-meeting-startups_23-2148898716.jpg?_wi=1",
|
||||
imageAlt: "Supportive school community",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-meeting-startups_23-2148898716.jpg", imageAlt: "Supportive school community"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -193,33 +166,13 @@ export default function HomePage() {
|
||||
<TeamCardFive
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Sarah Mitchell",
|
||||
role: "Headmaster",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-sitting-school-desk-front-blackboard-classroom-checking-homework-students-looking-amazed-surprised_141793-131571.jpg?_wi=1",
|
||||
imageAlt: "Dr. Sarah Mitchell, Headmaster",
|
||||
},
|
||||
id: "1", name: "Dr. Sarah Mitchell", role: "Headmaster", imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-sitting-school-desk-front-blackboard-classroom-checking-homework-students-looking-amazed-surprised_141793-131571.jpg", imageAlt: "Dr. Sarah Mitchell, Headmaster"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen",
|
||||
role: "Mathematics Department",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-math-teacher-thinking-chalkboard_23-2148201009.jpg?_wi=1",
|
||||
imageAlt: "James Chen, Mathematics Teacher",
|
||||
},
|
||||
id: "2", name: "James Chen", role: "Mathematics Department", imageSrc: "http://img.b2bpic.net/free-photo/aged-math-teacher-thinking-chalkboard_23-2148201009.jpg", imageAlt: "James Chen, Mathematics Teacher"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
role: "English Literature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-standing-with-book_23-2148095833.jpg?_wi=1",
|
||||
imageAlt: "Emma Rodriguez, English Literature",
|
||||
},
|
||||
id: "3", name: "Emma Rodriguez", role: "English Literature", imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-standing-with-book_23-2148095833.jpg", imageAlt: "Emma Rodriguez, English Literature"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Thompson",
|
||||
role: "Student Counselor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-people_23-2148827022.jpg?_wi=1",
|
||||
imageAlt: "Michael Thompson, Student Counselor",
|
||||
},
|
||||
id: "4", name: "Michael Thompson", role: "Student Counselor", imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-people_23-2148827022.jpg", imageAlt: "Michael Thompson, Student Counselor"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Meet Our Faculty"
|
||||
@@ -234,41 +187,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Anderson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-redhead-girl-photographer-taking-pictures-city-makes-photos-outdoors-professional_1258-196491.jpg",
|
||||
imageAlt: "John Anderson",
|
||||
},
|
||||
id: "1", name: "John Anderson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-redhead-girl-photographer-taking-pictures-city-makes-photos-outdoors-professional_1258-196491.jpg", imageAlt: "John Anderson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lisa Peterson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sudio-shot-surprised-handsome-male-student-with-mustache-wears-round-glasses-formal-clothes_273609-8675.jpg",
|
||||
imageAlt: "Lisa Peterson",
|
||||
},
|
||||
id: "2", name: "Lisa Peterson", imageSrc: "http://img.b2bpic.net/free-photo/sudio-shot-surprised-handsome-male-student-with-mustache-wears-round-glasses-formal-clothes_273609-8675.jpg", imageAlt: "Lisa Peterson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-family-with-little-daughter_171337-6923.jpg",
|
||||
imageAlt: "David Kumar",
|
||||
},
|
||||
id: "3", name: "David Kumar", imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-family-with-little-daughter_171337-6923.jpg", imageAlt: "David Kumar"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Maria Santos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-graduation-gown-cap-holding-hands-waist-looking-cute_176474-82507.jpg",
|
||||
imageAlt: "Maria Santos",
|
||||
},
|
||||
id: "4", name: "Maria Santos", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-graduation-gown-cap-holding-hands-waist-looking-cute_176474-82507.jpg", imageAlt: "Maria Santos"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Robert Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-businesswoman_329181-1417.jpg",
|
||||
imageAlt: "Robert Chen",
|
||||
},
|
||||
id: "5", name: "Robert Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-businesswoman_329181-1417.jpg", imageAlt: "Robert Chen"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Jennifer White",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-her-husband-s-hand_23-2148435761.jpg",
|
||||
imageAlt: "Jennifer White",
|
||||
},
|
||||
id: "6", name: "Jennifer White", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-her-husband-s-hand_23-2148435761.jpg", imageAlt: "Jennifer White"},
|
||||
]}
|
||||
cardTitle="Trusted by thousands of families who have experienced the Academy difference in their children's education and personal growth."
|
||||
cardTag="See what our community says"
|
||||
@@ -277,28 +206,44 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What is your admissions process?", content: "Our admissions process includes an application form, academic records review, entrance assessment, and a personal interview with our admissions team. We evaluate students holistically to ensure they are a good fit for our community."},
|
||||
{
|
||||
id: "2", title: "What extracurricular activities are available?", content: "We offer a wide range of clubs and activities including debate, sports teams, art programs, music ensemble, robotics club, community service initiatives, and more. Students are encouraged to participate in at least two activities."},
|
||||
{
|
||||
id: "3", title: "What is your student-to-teacher ratio?", content: "Our average student-to-teacher ratio is 8:1, ensuring personalized attention and mentorship. This allows our faculty to know each student well and provide individualized support."},
|
||||
{
|
||||
id: "4", title: "Do you offer financial aid or scholarships?", content: "Yes, we offer merit-based scholarships and need-based financial aid to qualified students. Our financial aid office works with families to make education accessible and affordable."},
|
||||
{
|
||||
id: "5", title: "What is the application deadline?", content: "Our regular application deadline is January 31st for the following academic year. We also accept rolling applications after this date based on availability."},
|
||||
{
|
||||
id: "6", title: "What facilities and resources are available?", content: "Our campus includes modern classrooms, science laboratories, technology centers, library, athletic facilities, performing arts center, and student commons. All students have access to comprehensive academic and support resources."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about admissions, programs, and student life at Academy."
|
||||
tag="Help & Support"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "When can I visit campus?",
|
||||
content: "We offer campus tours Monday through Friday from 10 AM to 3 PM. Please schedule your visit through our website or by calling our admissions office.",
|
||||
},
|
||||
id: "1", title: "When can I visit campus?", content: "We offer campus tours Monday through Friday from 10 AM to 3 PM. Please schedule your visit through our website or by calling our admissions office."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do I contact the admissions office?",
|
||||
content: "You can reach our admissions team at admissions@academy.edu or (555) 123-4567. We're happy to answer any questions about our programs and application process.",
|
||||
},
|
||||
id: "2", title: "How do I contact the admissions office?", content: "You can reach our admissions team at admissions@academy.edu or (555) 123-4567. We're happy to answer any questions about our programs and application process."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is the tuition cost?",
|
||||
content: "Tuition varies by grade level and program. Please contact our financial aid office for detailed pricing information and available scholarship opportunities.",
|
||||
},
|
||||
id: "3", title: "What is the tuition cost?", content: "Tuition varies by grade level and program. Please contact our financial aid office for detailed pricing information and available scholarship opportunities."},
|
||||
]}
|
||||
ctaTitle="Schedule a Campus Visit"
|
||||
ctaDescription="Experience Academy firsthand. Meet our faculty, explore our facilities, and discover what makes our community special."
|
||||
ctaButton={{ text: "Book Your Tour", href: "/academics" }}
|
||||
ctaButton={{ text: "Book Your Tour", href: "/admissions" }}
|
||||
ctaIcon={Calendar}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user