Merge version_1 into main #2
@@ -18,8 +18,7 @@ export default function AdmissionsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{ label: "Core Curriculum", href: "/programs" },
|
||||
{ label: "Elective Courses", href: "/courses" },
|
||||
{ label: "Career Tracks", href: "/programs" },
|
||||
@@ -27,8 +26,7 @@ export default function AdmissionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Course Catalog", href: "/courses" },
|
||||
{ label: "Academic Calendar", href: "/" },
|
||||
{ label: "Student Support", href: "/" },
|
||||
@@ -36,8 +34,7 @@ export default function AdmissionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admissions",
|
||||
items: [
|
||||
title: "Admissions", items: [
|
||||
{ label: "Apply Now", href: "/admissions" },
|
||||
{ label: "Financial Aid", href: "/" },
|
||||
{ label: "Campus Tours", href: "/" },
|
||||
@@ -72,10 +69,11 @@ export default function AdmissionsPage() {
|
||||
{ value: "1,200+", title: "Students Enrolled" },
|
||||
{ value: "92%", title: "Acceptance Rate" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg"
|
||||
imageAlt="Students on campus"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,34 +87,19 @@ export default function AdmissionsPage() {
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg"
|
||||
imageAlt="Admissions support"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are the application requirements?",
|
||||
content: "Required materials include: completed application form, official transcripts from current school, letter of recommendation from a teacher, essay on your educational goals, and any standardized test scores if available. We'll guide you through each step.",
|
||||
},
|
||||
id: "1", title: "What are the application requirements?", content: "Required materials include: completed application form, official transcripts from current school, letter of recommendation from a teacher, essay on your educational goals, and any standardized test scores if available. We'll guide you through each step."},
|
||||
{
|
||||
id: "2",
|
||||
title: "When are application deadlines?",
|
||||
content: "Rolling admissions begin September 1st. Early applications receive priority consideration. Most programs have soft deadlines in December and final deadlines in March, but spots may fill before the deadline.",
|
||||
},
|
||||
id: "2", title: "When are application deadlines?", content: "Rolling admissions begin September 1st. Early applications receive priority consideration. Most programs have soft deadlines in December and final deadlines in March, but spots may fill before the deadline."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is the tuition and financial aid process?",
|
||||
content: "We offer competitive tuition rates with flexible payment plans. Financial aid is available through scholarships, grants, and payment plans. Complete the financial aid application to explore options that fit your family's budget.",
|
||||
},
|
||||
id: "3", title: "What is the tuition and financial aid process?", content: "We offer competitive tuition rates with flexible payment plans. Financial aid is available through scholarships, grants, and payment plans. Complete the financial aid application to explore options that fit your family's budget."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I visit campus before applying?",
|
||||
content: "Absolutely! We encourage campus visits. Schedule a tour, attend an information session, or participate in a trial class. Visiting helps you experience our community and make an informed decision.",
|
||||
},
|
||||
id: "4", title: "Can I visit campus before applying?", content: "Absolutely! We encourage campus visits. Schedule a tour, attend an information session, or participate in a trial class. Visiting helps you experience our community and make an informed decision."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How long does the application process take?",
|
||||
content: "Once you submit your complete application, our team typically reviews it within 2-3 weeks. We'll contact you with an admissions decision and next steps. Admitted students have 2 weeks to confirm enrollment.",
|
||||
},
|
||||
id: "5", title: "How long does the application process take?", content: "Once you submit your complete application, our team typically reviews it within 2-3 weeks. We'll contact you with an admissions decision and next steps. Admitted students have 2 weeks to confirm enrollment."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
105
src/app/page.tsx
105
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{ label: "Core Curriculum", href: "/programs" },
|
||||
{ label: "Elective Courses", href: "/courses" },
|
||||
{ label: "Career Tracks", href: "/programs" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Course Catalog", href: "/courses" },
|
||||
{ label: "Academic Calendar", href: "/" },
|
||||
{ label: "Student Support", href: "/" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admissions",
|
||||
items: [
|
||||
title: "Admissions", items: [
|
||||
{ label: "Apply Now", href: "/admissions" },
|
||||
{ label: "Financial Aid", href: "/" },
|
||||
{ label: "Campus Tours", href: "/" },
|
||||
@@ -94,10 +91,11 @@ export default function HomePage() {
|
||||
{ value: "50+", title: "Programs Offered" },
|
||||
{ value: "95%", title: "Student Success Rate" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg"
|
||||
imageAlt="STEM learning environment"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -110,33 +108,15 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Academic Excellence",
|
||||
title: "Core Curriculum",
|
||||
subtitle: "Comprehensive Foundation",
|
||||
description: "Our core curriculum combines theoretical knowledge with practical applications. Students gain foundational skills in mathematics, sciences, language arts, and social studies with experienced faculty guidance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-team-leader-business-meeting-office_1268-21435.jpg?_wi=1",
|
||||
imageAlt: "Core curriculum classroom",
|
||||
buttons: [{ text: "Learn More", href: "/courses" }],
|
||||
tag: "Academic Excellence", title: "Core Curriculum", subtitle: "Comprehensive Foundation", description: "Our core curriculum combines theoretical knowledge with practical applications. Students gain foundational skills in mathematics, sciences, language arts, and social studies with experienced faculty guidance.", imageSrc: "http://img.b2bpic.net/free-photo/female-team-leader-business-meeting-office_1268-21435.jpg", imageAlt: "Core curriculum classroom", buttons: [{ text: "Learn More", href: "/courses" }],
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Creative Development",
|
||||
title: "Elective Programs",
|
||||
subtitle: "Personalized Learning",
|
||||
description: "Choose from diverse electives including arts, technology, languages, and specialized subjects. Customize your educational experience to match your interests and career aspirations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg?_wi=1",
|
||||
imageAlt: "Arts and creative learning",
|
||||
buttons: [{ text: "Explore Electives", href: "/courses" }],
|
||||
tag: "Creative Development", title: "Elective Programs", subtitle: "Personalized Learning", description: "Choose from diverse electives including arts, technology, languages, and specialized subjects. Customize your educational experience to match your interests and career aspirations.", imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg", imageAlt: "Arts and creative learning", buttons: [{ text: "Explore Electives", href: "/courses" }],
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Professional Pathways",
|
||||
title: "Career Track Programs",
|
||||
subtitle: "Industry Connection",
|
||||
description: "Specialized programs focusing on business, technology, healthcare, and engineering. Develop industry-relevant skills through partnerships with leading organizations and internship opportunities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yoga-class-concept_53876-31177.jpg?_wi=1",
|
||||
imageAlt: "Professional training session",
|
||||
buttons: [{ text: "View Career Tracks", href: "/programs" }],
|
||||
tag: "Professional Pathways", title: "Career Track Programs", subtitle: "Industry Connection", description: "Specialized programs focusing on business, technology, healthcare, and engineering. Develop industry-relevant skills through partnerships with leading organizations and internship opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/yoga-class-concept_53876-31177.jpg", imageAlt: "Professional training session", buttons: [{ text: "View Career Tracks", href: "/programs" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -153,35 +133,14 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Science Department",
|
||||
name: "Advanced Biology",
|
||||
price: "Full Year Course",
|
||||
rating: 5,
|
||||
reviewCount: "234",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg?_wi=2",
|
||||
imageAlt: "Advanced Biology course",
|
||||
},
|
||||
id: "1", brand: "Science Department", name: "Advanced Biology", price: "Full Year Course", rating: 5,
|
||||
reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg", imageAlt: "Advanced Biology course"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Technology Department",
|
||||
name: "Web Development",
|
||||
price: "Full Year Course",
|
||||
rating: 5,
|
||||
reviewCount: "189",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=1",
|
||||
imageAlt: "Web Development course",
|
||||
},
|
||||
id: "2", brand: "Technology Department", name: "Web Development", price: "Full Year Course", rating: 5,
|
||||
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Web Development course"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Arts Department",
|
||||
name: "Digital Media Arts",
|
||||
price: "Full Year Course",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg?_wi=2",
|
||||
imageAlt: "Digital Media Arts course",
|
||||
},
|
||||
id: "3", brand: "Arts Department", name: "Digital Media Arts", price: "Full Year Course", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg", imageAlt: "Digital Media Arts course"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -195,41 +154,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Transformed My Academic Future",
|
||||
quote: "The programs offered here are exceptional. I gained practical skills, made lifelong friendships, and discovered my passion for technology. The faculty truly cares about student success.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Class of 2024, Technology Track",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-guy-holding-notebooks-celebrating-making-fist-pump-shouting-yes-with-excitement-sta_1258-146346.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", title: "Transformed My Academic Future", quote: "The programs offered here are exceptional. I gained practical skills, made lifelong friendships, and discovered my passion for technology. The faculty truly cares about student success.", name: "Sarah Johnson", role: "Class of 2024, Technology Track", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-guy-holding-notebooks-celebrating-making-fist-pump-shouting-yes-with-excitement-sta_1258-146346.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Well-Rounded Education Experience",
|
||||
quote: "My daughter has flourished in your programs. The balance between academics and extracurriculars, combined with caring teachers, made all the difference in her growth and confidence.",
|
||||
name: "Michael Chen",
|
||||
role: "Parent of Current Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", title: "Well-Rounded Education Experience", quote: "My daughter has flourished in your programs. The balance between academics and extracurriculars, combined with caring teachers, made all the difference in her growth and confidence.", name: "Michael Chen", role: "Parent of Current Student", imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Career Ready After Graduation",
|
||||
quote: "The career track program prepared me perfectly for my internship and job offers. Real-world projects, industry connections, and mentorship gave me a significant advantage in the job market.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Class of 2023, Business Track",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-playing-graduation-ceremony_23-2148505278.jpg?_wi=1",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", title: "Career Ready After Graduation", quote: "The career track program prepared me perfectly for my internship and job offers. Real-world projects, industry connections, and mentorship gave me a significant advantage in the job market.", name: "Emily Rodriguez", role: "Class of 2023, Business Track", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-playing-graduation-ceremony_23-2148505278.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Supportive Learning Environment",
|
||||
quote: "This school genuinely supports every student's unique journey. From academic support to personal growth, the commitment to excellence is evident in every program offered.",
|
||||
name: "David Kim",
|
||||
role: "Class of 2024, Arts Program",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-book-striped-shirt_1150-23.jpg?_wi=1",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", title: "Supportive Learning Environment", quote: "This school genuinely supports every student's unique journey. From academic support to personal growth, the commitment to excellence is evident in every program offered.", name: "David Kim", role: "Class of 2024, Arts Program", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-book-striped-shirt_1150-23.jpg", imageAlt: "David Kim"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user