Merge version_1 into main #4
@@ -19,25 +19,25 @@ export default function AboutPage() {
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Enroll", id: "/enrollment" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
|
||||
const footerNavItemsAcademy = [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Why Choose Us", href: "/why-choose-us" },
|
||||
{ label: "Testimonials", href: "/testimonials" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
{ label: "Gallery", href: "/gallery" }
|
||||
];
|
||||
const footerNavItemsPrograms = [
|
||||
{ label: "All Programs", href: "/programs" },
|
||||
{ label: "STEM Club", href: "/stem-club" },
|
||||
{ label: "Enrollment", href: "/enrollment" },
|
||||
{ label: "Enrollment", href: "/enrollment" }
|
||||
];
|
||||
const footerNavItemsSupport = [
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -70,7 +70,7 @@ export default function AboutPage() {
|
||||
metrics={[
|
||||
{ icon: Target, label: "Mission", value: "Student-led initiative to build confidence and prepare for academic success." },
|
||||
{ icon: Sparkles, label: "Benefits", value: "Strengthen foundational skills and introduce advanced concepts early." },
|
||||
{ icon: Lightbulb, label: "Focus", value: "Confidence building, problem-solving, and critical thinking development." },
|
||||
{ icon: Lightbulb, label: "Focus", value: "Confidence building, problem-solving, and critical thinking development." }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -84,9 +84,9 @@ export default function AboutPage() {
|
||||
metrics={[
|
||||
{ id: "i1", value: "90%", title: "Improved Grades", description: "Students report better academic performance in math and STEM subjects.", icon: LineChart },
|
||||
{ id: "i2", value: "95%", title: "Increased Confidence", description: "Boost in self-assurance and enthusiasm for challenging topics.", icon: TrendingUp },
|
||||
{ id: "i3", value: "88%", title: "Problem-Solving Skills", description: "Enhanced abilities in analytical thinking and creative solutions.", icon: Brain },
|
||||
{ id: "i3", value: "88%", title: "Problem-Solving Skills", description: "Enhanced abilities in analytical thinking and creative solutions.", icon: Brain }
|
||||
]}
|
||||
gridVariant={3}
|
||||
gridVariant="three-columns"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -101,7 +101,7 @@ export default function AboutPage() {
|
||||
columns={[
|
||||
{ title: "Academy", items: footerNavItemsAcademy },
|
||||
{ title: "Programs", items: footerNavItemsPrograms },
|
||||
{ title: "Support", items: footerNavItemsSupport },
|
||||
{ title: "Support", items: footerNavItemsSupport }
|
||||
]}
|
||||
copyrightText="© 2024 Math & STEM Jumpstart Academy. All rights reserved."
|
||||
logoSrc="http://img.b2bpic.net/free-photo/scientific-biochemistry-genetics-engineering-concept_53876-13619.jpg"
|
||||
|
||||
@@ -22,25 +22,25 @@ export default function HomePage() {
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Enroll", id: "/enrollment" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
|
||||
const footerNavItemsAcademy = [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Why Choose Us", href: "/why-choose-us" },
|
||||
{ label: "Testimonials", href: "/testimonials" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
{ label: "Gallery", href: "/gallery" }
|
||||
];
|
||||
const footerNavItemsPrograms = [
|
||||
{ label: "All Programs", href: "/programs" },
|
||||
{ label: "STEM Club", href: "/stem-club" },
|
||||
{ label: "Enrollment", href: "/enrollment" },
|
||||
{ label: "Enrollment", href: "/enrollment" }
|
||||
];
|
||||
const footerNavItemsSupport = [
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -74,7 +74,7 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Enroll Now", href: "/enrollment" },
|
||||
{ text: "Learn More", href: "/about" },
|
||||
{ text: "Learn More", href: "/about" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/guy-girl-are-sitting-table-african-girl-computer-science-class-kids-playing-computer-games_1157-42298.jpg", imageAlt: "Students learning math" },
|
||||
@@ -93,7 +93,8 @@ export default function HomePage() {
|
||||
title="Trusted by Parents, Loved by Students"
|
||||
description="Join a growing community of families who have seen their children excel and gain confidence with our programs."
|
||||
names={[
|
||||
"Bright Minds Foundation", "Future Scholars Initiative", "Innovate EdTech Solutions", "Community Learning Alliance", "Discovery Kids Education", "Achievement Hub", "Scholastic Partners"]}
|
||||
"Bright Minds Foundation", "Future Scholars Initiative", "Innovate EdTech Solutions", "Community Learning Alliance", "Discovery Kids Education", "Achievement Hub", "Scholastic Partners"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -106,9 +107,9 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{ id: "m1", value: "90%", title: "Lessons Completed", description: "Students actively complete assignments and curriculum modules.", icon: Gauge },
|
||||
{ id: "m2", value: "85%", title: "Skills Mastered", description: "High mastery rate in foundational math and STEM concepts.", icon: Award },
|
||||
{ id: "m3", value: "95%", title: "Confidence Boost", description: "Significant increase in student confidence and engagement.", icon: Smile },
|
||||
{ id: "m3", value: "95%", title: "Confidence Boost", description: "Significant increase in student confidence and engagement.", icon: Smile }
|
||||
]}
|
||||
gridVariant={3}
|
||||
gridVariant="three-columns"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -123,7 +124,7 @@ export default function HomePage() {
|
||||
{ title: "Math Worksheets & Puzzles", description: "Reinforce concepts with engaging worksheets and brain-teasing math puzzles for all grade levels.", imageSrc: "http://img.b2bpic.net/free-photo/person-playing-sudoku-tablet_23-2149072726.jpg", imageAlt: "Downloadable math worksheets" },
|
||||
{ title: "STEM Project Guides", description: "Step-by-step instructions for exciting science experiments and engineering challenges.", imageSrc: "http://img.b2bpic.net/free-photo/microscope-experimental-tools_23-2147654568.jpg", imageAlt: "Downloadable STEM project guides" },
|
||||
{ title: "Practice Problems & Solutions", description: "Extensive sets of practice problems with detailed solutions to solidify understanding.", imageSrc: "http://img.b2bpic.net/free-photo/knowledge-academic-excellence-university-wisdom_53876-121143.jpg", imageAlt: "Practice problems and solution guides" },
|
||||
{ title: "Progress Tracking Tools", description: "Simple tools to help students and parents visualize learning progress and celebrate milestones.", imageSrc: "http://img.b2bpic.net/free-photo/busy-young-hadsome-busy-man-concentrated-work-laptop_285396-1628.jpg", imageAlt: "Digital progress tracker" },
|
||||
{ title: "Progress Tracking Tools", description: "Simple tools to help students and parents visualize learning progress and celebrate milestones.", imageSrc: "http://img.b2bpic.net/free-photo/busy-young-hadsome-busy-man-concentrated-work-laptop_285396-1628.jpg", imageAlt: "Digital progress tracker" }
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -154,7 +155,7 @@ export default function HomePage() {
|
||||
columns={[
|
||||
{ title: "Academy", items: footerNavItemsAcademy },
|
||||
{ title: "Programs", items: footerNavItemsPrograms },
|
||||
{ title: "Support", items: footerNavItemsSupport },
|
||||
{ title: "Support", items: footerNavItemsSupport }
|
||||
]}
|
||||
copyrightText="© 2024 Math & STEM Jumpstart Academy. All rights reserved."
|
||||
logoSrc="http://img.b2bpic.net/free-photo/scientific-biochemistry-genetics-engineering-concept_53876-13619.jpg"
|
||||
|
||||
Reference in New Issue
Block a user