Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-03 16:36:36 +00:00

View File

@@ -41,7 +41,7 @@ export default function MathMasteryLanding() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="largeSmall" sizing="largeSmall"
background="noise" background="circleGradient"
cardStyle="gradient-mesh" cardStyle="gradient-mesh"
primaryButtonStyle="flat" primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow"
@@ -57,7 +57,8 @@ export default function MathMasteryLanding() {
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
button={{ button={{
text: "Book Free Session", href: "contact"}} text: "Book Free Session", href: "contact"
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -69,26 +70,34 @@ export default function MathMasteryLanding() {
tag="Expert Math Tutoring" tag="Expert Math Tutoring"
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "noise" }} background={{ variant: "glowing-orb" }}
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/young-male-teacher-wearing-glasses-standing-near-blackboard-writing-blackboard-mathematical-formulas-explaining-lesson-looking-confident-classroom_141793-102275.jpg", imageAlt: "Mathematical equations on board"}, imageSrc: "http://img.b2bpic.net/free-photo/young-male-teacher-wearing-glasses-standing-near-blackboard-writing-blackboard-mathematical-formulas-explaining-lesson-looking-confident-classroom_141793-102275.jpg", imageAlt: "Mathematical equations on board"
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-medium-shot_52683-99761.jpg?_wi=1", imageAlt: "One-on-one tutoring session"}, imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-medium-shot_52683-99761.jpg", imageAlt: "One-on-one tutoring session"
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-student-male-denim-clothes-sitting-university-canteen-with-book-copybook-writing-some-notes-with-pen-communicating-smartphone-with-his-friend-having-concentrated-look_273609-7439.jpg", imageAlt: "Student exam preparation"}, imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-student-male-denim-clothes-sitting-university-canteen-with-book-copybook-writing-some-notes-with-pen-communicating-smartphone-with-his-friend-having-concentrated-look_273609-7439.jpg", imageAlt: "Student exam preparation"
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-making-business-plan-meeting_176420-5110.jpg", imageAlt: "Problem solving techniques"}, imageSrc: "http://img.b2bpic.net/free-photo/colleagues-making-business-plan-meeting_176420-5110.jpg", imageAlt: "Problem solving techniques"
},
]} ]}
rightCarouselItems={[ rightCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-student-black-jacket-wearing-backpack-holding-yellow-files-rejoicing-blue-wall-school-college-university_140725-43373.jpg", imageAlt: "Student achievement and success"}, imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-student-black-jacket-wearing-backpack-holding-yellow-files-rejoicing-blue-wall-school-college-university_140725-43373.jpg", imageAlt: "Student achievement and success"
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/young-male-teacher-wearing-glasses-showing-number-plates-explaining-lesson-smiling-confident-sitting-school-desk-with-books-notes-front-blackboard-classroom_141793-102048.jpg", imageAlt: "Math homework help"}, imageSrc: "http://img.b2bpic.net/free-photo/young-male-teacher-wearing-glasses-showing-number-plates-explaining-lesson-smiling-confident-sitting-school-desk-with-books-notes-front-blackboard-classroom_141793-102048.jpg", imageAlt: "Math homework help"
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-book-striped-shirt_1150-23.jpg", imageAlt: "Confidence building through tutoring"}, imageSrc: "http://img.b2bpic.net/free-photo/girl-with-book-striped-shirt_1150-23.jpg", imageAlt: "Confidence building through tutoring"
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/children-writing-blackboard-attentive-teacher-watching_259150-60359.jpg", imageAlt: "Interactive learning experience"}, imageSrc: "http://img.b2bpic.net/free-photo/children-writing-blackboard-attentive-teacher-watching_259150-60359.jpg", imageAlt: "Interactive learning experience"
},
]} ]}
carouselPosition="right" carouselPosition="right"
buttons={[ buttons={[
@@ -126,13 +135,16 @@ export default function MathMasteryLanding() {
title: "Personalized Learning Plans", description: "Customized curricula tailored to your strengths, weaknesses, and goals.", bentoComponent: "3d-stack-cards", items: [ title: "Personalized Learning Plans", description: "Customized curricula tailored to your strengths, weaknesses, and goals.", bentoComponent: "3d-stack-cards", items: [
{ {
icon: BookOpen, icon: BookOpen,
title: "Assessment", subtitle: "Initial skill evaluation", detail: "Understanding your foundation"}, title: "Assessment", subtitle: "Initial skill evaluation", detail: "Understanding your foundation"
},
{ {
icon: Lightbulb, icon: Lightbulb,
title: "Strategy", subtitle: "Custom learning path", detail: "Designed for your success"}, title: "Strategy", subtitle: "Custom learning path", detail: "Designed for your success"
},
{ {
icon: Trophy, icon: Trophy,
title: "Achievement", subtitle: "Goal-oriented progress", detail: "Measurable improvement"}, title: "Achievement", subtitle: "Goal-oriented progress", detail: "Measurable improvement"
},
], ],
}, },
{ {
@@ -141,7 +153,8 @@ export default function MathMasteryLanding() {
{ icon: Sun, label: "Weekend Support", time: "10 AM - 6 PM" }, { icon: Sun, label: "Weekend Support", time: "10 AM - 6 PM" },
{ {
icon: AlertCircle, icon: AlertCircle,
label: "Exam Prep Intensive", time: "Custom Hours"}, label: "Exam Prep Intensive", time: "Custom Hours"
},
], ],
}, },
{ {
@@ -157,7 +170,8 @@ export default function MathMasteryLanding() {
{ label: "Targeted Training", detail: "Focus on problem areas" }, { label: "Targeted Training", detail: "Focus on problem areas" },
{ label: "Practice & Refinement", detail: "Build speed and accuracy" }, { label: "Practice & Refinement", detail: "Build speed and accuracy" },
], ],
completedLabel: "On Track to Success"}, completedLabel: "On Track to Success"
},
]} ]}
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
@@ -182,7 +196,8 @@ export default function MathMasteryLanding() {
id: "starter", badge: "Starter", badgeIcon: Zap, id: "starter", badge: "Starter", badgeIcon: Zap,
price: "$50/hr", subtitle: "Single session or occasional support", buttons: [{ text: "Book Session", href: "contact" }], price: "$50/hr", subtitle: "Single session or occasional support", buttons: [{ text: "Book Session", href: "contact" }],
features: [ features: [
"One-time tutoring session", "Targeted problem solving", "Homework help available", "No long-term commitment"], "One-time tutoring session", "Targeted problem solving", "Homework help available", "No long-term commitment"
],
}, },
{ {
id: "preferred", badge: "Preferred", badgeIcon: Star, id: "preferred", badge: "Preferred", badgeIcon: Star,
@@ -191,13 +206,15 @@ export default function MathMasteryLanding() {
{ text: "Schedule Free Trial", href: "contact" }, { text: "Schedule Free Trial", href: "contact" },
], ],
features: [ features: [
"4 sessions per month", "Personalized curriculum", "Progress tracking", "Email support between sessions", "Monthly progress reports"], "4 sessions per month", "Personalized curriculum", "Progress tracking", "Email support between sessions", "Monthly progress reports"
],
}, },
{ {
id: "intensive", badge: "Intensive", badgeIcon: Flame, id: "intensive", badge: "Intensive", badgeIcon: Flame,
price: "$40/hr", subtitle: "Comprehensive preparation for exams and competition", buttons: [{ text: "Begin Intensive Program", href: "contact" }], price: "$40/hr", subtitle: "Comprehensive preparation for exams and competition", buttons: [{ text: "Begin Intensive Program", href: "contact" }],
features: [ features: [
"8+ sessions per month", "Full curriculum customization", "Weekly progress assessments", "Priority scheduling", "Practice test reviews", "24-hour response support"], "8+ sessions per month", "Full curriculum customization", "Weekly progress assessments", "Priority scheduling", "Practice test reviews", "24-hour response support"
],
}, },
]} ]}
/> />
@@ -218,16 +235,20 @@ export default function MathMasteryLanding() {
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah Chen", handle: "@sarah_chen_03", testimonial: "I went from a C in algebra to an A- in just one semester. The personalized approach made everything click. Highly recommend!", rating: 5, id: "1", name: "Sarah Chen", handle: "@sarah_chen_03", testimonial: "I went from a C in algebra to an A- in just one semester. The personalized approach made everything click. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-female-student-smiling-holding-folders-outdoors-park-background_176420-55208.jpg", imageAlt: "Sarah Chen, successful student"}, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-female-student-smiling-holding-folders-outdoors-park-background_176420-55208.jpg", imageAlt: "Sarah Chen, successful student"
},
{ {
id: "2", name: "Marcus Johnson", handle: "@marcus_j_math", testimonial: "SAT math prep was intimidating, but this tutoring broke it down perfectly. Scored 760! This tutor actually cares about your success.", rating: 5, id: "2", name: "Marcus Johnson", handle: "@marcus_j_math", testimonial: "SAT math prep was intimidating, but this tutoring broke it down perfectly. Scored 760! This tutor actually cares about your success.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-showing-her-fists-white-background_176474-114273.jpg?_wi=1", imageAlt: "Marcus Johnson, SAT success"}, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-showing-her-fists-white-background_176474-114273.jpg", imageAlt: "Marcus Johnson, SAT success"
},
{ {
id: "3", name: "Priya Patel", handle: "@priya_learns", testimonial: "Calculus seemed impossible until I started tutoring. Now I understand the concepts and I'm confident in my final grade. Thank you!", rating: 5, id: "3", name: "Priya Patel", handle: "@priya_learns", testimonial: "Calculus seemed impossible until I started tutoring. Now I understand the concepts and I'm confident in my final grade. Thank you!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/focused-schoolgirl-reading-book-library-mandatory-literature_482257-125459.jpg", imageAlt: "Priya Patel, calculus student"}, imageSrc: "http://img.b2bpic.net/free-photo/focused-schoolgirl-reading-book-library-mandatory-literature_482257-125459.jpg", imageAlt: "Priya Patel, calculus student"
},
{ {
id: "4", name: "Alex Rodriguez", handle: "@alexrod_math", testimonial: "The flexibility with scheduling was perfect for my busy life. Quality tutoring that actually helped me ace my geometry final.", rating: 5, id: "4", name: "Alex Rodriguez", handle: "@alexrod_math", testimonial: "The flexibility with scheduling was perfect for my busy life. Quality tutoring that actually helped me ace my geometry final.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-showing-her-fists-white-background_176474-114273.jpg?_wi=2", imageAlt: "Alex Rodriguez, geometry mastery"}, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-showing-her-fists-white-background_176474-114273.jpg", imageAlt: "Alex Rodriguez, geometry mastery"
},
]} ]}
/> />
</div> </div>
@@ -245,17 +266,23 @@ export default function MathMasteryLanding() {
animationType="smooth" animationType="smooth"
faqs={[ faqs={[
{ {
id: "1", title: "What grade levels do you tutor?", content: "I specialize in high school mathematics for grades 9-12, covering algebra, geometry, trigonometry, precalculus, calculus, and AP math courses. I also provide SAT and ACT math preparation."}, id: "1", title: "What grade levels do you tutor?", content: "I specialize in high school mathematics for grades 9-12, covering algebra, geometry, trigonometry, precalculus, calculus, and AP math courses. I also provide SAT and ACT math preparation."
},
{ {
id: "2", title: "How long is each tutoring session?", content: "Standard sessions are 60 minutes, though I can arrange 45-minute or 90-minute sessions based on your needs. First-time consultations are complimentary."}, id: "2", title: "How long is each tutoring session?", content: "Standard sessions are 60 minutes, though I can arrange 45-minute or 90-minute sessions based on your needs. First-time consultations are complimentary."
},
{ {
id: "3", title: "Do you offer online tutoring?", content: "Yes! I offer both in-person and online tutoring via Zoom. Online sessions are equally effective with interactive whiteboard tools and screen sharing."}, id: "3", title: "Do you offer online tutoring?", content: "Yes! I offer both in-person and online tutoring via Zoom. Online sessions are equally effective with interactive whiteboard tools and screen sharing."
},
{ {
id: "4", title: "Can you help with homework?", content: "Absolutely. Homework help is part of my service, though the focus is on understanding concepts rather than just getting answers. You'll learn how to solve problems independently."}, id: "4", title: "Can you help with homework?", content: "Absolutely. Homework help is part of my service, though the focus is on understanding concepts rather than just getting answers. You'll learn how to solve problems independently."
},
{ {
id: "5", title: "What is your cancellation policy?", content: "Cancellations with 24 hours notice are free. Cancellations within 24 hours are charged at 50% of the session rate. Monthly plans are not billed for cancelled sessions with proper notice."}, id: "5", title: "What is your cancellation policy?", content: "Cancellations with 24 hours notice are free. Cancellations within 24 hours are charged at 50% of the session rate. Monthly plans are not billed for cancelled sessions with proper notice."
},
{ {
id: "6", title: "How quickly will I see improvement?", content: "Most students see noticeable improvement within 2-3 sessions. Significant grade improvements typically occur over 4-8 weeks of consistent tutoring. Results depend on your starting level and commitment."}, id: "6", title: "How quickly will I see improvement?", content: "Most students see noticeable improvement within 2-3 sessions. Significant grade improvements typically occur over 4-8 weeks of consistent tutoring. Results depend on your starting level and commitment."
},
]} ]}
/> />
</div> </div>
@@ -283,7 +310,7 @@ export default function MathMasteryLanding() {
required: false, required: false,
}} }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-together-medium-shot_52683-99761.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-together-medium-shot_52683-99761.jpg"
imageAlt="Math tutoring consultation" imageAlt="Math tutoring consultation"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"