Merge version_3 into main #3
@@ -10,7 +10,8 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Award, BookOpen, GraduationCap, Zap, Clock, Star, Users, MapPin, Phone } from "lucide-react";
|
||||
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
||||
import { Award, BookOpen, GraduationCap, Zap, Clock, Star, Users, MapPin, Phone, Check } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -18,6 +19,7 @@ export default function HomePage() {
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Staff", id: "staff" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
];
|
||||
|
||||
@@ -88,7 +90,7 @@ export default function HomePage() {
|
||||
tagIcon={Award}
|
||||
buttons={[
|
||||
{ text: "Book a Consultation", href: "/contact" },
|
||||
{ text: "View Tutoring Packages", href: "/pricing" }
|
||||
{ text: "View Tutoring Packages", href: "#pricing" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/caucasian-tutor-guiding-elementary-school-girl-library-desk_482257-125467.jpg"
|
||||
imageAlt="Academic tutoring illustration"
|
||||
@@ -122,13 +124,43 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardFive
|
||||
plans={[
|
||||
{
|
||||
id: "one-hour", tag: "Flexible Single Session", price: "$75", period: "/session", description: "Perfect for trying our tutoring or targeting specific topics. Book whenever you need help.", button: { text: "Book Session", href: "/contact" },
|
||||
featuresTitle: "Includes:", features: [
|
||||
"60-minute personalized tutoring", "Custom lesson materials", "Expert tutor matching", "Flexible scheduling"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "weekly", tag: "Weekly Package", price: "$280", period: "/month (4 sessions)", description: "Consistent weekly tutoring for steady progress. Most students choose this option for comprehensive support.", button: { text: "Start Weekly Plan", href: "/contact" },
|
||||
featuresTitle: "Includes:", features: [
|
||||
"4x 60-minute sessions per month", "Flexible scheduling options", "Progress tracking & reports", "Homework help included", "Custom curriculum planning"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "intensive", tag: "Intensive 2-Hour Sessions", price: "$130", period: "/session (Weekday) or $150/session (Weekend)", description: "Deep-dive learning with extended sessions. Ideal for exam prep or catching up on multiple topics.", button: { text: "Book Intensive", href: "/contact" },
|
||||
featuresTitle: "Includes:", features: [
|
||||
"120-minute comprehensive tutoring", "In-depth topic coverage", "Extended problem-solving practice", "Weekend availability (+$20)", "Perfect for exam preparation"
|
||||
]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Tutoring Packages & Pricing"
|
||||
description="Flexible options designed to fit your learning goals and schedule"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-choose-us" data-section="why-choose-us">
|
||||
<AboutMetric
|
||||
title="Why Choose High Park Academy: 20+ Years of Proven Academic Excellence and Student Success"
|
||||
title="Why Choose High Park Academy: 5-Star Rated Service with 20+ Years of Proven Academic Excellence"
|
||||
metrics={[
|
||||
{ icon: Star, label: "Client Rating", value: "5.0★" },
|
||||
{ icon: Clock, label: "Years of Experience", value: "20+" },
|
||||
{ icon: Users, label: "Expert Tutors", value: "14" },
|
||||
{ icon: Clock, label: "Years of Experience", value: "20+" },
|
||||
{ icon: MapPin, label: "High Park Location", value: "Toronto" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user