diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2956d29..e5970b7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,31 +3,19 @@ import { Raleway } from "next/font/google"; import "./globals.css"; const raleway = Raleway({ - variable: "--font-raleway", - subsets: ["latin"], + variable: "--font-raleway", subsets: ["latin"], }); export const metadata: Metadata = { - title: "High Park Academy - Ontario High School Tutoring | Math, Science, English", - description: "Expert one-on-one tutoring in Toronto for Ontario high school Math, Science, and English. 20+ years of proven success. Book a free consultation today.", - keywords: "high school tutoring Toronto, math tutor, science tutor, english tutor, Ontario education, High Park Academy", - openGraph: { - title: "High Park Academy - Ontario High School Tutoring", - description: "Personalized one-on-one tutoring helping students improve grades and build confidence. Located in High Park, Toronto. 20+ years of experience.", - type: "website", - siteName: "High Park Academy", - images: [ + title: "High Park Academy - Ontario High School Tutoring | Math, Science, English", description: "Expert one-on-one tutoring in Toronto for Ontario high school Math, Science, and English. 20+ years of proven success. Book a free consultation today.", keywords: "high school tutoring Toronto, math tutor, science tutor, english tutor, Ontario education, High Park Academy", openGraph: { + title: "High Park Academy - Ontario High School Tutoring", description: "Personalized one-on-one tutoring helping students improve grades and build confidence. Located in High Park, Toronto. 20+ years of experience.", type: "website", siteName: "High Park Academy", images: [ { - url: "http://img.b2bpic.net/free-photo/caucasian-tutor-guiding-elementary-school-girl-library-desk_482257-125467.jpg", - alt: "High Park Academy tutoring" + url: "http://img.b2bpic.net/free-photo/caucasian-tutor-guiding-elementary-school-girl-library-desk_482257-125467.jpg", alt: "High Park Academy tutoring" } ] }, twitter: { - card: "summary_large_image", - title: "High Park Academy - Expert High School Tutoring", - description: "Personalized tutoring in Math, Science, English. Toronto's trusted tutoring centre for 20+ years.", - images: ["http://img.b2bpic.net/free-photo/caucasian-tutor-guiding-elementary-school-girl-library-desk_482257-125467.jpg"] + card: "summary_large_image", title: "High Park Academy - Expert High School Tutoring", description: "Personalized tutoring in Math, Science, English. Toronto's trusted tutoring centre for 20+ years.", images: ["http://img.b2bpic.net/free-photo/caucasian-tutor-guiding-elementary-school-girl-library-desk_482257-125467.jpg"] }, robots: { index: true, @@ -1414,4 +1402,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 33a320a..df00894 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -270,4 +229,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}