Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 89960138bf | |||
| 24cf65337c | |||
| 502d085ebc | |||
| 1593a1b2b5 | |||
| 95304dc10e |
@@ -98,25 +98,13 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500",
|
||||
title: "Active Learners",
|
||||
description: "From 45 countries, ages 6 to 65, learning together",
|
||||
icon: Users,
|
||||
id: "1", value: "500", title: "Active Learners", description: "From 45 countries, ages 6 to 65, learning together", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "95",
|
||||
title: "Percent Confidence",
|
||||
description: "Students report dramatic boost in academic self-esteem",
|
||||
icon: TrendingUp,
|
||||
id: "2", value: "95", title: "Percent Confidence", description: "Students report dramatic boost in academic self-esteem", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "4.9",
|
||||
title: "Star Rating",
|
||||
description: "Consistently highest satisfaction across all programs",
|
||||
icon: Star,
|
||||
id: "3", value: "4.9", title: "Star Rating", description: "Consistently highest satisfaction across all programs", icon: Star,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -135,32 +123,14 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Emma Rodriguez",
|
||||
role: "Parent",
|
||||
company: "California",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=3",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
id: "1", name: "Emma Rodriguez", role: "Parent", company: "California", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=3", imageAlt: "Emma Rodriguez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Liu",
|
||||
role: "Teacher",
|
||||
company: "School District",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg?_wi=3",
|
||||
imageAlt: "James Liu",
|
||||
},
|
||||
id: "2", name: "James Liu", role: "Teacher", company: "School District", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg?_wi=3", imageAlt: "James Liu"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Asha Verma",
|
||||
role: "Student",
|
||||
company: "Grade 5",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-smiling-while-sitting-library_23-2148694815.jpg?_wi=3",
|
||||
imageAlt: "Asha Verma",
|
||||
},
|
||||
id: "3", name: "Asha Verma", role: "Student", company: "Grade 5", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-smiling-while-sitting-library_23-2148694815.jpg?_wi=3", imageAlt: "Asha Verma"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -177,4 +147,4 @@ export default function AboutPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,9 +5,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
||||
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Book, TrendingUp, Play, Clock, Accessibility, Globe, Sparkles, DollarSign } from "lucide-react";
|
||||
import { Book, TrendingUp, Play, Clock, Accessibility, Globe, Sparkles, DollarSign, CheckCircle } from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
@@ -79,47 +79,17 @@ export default function CoursesPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "math-elementary",
|
||||
name: "Math Fundamentals (Gr 1–3)",
|
||||
price: "$79/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/color-fraction-worksheet-kids_1308-178044.jpg?_wi=3",
|
||||
imageAlt: "Math Fundamentals course",
|
||||
},
|
||||
id: "math-elementary", name: "Math Fundamentals (Gr 1–3)", price: "$79/month", imageSrc: "http://img.b2bpic.net/free-vector/color-fraction-worksheet-kids_1308-178044.jpg?_wi=3", imageAlt: "Math Fundamentals course"},
|
||||
{
|
||||
id: "math-intermediate",
|
||||
name: "Math Mastery (Gr 4–6)",
|
||||
price: "$89/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/color-fraction-worksheet-kids_1308-178044.jpg?_wi=4",
|
||||
imageAlt: "Math Mastery course",
|
||||
},
|
||||
id: "math-intermediate", name: "Math Mastery (Gr 4–6)", price: "$89/month", imageSrc: "http://img.b2bpic.net/free-vector/color-fraction-worksheet-kids_1308-178044.jpg?_wi=4", imageAlt: "Math Mastery course"},
|
||||
{
|
||||
id: "sanskrit-intro",
|
||||
name: "Sanskrit Heritage",
|
||||
price: "$69/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/national-hindi-font-letters-pattern-hindi-diwas-day-celebration_1017-54669.jpg?_wi=3",
|
||||
imageAlt: "Sanskrit Heritage course",
|
||||
},
|
||||
id: "sanskrit-intro", name: "Sanskrit Heritage", price: "$69/month", imageSrc: "http://img.b2bpic.net/free-vector/national-hindi-font-letters-pattern-hindi-diwas-day-celebration_1017-54669.jpg?_wi=3", imageAlt: "Sanskrit Heritage course"},
|
||||
{
|
||||
id: "hindi-conversational",
|
||||
name: "Hindi Conversations",
|
||||
price: "$69/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-23484.jpg?_wi=2",
|
||||
imageAlt: "Hindi Conversations course",
|
||||
},
|
||||
id: "hindi-conversational", name: "Hindi Conversations", price: "$69/month", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-23484.jpg?_wi=2", imageAlt: "Hindi Conversations course"},
|
||||
{
|
||||
id: "spanish-journey",
|
||||
name: "Spanish Adventures",
|
||||
price: "$79/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171356.jpg?_wi=3",
|
||||
imageAlt: "Spanish Adventures course",
|
||||
},
|
||||
id: "spanish-journey", name: "Spanish Adventures", price: "$79/month", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171356.jpg?_wi=3", imageAlt: "Spanish Adventures course"},
|
||||
{
|
||||
id: "adult-languages",
|
||||
name: "Adult Language Bundle",
|
||||
price: "$149/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171356.jpg?_wi=4",
|
||||
imageAlt: "Adult language bundle",
|
||||
},
|
||||
id: "adult-languages", name: "Adult Language Bundle", price: "$149/month", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171356.jpg?_wi=4", imageAlt: "Adult language bundle"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -137,29 +107,14 @@ export default function CoursesPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Live Interactive Sessions",
|
||||
description: "Real-time classes with certified instructors. Small group sizes ensure personalized attention and active participation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-boy-using-laptop-waving-video-call-while-homeschooling_637285-9292.jpg?_wi=2",
|
||||
imageAlt: "Interactive classroom with engaged students",
|
||||
buttonIcon: Play,
|
||||
buttonHref: "/contact",
|
||||
},
|
||||
title: "Live Interactive Sessions", description: "Real-time classes with certified instructors. Small group sizes ensure personalized attention and active participation.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-boy-using-laptop-waving-video-call-while-homeschooling_637285-9292.jpg?_wi=2", imageAlt: "Interactive classroom with engaged students", buttonIcon: Play,
|
||||
buttonHref: "/contact"},
|
||||
{
|
||||
title: "Comprehensive Learning Materials",
|
||||
description: "Workbooks, practice sets, and multimedia resources tailored to each learning level and style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-checking-some-statistics-paper_23-2148311810.jpg?_wi=2",
|
||||
imageAlt: "Learning materials and resources",
|
||||
buttonIcon: Book,
|
||||
buttonHref: "/contact",
|
||||
},
|
||||
title: "Comprehensive Learning Materials", description: "Workbooks, practice sets, and multimedia resources tailored to each learning level and style.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-checking-some-statistics-paper_23-2148311810.jpg?_wi=2", imageAlt: "Learning materials and resources", buttonIcon: Book,
|
||||
buttonHref: "/contact"},
|
||||
{
|
||||
title: "Flexible Rescheduling",
|
||||
description: "Miss a class? Reschedule or access recordings anytime. We adapt to your family's schedule.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-businesswoman-using-laptop-office_1262-3214.jpg?_wi=2",
|
||||
imageAlt: "Flexible scheduling options",
|
||||
buttonIcon: Clock,
|
||||
buttonHref: "/contact",
|
||||
},
|
||||
title: "Flexible Rescheduling", description: "Miss a class? Reschedule or access recordings anytime. We adapt to your family's schedule.", imageSrc: "http://img.b2bpic.net/free-photo/hands-businesswoman-using-laptop-office_1262-3214.jpg?_wi=2", imageAlt: "Flexible scheduling options", buttonIcon: Clock,
|
||||
buttonHref: "/contact"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -167,65 +122,62 @@ export default function CoursesPage() {
|
||||
</div>
|
||||
|
||||
<div id="courses-pricing" data-section="courses-pricing">
|
||||
<PricingCardTwo
|
||||
<PricingCardFive
|
||||
title="Choose Your Learning Path"
|
||||
description="Flexible plans designed for every learner and family"
|
||||
description="Flexible plans designed for every learner and family. Note: Pricing may vary based on class timing. Classes offered in IST (Indian Standard Time). Odd timing slots may incur additional charges."
|
||||
tag="Pricing Options"
|
||||
tagIcon={DollarSign}
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Starter",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$29/mo",
|
||||
subtitle: "Perfect for trying new skills",
|
||||
buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Free Trial", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"1 class per week",
|
||||
"Access to one course",
|
||||
"Progress tracking",
|
||||
"Email support",
|
||||
],
|
||||
id: "class1", tag: "Math Fundamentals (Gr 1-3)", price: "$79", period: "/month", description: "Perfect introduction to core math concepts with interactive activities", button: { text: "Enroll Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"2 live classes per week", "Workbooks and practice materials", "Progress tracking dashboard", "Email support", "Standard IST timing", "*Additional charge for odd timings"],
|
||||
},
|
||||
{
|
||||
id: "growth",
|
||||
badge: "Growth",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$69/mo",
|
||||
subtitle: "Best for active learners",
|
||||
buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Free Trial", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"2–3 classes per week",
|
||||
"Access to 2 courses",
|
||||
"Detailed progress reports",
|
||||
"Priority support",
|
||||
"Monthly check-ins",
|
||||
],
|
||||
id: "class2", tag: "Math Mastery (Gr 4-6)", price: "$89", period: "/month", description: "Advanced problem-solving and mathematical reasoning skills", button: { text: "Enroll Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"2-3 live classes per week", "Advanced workbooks", "Detailed progress reports", "Priority email support", "Standard IST timing", "*Additional charge for odd timings"],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Elite",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$129/mo",
|
||||
subtitle: "For serious learners",
|
||||
buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Free Trial", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited classes",
|
||||
"All 4 courses included",
|
||||
"1-on-1 coaching sessions",
|
||||
"Personalized curriculum",
|
||||
"24/7 support",
|
||||
],
|
||||
id: "class3", tag: "Sanskrit Heritage", price: "$69", period: "/month", description: "Explore ancient Sanskrit language and cultural heritage", button: { text: "Enroll Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"2 live classes per week", "Sanskrit texts and resources", "Cultural context lessons", "Email support", "Standard IST timing", "*Additional charge for odd timings"],
|
||||
},
|
||||
{
|
||||
id: "class4", tag: "Hindi Conversations", price: "$69", period: "/month", description: "Develop conversational fluency in Hindi language", button: { text: "Enroll Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"2 interactive live sessions per week", "Conversation practice materials", "Native speaker guidance", "Email support", "Standard IST timing", "*Additional charge for odd timings"],
|
||||
},
|
||||
{
|
||||
id: "class5", tag: "Spanish Adventures", price: "$79", period: "/month", description: "Journey through Spanish language and culture", button: { text: "Enroll Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"2-3 live classes per week", "Cultural immersion activities", "Conversation practice", "Priority support", "Standard IST timing", "*Additional charge for odd timings"],
|
||||
},
|
||||
{
|
||||
id: "class6", tag: "Adult Language Bundle - Spanish + Hindi", price: "$149", period: "/month", description: "Combine Spanish and Hindi learning for professional development", button: { text: "Enroll Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"4-5 combined live classes per week", "Business language modules", "Two language focus areas", "Priority email + chat support", "Standard IST timing", "*Additional charge for odd timings"],
|
||||
},
|
||||
{
|
||||
id: "class7", tag: "ADHD-Friendly Math Foundations", price: "$85", period: "/month", description: "Specialized math instruction with neurodivergent-friendly pedagogy", button: { text: "Enroll Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"2 smaller group classes per week", "Movement breaks and engagement tools", "Individualized learning paths", "Weekly check-ins with instructor", "Standard IST timing", "*Additional charge for odd timings"],
|
||||
},
|
||||
{
|
||||
id: "class8", tag: "Dyslexia-Aware Language Mastery", price: "$75", period: "/month", description: "Language learning designed for dyslexic learners with multi-sensory approach", button: { text: "Enroll Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"2 specialized classes per week", "Multi-sensory learning materials", "Visual and audio supports", "Monthly progress consultation", "Standard IST timing", "*Additional charge for odd timings"],
|
||||
},
|
||||
{
|
||||
id: "class9", tag: "One-on-One Private Tutoring", price: "$120", period: "/month", description: "Personalized attention with custom curriculum for any subject", button: { text: "Schedule Consultation", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"4 one-on-one sessions per month", "Custom curriculum design", "Detailed progress reports", "24/7 email support", "Flexible IST timing", "*Standard rates; premium timing available"],
|
||||
},
|
||||
{
|
||||
id: "class10", tag: "Summer Intensive Boot Camp", price: "$199", period: "/month", description: "Accelerated 6-week program combining multiple subjects", button: { text: "Register Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"4-5 intensive classes per week", "All subject areas combined", "Daily practice materials", "Dedicated instructor support", "Flexible IST scheduling", "*Additional charge for odd timings"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -242,4 +194,4 @@ export default function CoursesPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,40 +1,26 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Nunito } from "next/font/google";
|
||||
import { Poppins } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito",
|
||||
subsets: ["latin"],
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Twinkle Mind Online Academy - Interactive Math, Languages & Sanskrit",
|
||||
description: "Interactive enrichment classes for math, Sanskrit, Hindi & Spanish. Patient teachers, ADHD-friendly, dyslexia-aware for kids 6-12 and adults.",
|
||||
keywords: "online academy, math tutoring, language learning, Sanskrit, Hindi, Spanish, interactive learning, ADHD friendly, dyslexia support, enrichment education",
|
||||
metadataBase: new URL("https://www.twinklemindacademy.com"),
|
||||
title: "Twinkle Mind Online Academy - Interactive Math, Languages & Sanskrit", description: "Interactive enrichment classes for math, Sanskrit, Hindi & Spanish. Patient teachers, ADHD-friendly, dyslexia-aware for kids 6-12 and adults.", keywords: "online academy, math tutoring, language learning, Sanskrit, Hindi, Spanish, interactive learning, ADHD friendly, dyslexia support, enrichment education", metadataBase: new URL("https://www.twinklemindacademy.com"),
|
||||
alternates: {
|
||||
canonical: "https://www.twinklemindacademy.com",
|
||||
},
|
||||
canonical: "https://www.twinklemindacademy.com"},
|
||||
openGraph: {
|
||||
title: "Twinkle Mind Online Academy - Learning is Fun",
|
||||
description: "Master math, languages, and Sanskrit through interactive, inclusive classes designed for every learner.",
|
||||
url: "https://www.twinklemindacademy.com",
|
||||
siteName: "Twinkle Mind Online Academy",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Twinkle Mind Online Academy - Learning is Fun", description: "Master math, languages, and Sanskrit through interactive, inclusive classes designed for every learner.", url: "https://www.twinklemindacademy.com", siteName: "Twinkle Mind Online Academy", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg",
|
||||
alt: "Twinkle Mind Online Academy - Interactive Learning",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg", alt: "Twinkle Mind Online Academy - Interactive Learning"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Twinkle Mind Online Academy",
|
||||
description: "Interactive enrichment education for math, languages & Sanskrit—ADHD & dyslexia friendly.",
|
||||
images: ["http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg"],
|
||||
card: "summary_large_image", title: "Twinkle Mind Online Academy", description: "Interactive enrichment education for math, languages & Sanskrit—ADHD & dyslexia friendly.", images: ["http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -51,7 +37,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${nunito.variable} antialiased`}
|
||||
className={`${poppins.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
@@ -1426,4 +1412,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
209
src/app/page.tsx
209
src/app/page.tsx
@@ -87,29 +87,14 @@ export default function HomePage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "Parent, CA",
|
||||
testimonial: "My daughter went from dreading math to asking for extra problems. The patient teaching style makes all the difference!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=1",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
name: "Sarah Chen", handle: "Parent, CA", testimonial: "My daughter went from dreading math to asking for extra problems. The patient teaching style makes all the difference!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=1", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
name: "Raj Kumar",
|
||||
handle: "Sanskrit Teacher",
|
||||
testimonial: "Finally, a platform that makes Sanskrit engaging for young learners. The interactive approach is exactly what we needed.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg?_wi=1",
|
||||
imageAlt: "Raj Kumar",
|
||||
},
|
||||
name: "Raj Kumar", handle: "Sanskrit Teacher", testimonial: "Finally, a platform that makes Sanskrit engaging for young learners. The interactive approach is exactly what we needed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg?_wi=1", imageAlt: "Raj Kumar"},
|
||||
{
|
||||
name: "Maya Patel",
|
||||
handle: "Parent, NY",
|
||||
testimonial: "Our son has ADHD, and this academy's inclusive approach gave him confidence. He actually loves learning now.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-smiling-while-sitting-library_23-2148694815.jpg?_wi=1",
|
||||
imageAlt: "Maya Patel",
|
||||
},
|
||||
name: "Maya Patel", handle: "Parent, NY", testimonial: "Our son has ADHD, and this academy's inclusive approach gave him confidence. He actually loves learning now.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-smiling-while-sitting-library_23-2148694815.jpg?_wi=1", imageAlt: "Maya Patel"},
|
||||
]}
|
||||
buttons={[{ text: "Start Your Free Class Today", href: "/contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -145,53 +130,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Progress Tracking",
|
||||
description: "Real-time dashboards show growth in every skill. Parents and learners see measurable progress.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-checking-some-statistics-paper_23-2148311810.jpg?_wi=1",
|
||||
imageAlt: "Progress tracking and analytics dashboard",
|
||||
buttonIcon: TrendingUpIcon,
|
||||
buttonHref: "/courses",
|
||||
},
|
||||
title: "Progress Tracking", description: "Real-time dashboards show growth in every skill. Parents and learners see measurable progress.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-checking-some-statistics-paper_23-2148311810.jpg?_wi=1", imageAlt: "Progress tracking and analytics dashboard", buttonIcon: TrendingUpIcon,
|
||||
buttonHref: "/courses"},
|
||||
{
|
||||
title: "Interactive Classes",
|
||||
description: "Engage through games, activities, and live interaction. Learning never feels like a chore.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-boy-using-laptop-waving-video-call-while-homeschooling_637285-9292.jpg?_wi=1",
|
||||
imageAlt: "Interactive classroom with engaged students",
|
||||
buttonIcon: Play,
|
||||
buttonHref: "/courses",
|
||||
},
|
||||
title: "Interactive Classes", description: "Engage through games, activities, and live interaction. Learning never feels like a chore.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-boy-using-laptop-waving-video-call-while-homeschooling_637285-9292.jpg?_wi=1", imageAlt: "Interactive classroom with engaged students", buttonIcon: Play,
|
||||
buttonHref: "/courses"},
|
||||
{
|
||||
title: "Patient Teaching",
|
||||
description: "Small groups and one-on-one sessions ensure every learner gets the support they need.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenager-tries-explain-material-younger-brother-who-sits-back-camera_273609-28612.jpg",
|
||||
imageAlt: "Patient teacher providing individual support",
|
||||
buttonIcon: Users,
|
||||
buttonHref: "/courses",
|
||||
},
|
||||
title: "Patient Teaching", description: "Small groups and one-on-one sessions ensure every learner gets the support they need.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenager-tries-explain-material-younger-brother-who-sits-back-camera_273609-28612.jpg", imageAlt: "Patient teacher providing individual support", buttonIcon: Users,
|
||||
buttonHref: "/courses"},
|
||||
{
|
||||
title: "Flexible Scheduling",
|
||||
description: "Learn on your schedule. Classes available evenings, weekends, and catch-up sessions anytime.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-businesswoman-using-laptop-office_1262-3214.jpg?_wi=1",
|
||||
imageAlt: "Flexible scheduling options",
|
||||
buttonIcon: Clock,
|
||||
buttonHref: "/courses",
|
||||
},
|
||||
title: "Flexible Scheduling", description: "Learn on your schedule. Classes available evenings, weekends, and catch-up sessions anytime.", imageSrc: "http://img.b2bpic.net/free-photo/hands-businesswoman-using-laptop-office_1262-3214.jpg?_wi=1", imageAlt: "Flexible scheduling options", buttonIcon: Clock,
|
||||
buttonHref: "/courses"},
|
||||
{
|
||||
title: "Inclusive Learning",
|
||||
description: "Specially designed for neurodivergent learners. ADHD-friendly, dyslexia-aware, and patient-paced.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361578.jpg?_wi=2",
|
||||
imageAlt: "Inclusive learning environment",
|
||||
buttonIcon: Accessibility,
|
||||
buttonHref: "/courses",
|
||||
},
|
||||
title: "Inclusive Learning", description: "Specially designed for neurodivergent learners. ADHD-friendly, dyslexia-aware, and patient-paced.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361578.jpg?_wi=2", imageAlt: "Inclusive learning environment", buttonIcon: Accessibility,
|
||||
buttonHref: "/courses"},
|
||||
{
|
||||
title: "Cultural Enrichment",
|
||||
description: "Beyond language skills—explore Sanskrit heritage, Hindi literature, and Spanish culture deeply.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/national-hindi-font-letters-pattern-hindi-diwas-day-celebration_1017-54669.jpg?_wi=1",
|
||||
imageAlt: "Cultural learning and language immersion",
|
||||
buttonIcon: Globe,
|
||||
buttonHref: "/courses",
|
||||
},
|
||||
title: "Cultural Enrichment", description: "Beyond language skills—explore Sanskrit heritage, Hindi literature, and Spanish culture deeply.", imageSrc: "http://img.b2bpic.net/free-vector/national-hindi-font-letters-pattern-hindi-diwas-day-celebration_1017-54669.jpg?_wi=1", imageAlt: "Cultural learning and language immersion", buttonIcon: Globe,
|
||||
buttonHref: "/courses"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -207,47 +162,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "math-elementary",
|
||||
name: "Math Fundamentals (Gr 1–3)",
|
||||
price: "$79/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/color-fraction-worksheet-kids_1308-178044.jpg?_wi=1",
|
||||
imageAlt: "Math Fundamentals course",
|
||||
},
|
||||
id: "math-elementary", name: "Math Fundamentals (Gr 1–3)", price: "$79/month", imageSrc: "http://img.b2bpic.net/free-vector/color-fraction-worksheet-kids_1308-178044.jpg?_wi=1", imageAlt: "Math Fundamentals course"},
|
||||
{
|
||||
id: "math-intermediate",
|
||||
name: "Math Mastery (Gr 4–6)",
|
||||
price: "$89/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/color-fraction-worksheet-kids_1308-178044.jpg?_wi=2",
|
||||
imageAlt: "Math Mastery course",
|
||||
},
|
||||
id: "math-intermediate", name: "Math Mastery (Gr 4–6)", price: "$89/month", imageSrc: "http://img.b2bpic.net/free-vector/color-fraction-worksheet-kids_1308-178044.jpg?_wi=2", imageAlt: "Math Mastery course"},
|
||||
{
|
||||
id: "sanskrit-intro",
|
||||
name: "Sanskrit Heritage",
|
||||
price: "$69/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/national-hindi-font-letters-pattern-hindi-diwas-day-celebration_1017-54669.jpg?_wi=2",
|
||||
imageAlt: "Sanskrit Heritage course",
|
||||
},
|
||||
id: "sanskrit-intro", name: "Sanskrit Heritage", price: "$69/month", imageSrc: "http://img.b2bpic.net/free-vector/national-hindi-font-letters-pattern-hindi-diwas-day-celebration_1017-54669.jpg?_wi=2", imageAlt: "Sanskrit Heritage course"},
|
||||
{
|
||||
id: "hindi-conversational",
|
||||
name: "Hindi Conversations",
|
||||
price: "$69/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-23484.jpg?_wi=1",
|
||||
imageAlt: "Hindi Conversations course",
|
||||
},
|
||||
id: "hindi-conversational", name: "Hindi Conversations", price: "$69/month", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-23484.jpg?_wi=1", imageAlt: "Hindi Conversations course"},
|
||||
{
|
||||
id: "spanish-journey",
|
||||
name: "Spanish Adventures",
|
||||
price: "$79/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171356.jpg?_wi=1",
|
||||
imageAlt: "Spanish Adventures course",
|
||||
},
|
||||
id: "spanish-journey", name: "Spanish Adventures", price: "$79/month", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171356.jpg?_wi=1", imageAlt: "Spanish Adventures course"},
|
||||
{
|
||||
id: "adult-languages",
|
||||
name: "Adult Language Bundle",
|
||||
price: "$149/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171356.jpg?_wi=2",
|
||||
imageAlt: "Adult language bundle",
|
||||
},
|
||||
id: "adult-languages", name: "Adult Language Bundle", price: "$149/month", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171356.jpg?_wi=2", imageAlt: "Adult language bundle"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -265,59 +190,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Emma Rodriguez",
|
||||
role: "Parent",
|
||||
company: "California",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=2",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
id: "1", name: "Emma Rodriguez", role: "Parent", company: "California", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=2", imageAlt: "Emma Rodriguez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Liu",
|
||||
role: "Teacher",
|
||||
company: "School District",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg?_wi=2",
|
||||
imageAlt: "James Liu",
|
||||
},
|
||||
id: "2", name: "James Liu", role: "Teacher", company: "School District", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg?_wi=2", imageAlt: "James Liu"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Asha Verma",
|
||||
role: "Student",
|
||||
company: "Grade 5",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-smiling-while-sitting-library_23-2148694815.jpg?_wi=2",
|
||||
imageAlt: "Asha Verma",
|
||||
},
|
||||
id: "3", name: "Asha Verma", role: "Student", company: "Grade 5", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-smiling-while-sitting-library_23-2148694815.jpg?_wi=2", imageAlt: "Asha Verma"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Johnson",
|
||||
role: "Adult Learner",
|
||||
company: "Professional Development",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seniors-taking-notes-classroom_52683-111880.jpg",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
id: "4", name: "Marcus Johnson", role: "Adult Learner", company: "Professional Development", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seniors-taking-notes-classroom_52683-111880.jpg", imageAlt: "Marcus Johnson"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Dr. Priya Sharma",
|
||||
role: "School Principal",
|
||||
company: "International Academy",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-teenager-doing-exam_1098-2507.jpg",
|
||||
imageAlt: "Dr. Priya Sharma",
|
||||
},
|
||||
id: "5", name: "Dr. Priya Sharma", role: "School Principal", company: "International Academy", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-teenager-doing-exam_1098-2507.jpg", imageAlt: "Dr. Priya Sharma"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Chen",
|
||||
role: "Parent",
|
||||
company: "New York",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-woman-receiving-text-message-with-news-about-discounts-shop-mobile-phone-sitting-cafe-with-loft-interior-woman-holding-smartphone-with-shocked-surprised-expression_231208-13373.jpg",
|
||||
imageAlt: "David Chen",
|
||||
},
|
||||
id: "6", name: "David Chen", role: "Parent", company: "New York", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-woman-receiving-text-message-with-news-about-discounts-shop-mobile-phone-sitting-cafe-with-loft-interior-woman-holding-smartphone-with-shocked-surprised-expression_231208-13373.jpg", imageAlt: "David Chen"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -335,32 +224,16 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500",
|
||||
title: "Active Learners",
|
||||
description: "Engaged students and adult learners from around the world",
|
||||
icon: Users,
|
||||
id: "1", value: "500", title: "Active Learners", description: "Engaged students and adult learners from around the world", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "95",
|
||||
title: "Percent Confidence Gain",
|
||||
description: "Students report significant improvement in academic confidence",
|
||||
icon: TrendingUpIcon,
|
||||
id: "2", value: "95", title: "Percent Confidence Gain", description: "Students report significant improvement in academic confidence", icon: TrendingUpIcon,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "4.9",
|
||||
title: "Average Rating",
|
||||
description: "Out of 5 stars from all learners and parents",
|
||||
icon: Star,
|
||||
id: "3", value: "4.9", title: "Average Rating", description: "Out of 5 stars from all learners and parents", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "20+",
|
||||
title: "Expert Teachers",
|
||||
description: "Certified, experienced, and passionate educators",
|
||||
icon: Users,
|
||||
id: "4", value: "20+", title: "Expert Teachers", description: "Certified, experienced, and passionate educators", icon: Users,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -391,4 +264,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
||||
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
@@ -71,83 +71,62 @@ export default function PricingPage() {
|
||||
</div>
|
||||
|
||||
<div id="pricing-plans" data-section="pricing-plans">
|
||||
<PricingCardTwo
|
||||
title="Flexible Pricing for Every Family"
|
||||
description="Invest in quality enrichment education with options that fit your budget"
|
||||
tag="Transparent Pricing"
|
||||
<PricingCardFive
|
||||
title="Class Pricing Guide"
|
||||
description="Transparent pricing for 10 specialized courses. Note: All classes are conducted in IST (Indian Standard Time). Pricing may vary based on class timing. Odd timing slots (outside standard business hours) may include additional charges."
|
||||
tag="Pricing by Class"
|
||||
tagIcon={DollarSign}
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Starter",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$29/mo",
|
||||
subtitle: "Perfect for trying new skills",
|
||||
buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Free Trial", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"1 class per week",
|
||||
"Access to one course",
|
||||
"Progress tracking",
|
||||
"Email support",
|
||||
],
|
||||
id: "class1", tag: "Math Fundamentals (Gr 1-3)", price: "$79", period: "/month", description: "Perfect introduction to core math concepts with interactive activities", button: { text: "Enroll Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"2 live classes per week", "Workbooks and practice materials", "Progress tracking dashboard", "Email support", "Standard IST timing", "*Odd timings: +$10-15/month"],
|
||||
},
|
||||
{
|
||||
id: "growth",
|
||||
badge: "Growth",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$69/mo",
|
||||
subtitle: "Best for active learners",
|
||||
buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Free Trial", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"2–3 classes per week",
|
||||
"Access to 2 courses",
|
||||
"Detailed progress reports",
|
||||
"Priority support",
|
||||
"Monthly check-ins",
|
||||
],
|
||||
id: "class2", tag: "Math Mastery (Gr 4-6)", price: "$89", period: "/month", description: "Advanced problem-solving and mathematical reasoning skills", button: { text: "Enroll Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"2-3 live classes per week", "Advanced workbooks", "Detailed progress reports", "Priority email support", "Standard IST timing", "*Odd timings: +$15-20/month"],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Elite",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$129/mo",
|
||||
subtitle: "For serious learners",
|
||||
buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Free Trial", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited classes",
|
||||
"All 4 courses included",
|
||||
"1-on-1 coaching sessions",
|
||||
"Personalized curriculum",
|
||||
"24/7 support",
|
||||
],
|
||||
id: "class3", tag: "Sanskrit Heritage", price: "$69", period: "/month", description: "Explore ancient Sanskrit language and cultural heritage", button: { text: "Enroll Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"2 live classes per week", "Sanskrit texts and resources", "Cultural context lessons", "Email support", "Standard IST timing", "*Odd timings: +$10-15/month"],
|
||||
},
|
||||
{
|
||||
id: "institution",
|
||||
badge: "Institution",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Custom",
|
||||
subtitle: "For schools and centers",
|
||||
buttons: [
|
||||
{ text: "Request Demo", href: "/contact" },
|
||||
{ text: "Learn More", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"Bulk student licenses",
|
||||
"Curriculum alignment",
|
||||
"Teacher training included",
|
||||
"Dedicated account manager",
|
||||
"Custom reporting",
|
||||
],
|
||||
id: "class4", tag: "Hindi Conversations", price: "$69", period: "/month", description: "Develop conversational fluency in Hindi language", button: { text: "Enroll Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"2 interactive live sessions per week", "Conversation practice materials", "Native speaker guidance", "Email support", "Standard IST timing", "*Odd timings: +$10-15/month"],
|
||||
},
|
||||
{
|
||||
id: "class5", tag: "Spanish Adventures", price: "$79", period: "/month", description: "Journey through Spanish language and culture", button: { text: "Enroll Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"2-3 live classes per week", "Cultural immersion activities", "Conversation practice", "Priority support", "Standard IST timing", "*Odd timings: +$15-20/month"],
|
||||
},
|
||||
{
|
||||
id: "class6", tag: "Adult Language Bundle (Spanish + Hindi)", price: "$149", period: "/month", description: "Combine Spanish and Hindi learning for professional development", button: { text: "Enroll Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"4-5 combined live classes per week", "Business language modules", "Two language focus areas", "Priority email + chat support", "Standard IST timing", "*Odd timings: +$25-30/month"],
|
||||
},
|
||||
{
|
||||
id: "class7", tag: "ADHD-Friendly Math Foundations", price: "$85", period: "/month", description: "Specialized math instruction with neurodivergent-friendly pedagogy", button: { text: "Enroll Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"2 smaller group classes per week", "Movement breaks and engagement tools", "Individualized learning paths", "Weekly check-ins with instructor", "Standard IST timing", "*Odd timings: +$15-20/month"],
|
||||
},
|
||||
{
|
||||
id: "class8", tag: "Dyslexia-Aware Language Mastery", price: "$75", period: "/month", description: "Language learning designed for dyslexic learners with multi-sensory approach", button: { text: "Enroll Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"2 specialized classes per week", "Multi-sensory learning materials", "Visual and audio supports", "Monthly progress consultation", "Standard IST timing", "*Odd timings: +$10-15/month"],
|
||||
},
|
||||
{
|
||||
id: "class9", tag: "One-on-One Private Tutoring", price: "$120", period: "/month", description: "Personalized attention with custom curriculum for any subject", button: { text: "Schedule Consultation", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"4 one-on-one sessions per month", "Custom curriculum design", "Detailed progress reports", "24/7 email support", "Flexible IST timing", "*Premium odd timings available"],
|
||||
},
|
||||
{
|
||||
id: "class10", tag: "Summer Intensive Boot Camp", price: "$199", period: "/month", description: "Accelerated 6-week program combining multiple subjects", button: { text: "Register Now", href: "/contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"4-5 intensive classes per week", "All subject areas combined", "Daily practice materials", "Dedicated instructor support", "Flexible IST scheduling", "*Odd timings may apply"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -159,41 +138,23 @@ export default function PricingPage() {
|
||||
<div id="pricing-faq" data-section="pricing-faq">
|
||||
<FaqSplitMedia
|
||||
title="Pricing Questions Answered"
|
||||
description="Everything about our flexible plans and commitment to affordability"
|
||||
description="Everything about our flexible plans, IST timing, and commitment to affordability"
|
||||
tag="Pricing FAQ"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Can I switch plans anytime?",
|
||||
content: "Absolutely! Upgrade or downgrade your plan at any time with no penalty. Changes take effect at the start of your next billing cycle.",
|
||||
},
|
||||
id: "1", title: "What are standard IST timings?", content: "Standard IST (Indian Standard Time) timings are typically 4:00 PM - 8:00 PM IST on weekdays and 10:00 AM - 6:00 PM IST on weekends. These are our base pricing rates. Odd timings outside these windows may incur additional charges of $10-30 per month depending on the class."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer discounts for multiple courses?",
|
||||
content: "Yes! Multi-course bundles receive 10-15% discount depending on the plan. Contact us for personalized pricing on bulk enrollments.",
|
||||
},
|
||||
id: "2", title: "What are odd timings and what do they cost?", content: "Odd timings refer to class slots outside our standard IST schedule (early mornings before 4 PM, late nights after 8 PM, or very early weekends). These premium slots incur additional charges ranging from $10-30 per month depending on the class size and instructor availability. Contact us for specific pricing on your desired time slot."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is there a commitment required?",
|
||||
content: "No long-term commitment required. Month-to-month flexibility means you can cancel anytime. We focus on delivering value so you'll want to stay.",
|
||||
},
|
||||
id: "3", title: "Can I switch plans anytime?", content: "Absolutely! Upgrade or downgrade your plan at any time with no penalty. Changes take effect at the start of your next billing cycle. You can also change your timing preference, though moving to odd timings will adjust your monthly fee accordingly."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What about refunds?",
|
||||
content: "We offer a 7-day satisfaction guarantee. If you're not happy with your first week, we'll refund your payment in full—no questions asked.",
|
||||
},
|
||||
id: "4", title: "Do you offer discounts for multiple courses?", content: "Yes! Multi-course bundles receive 10-15% discount depending on the plan. Contact us for personalized pricing on bulk enrollments. Family discounts are also available when 2+ family members enroll."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer payment plans?",
|
||||
content: "Yes, we offer flexible payment options including monthly, quarterly, and annual billing. Annual billing includes a 15% discount.",
|
||||
},
|
||||
id: "5", title: "Is there a commitment required?", content: "No long-term commitment required. Month-to-month flexibility means you can cancel anytime. We focus on delivering value so you'll want to stay. First month discounts available for new students."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Are there family discounts?",
|
||||
content: "Yes! Enroll 2+ family members and receive 10% off each plan. Reach out for custom family packages.",
|
||||
},
|
||||
id: "6", title: "What about refunds?", content: "We offer a 7-day satisfaction guarantee. If you're not happy with your first week, we'll refund your payment in full—no questions asked. This applies to standard and odd timing slots."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/help-customer-support-service-concept_53876-120150.jpg?_wi=1"
|
||||
imageAlt="Pricing and support illustration"
|
||||
@@ -207,7 +168,7 @@ export default function PricingPage() {
|
||||
|
||||
<div id="pricing-cta" data-section="pricing-cta">
|
||||
<ContactText
|
||||
text="Ready to invest in quality education? Start with a free trial and experience how Twinkle Mind can transform learning for your family."
|
||||
text="Ready to invest in quality education? Start with a free trial and experience how Twinkle Mind can transform learning for your family. All classes available in IST timing with flexible options."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "/contact" },
|
||||
@@ -226,4 +187,4 @@ export default function PricingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user