From b682ba30776c9135fd3f6ba795bba91b4a4aeca7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 09:44:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7c2d60..3c46697 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,8 +49,8 @@ export default function LandingPage() { tag="Global Language Exchange" buttons={[{ text: "Start Tutoring", href: "#contact" }, { text: "Find a Tutor", href: "#pricing" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-online_23-2149110203.jpg", imageAlt: "Tutor video call" }, - { imageSrc: "http://img.b2bpic.net/free-photo/person-uses-tablet-governmental-cyber-security-room-working-russian-flag_482257-90680.jpg", imageAlt: "Platform interface" } + { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-online_23-2149110203.jpg?_wi=1", imageAlt: "Tutor video call" }, + { imageSrc: "http://img.b2bpic.net/free-photo/person-uses-tablet-governmental-cyber-security-room-working-russian-flag_482257-90680.jpg?_wi=1", imageAlt: "Platform interface" } ]} mediaAnimation="blur-reveal" rating={5} @@ -108,8 +108,8 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "1", title: "Basic Practice", price: "$10", period: "/hr", features: ["On-demand practice", "Peer-to-peer"], button: { text: "Join Now" }, imageSrc: "http://img.b2bpic.net/free-photo/preteen-boy-uses-laptop-make-video-call-with-his-teacher_158595-7520.jpg" }, - { id: "2", title: "Expert Tutor", price: "$25", period: "/hr", features: ["Certified instructors", "Custom curriculum"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-online_23-2149110203.jpg" }, - { id: "3", title: "Pro Immersion", price: "$45", period: "/hr", features: ["Native speaker focus", "Premium support"], button: { text: "Start Pro" }, imageSrc: "http://img.b2bpic.net/free-photo/person-uses-tablet-governmental-cyber-security-room-working-russian-flag_482257-90680.jpg" } + { id: "2", title: "Expert Tutor", price: "$25", period: "/hr", features: ["Certified instructors", "Custom curriculum"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-online_23-2149110203.jpg?_wi=2" }, + { id: "3", title: "Pro Immersion", price: "$45", period: "/hr", features: ["Native speaker focus", "Premium support"], button: { text: "Start Pro" }, imageSrc: "http://img.b2bpic.net/free-photo/person-uses-tablet-governmental-cyber-security-room-working-russian-flag_482257-90680.jpg?_wi=2" } ]} title="Flexible Pricing Options" description="Choose the path that fits your learning journey." -- 2.49.1