Update src/app/page.tsx

This commit is contained in:
2026-03-03 16:27:47 +00:00
parent 4f61ca9076
commit d7ff0fb2ec

View File

@@ -74,7 +74,7 @@ export default function MathMasteryLanding() {
{ {
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", imageAlt: "One-on-one tutoring session"}, 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/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"},
{ {
@@ -221,13 +221,13 @@ export default function MathMasteryLanding() {
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", imageAlt: "Marcus Johnson, SAT success"}, 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"},
{ {
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", imageAlt: "Alex Rodriguez, geometry mastery"}, 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"},
]} ]}
/> />
</div> </div>
@@ -283,7 +283,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" imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-together-medium-shot_52683-99761.jpg?_wi=2"
imageAlt="Math tutoring consultation" imageAlt="Math tutoring consultation"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"