|
|
|
|
@@ -22,14 +22,12 @@ export default function HomePage() {
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
const navButton = {
|
|
|
|
|
text: "Book Consultation",
|
|
|
|
|
href: "/contact"
|
|
|
|
|
text: "Book Consultation", href: "/contact"
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
const footerColumns = [
|
|
|
|
|
{
|
|
|
|
|
title: "Services",
|
|
|
|
|
items: [
|
|
|
|
|
title: "Services", items: [
|
|
|
|
|
{ label: "One-on-One Tutoring", href: "/services" },
|
|
|
|
|
{ label: "High School Credits", href: "/services" },
|
|
|
|
|
{ label: "Summer Programs", href: "/services" },
|
|
|
|
|
@@ -37,8 +35,7 @@ export default function HomePage() {
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "About",
|
|
|
|
|
items: [
|
|
|
|
|
title: "About", items: [
|
|
|
|
|
{ label: "Our Team", href: "/staff" },
|
|
|
|
|
{ label: "Testimonials", href: "#testimonials" },
|
|
|
|
|
{ label: "Why Choose Us", href: "#why-choose-us" },
|
|
|
|
|
@@ -46,8 +43,7 @@ export default function HomePage() {
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Contact",
|
|
|
|
|
items: [
|
|
|
|
|
title: "Contact", items: [
|
|
|
|
|
{ label: "Phone: (416) 533-6186", href: "tel:(416)533-6186" },
|
|
|
|
|
{ label: "Email: admin@highparkacademy.com", href: "mailto:admin@highparkacademy.com" },
|
|
|
|
|
{ label: "2250A Bloor St W, Toronto, ON", href: "#" },
|
|
|
|
|
@@ -83,8 +79,8 @@ export default function HomePage() {
|
|
|
|
|
description="Helping Ontario high school students improve grades, build confidence, and achieve academic success for over 20 years."
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
kpis={[
|
|
|
|
|
{ value: "20+", label: "Years of Experience" },
|
|
|
|
|
{ value: "5.0★", label: "Client Rating (21 Reviews)" },
|
|
|
|
|
{ value: "20+", label: "Years of Experience" },
|
|
|
|
|
{ value: "Toronto", label: "High Park Location" }
|
|
|
|
|
]}
|
|
|
|
|
enableKpiAnimation={true}
|
|
|
|
|
@@ -106,18 +102,15 @@ export default function HomePage() {
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
icon: BookOpen,
|
|
|
|
|
title: "One-on-One Tutoring",
|
|
|
|
|
description: "Expert tutoring in Ontario high school Mathematics, Science, and English with personalized lesson plans and homework help."
|
|
|
|
|
title: "One-on-One Tutoring", description: "Expert tutoring in Ontario high school Mathematics, Science, and English with personalized lesson plans and homework help."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: GraduationCap,
|
|
|
|
|
title: "High School Credits",
|
|
|
|
|
description: "Earn recognized Ontario high school credits online, anytime during the year. Ministry of Education approved courses."
|
|
|
|
|
title: "High School Credits", description: "Earn recognized Ontario high school credits online, anytime during the year. Ministry of Education approved courses."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Zap,
|
|
|
|
|
title: "Summer Programs",
|
|
|
|
|
description: "Back to School Bootcamp for Grades 8-12. Review key concepts and preview next year's material with confidence."
|
|
|
|
|
title: "Summer Programs", description: "Back to School Bootcamp for Grades 8-12. Review key concepts and preview next year's material with confidence."
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
title="Our Tutoring Services"
|
|
|
|
|
@@ -133,8 +126,8 @@ export default function HomePage() {
|
|
|
|
|
<AboutMetric
|
|
|
|
|
title="Why Choose High Park Academy: 20+ Years of Proven Academic Excellence and Student Success"
|
|
|
|
|
metrics={[
|
|
|
|
|
{ icon: Clock, label: "Years of Experience", value: "20+" },
|
|
|
|
|
{ icon: Star, label: "Client Rating", value: "5.0★" },
|
|
|
|
|
{ icon: Clock, label: "Years of Experience", value: "20+" },
|
|
|
|
|
{ icon: Users, label: "Expert Tutors", value: "14" },
|
|
|
|
|
{ icon: MapPin, label: "High Park Location", value: "Toronto" }
|
|
|
|
|
]}
|
|
|
|
|
@@ -147,35 +140,19 @@ export default function HomePage() {
|
|
|
|
|
<TestimonialCardSixteen
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
name: "Camille",
|
|
|
|
|
role: "Student",
|
|
|
|
|
company: "Grade 11 Student",
|
|
|
|
|
rating: 5,
|
|
|
|
|
id: "1", name: "Camille", role: "Student", company: "Grade 11 Student", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-stylish-student-girl-denim-jacket-thoughtfully-looking-away-outdoor_574295-1373.jpg?_wi=1"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
name: "Carmela",
|
|
|
|
|
role: "Parent",
|
|
|
|
|
company: "Queen's Engineering Admission",
|
|
|
|
|
rating: 5,
|
|
|
|
|
id: "2", name: "Carmela", role: "Parent", company: "Queen's Engineering Admission", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg?_wi=1"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
name: "Andrea",
|
|
|
|
|
role: "Parent",
|
|
|
|
|
company: "Math Improvement Success",
|
|
|
|
|
rating: 5,
|
|
|
|
|
id: "3", name: "Andrea", role: "Parent", company: "Math Improvement Success", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg?_wi=2"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4",
|
|
|
|
|
name: "Michael",
|
|
|
|
|
role: "Student",
|
|
|
|
|
company: "Grade 10 Mathematics",
|
|
|
|
|
rating: 5,
|
|
|
|
|
id: "4", name: "Michael", role: "Student", company: "Grade 10 Mathematics", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-male-student-beige-background_231208-14333.jpg?_wi=1"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
@@ -196,34 +173,22 @@ export default function HomePage() {
|
|
|
|
|
<FaqDouble
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
title: "Is tutoring done on site?",
|
|
|
|
|
content: "Yes. All tutoring is conducted at our location: 2250A Bloor Street West, Toronto, in a focused academic learning environment."
|
|
|
|
|
id: "1", title: "Is tutoring done on site?", content: "Yes. All tutoring is conducted at our location: 2250A Bloor Street West, Toronto, in a focused academic learning environment."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
title: "Can tutoring include homework help?",
|
|
|
|
|
content: "Yes. Our tutoring sessions are completely personalized. We provide homework help, test preparation, essay writing assistance, and subject-specific skill building."
|
|
|
|
|
id: "2", title: "Can tutoring include homework help?", content: "Yes. Our tutoring sessions are completely personalized. We provide homework help, test preparation, essay writing assistance, and subject-specific skill building."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
title: "How often does tutoring take place?",
|
|
|
|
|
content: "Flexible scheduling is available. Most students attend once or twice per week, but frequency can be customized based on individual needs and goals."
|
|
|
|
|
id: "3", title: "How often does tutoring take place?", content: "Flexible scheduling is available. Most students attend once or twice per week, but frequency can be customized based on individual needs and goals."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4",
|
|
|
|
|
title: "Are credits recognized by the Ministry of Education?",
|
|
|
|
|
content: "Yes. Our online high school credits are fully recognized by the Ontario Ministry of Education and meet all provincial standards."
|
|
|
|
|
id: "4", title: "Are credits recognized by the Ministry of Education?", content: "Yes. Our online high school credits are fully recognized by the Ontario Ministry of Education and meet all provincial standards."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5",
|
|
|
|
|
title: "What subjects do you tutor?",
|
|
|
|
|
content: "We specialize in Ontario high school Mathematics, Science (Physics, Chemistry, Biology), and English. Our tutors are experts in their respective fields."
|
|
|
|
|
id: "5", title: "What subjects do you tutor?", content: "We specialize in Ontario high school Mathematics, Science (Physics, Chemistry, Biology), and English. Our tutors are experts in their respective fields."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6",
|
|
|
|
|
title: "Do you offer summer programs?",
|
|
|
|
|
content: "Yes. Our Back to School Bootcamp runs during summer months for Grades 8-12. Students review key concepts and preview material for the upcoming year."
|
|
|
|
|
id: "6", title: "Do you offer summer programs?", content: "Yes. Our Back to School Bootcamp runs during summer months for Grades 8-12. Students review key concepts and preview material for the upcoming year."
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
@@ -244,19 +209,13 @@ export default function HomePage() {
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
title: "What's your first session like?",
|
|
|
|
|
content: "Your first session is a consultation where we assess your child's current level, understand their learning style, and create a customized tutoring plan."
|
|
|
|
|
id: "1", title: "What's your first session like?", content: "Your first session is a consultation where we assess your child's current level, understand their learning style, and create a customized tutoring plan."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
title: "How quickly will I see results?",
|
|
|
|
|
content: "Many students show improvement within 4-6 weeks. Results depend on starting level, subject complexity, and frequency of tutoring sessions."
|
|
|
|
|
id: "2", title: "How quickly will I see results?", content: "Many students show improvement within 4-6 weeks. Results depend on starting level, subject complexity, and frequency of tutoring sessions."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
title: "Can you help with test preparation?",
|
|
|
|
|
content: "Absolutely. We specialize in test preparation for midterms, finals, and standardized tests. Dedicated prep sessions available year-round."
|
|
|
|
|
id: "3", title: "Can you help with test preparation?", content: "Absolutely. We specialize in test preparation for midterms, finals, and standardized tests. Dedicated prep sessions available year-round."
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
@@ -270,4 +229,4 @@ export default function HomePage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|