Update src/app/page.tsx

This commit is contained in:
2026-03-10 06:12:29 +00:00
parent ee05426fa4
commit 84532372b2

View File

@@ -80,19 +80,19 @@ export default function LandingPage() {
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/people-library-reading-club-learning-from-books_23-2150293573.jpg", imageAlt: "Experienced tutor teaching students"
"http://img.b2bpic.net/free-photo/people-library-reading-club-learning-from-books_23-2150293573.jpg?_wi=1", imageAlt: "Experienced tutor teaching students"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/aged-professor-standing-near-chalkboard-classroom_23-2148201085.jpg", imageAlt: "Mathematics concept explanation"
"http://img.b2bpic.net/free-photo/aged-professor-standing-near-chalkboard-classroom_23-2148201085.jpg?_wi=1", imageAlt: "Mathematics concept explanation"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/filling-test-tubes_1098-16779.jpg", imageAlt: "Physics learning environment"
"http://img.b2bpic.net/free-photo/filling-test-tubes_1098-16779.jpg?_wi=1", imageAlt: "Physics learning environment"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-young-male-chemist-white-suit-front-table-with-colored-solutions-writing-down-notes-light-table-science-work-lab-chemistry_140725-37983.jpg", imageAlt: "Chemistry tuition teaching"
"http://img.b2bpic.net/free-photo/front-view-young-male-chemist-white-suit-front-table-with-colored-solutions-writing-down-notes-light-table-science-work-lab-chemistry_140725-37983.jpg?_wi=1", imageAlt: "Chemistry tuition teaching"
},
{
imageSrc:
@@ -111,7 +111,7 @@ export default function LandingPage() {
tag="About Us"
tagIcon={Award}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/people-library-reading-club-learning-from-books_23-2150293573.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-library-reading-club-learning-from-books_23-2150293573.jpg?_wi=2"
imageAlt="Pathmadev Academy learning environment"
buttons={[{ text: "Learn More", href: "about" }]}
useInvertedBackground={false}
@@ -189,21 +189,21 @@ export default function LandingPage() {
plans={[
{
id: "individual", title: "Individual Coaching", price: "₹2,000", period: "/month", imageSrc:
"http://img.b2bpic.net/free-photo/aged-professor-standing-near-chalkboard-classroom_23-2148201085.jpg", imageAlt: "Individual coaching plan", button: { text: "Get in Touch", href: "tel:+919876543210" },
"http://img.b2bpic.net/free-photo/aged-professor-standing-near-chalkboard-classroom_23-2148201085.jpg?_wi=2", imageAlt: "Individual coaching plan", button: { text: "Get in Touch", href: "tel:+919876543210" },
features: [
"One-on-one personalized sessions", "Customized learning plan", "Flexible scheduling", "Doubt clearing support", "Monthly progress report"
],
},
{
id: "small-batch", title: "Small Batch (3-5 Students)", price: "₹1,200", period: "/month", imageSrc:
"http://img.b2bpic.net/free-photo/filling-test-tubes_1098-16779.jpg", imageAlt: "Small batch learning plan", button: { text: "Get in Touch", href: "tel:+919876543210" },
"http://img.b2bpic.net/free-photo/filling-test-tubes_1098-16779.jpg?_wi=2", imageAlt: "Small batch learning plan", button: { text: "Get in Touch", href: "tel:+919876543210" },
features: [
"Personalized attention in small groups", "Interactive learning sessions", "Peer collaboration benefits", "Regular assessments", "Parent-teacher communication"
],
},
{
id: "subject-specific", title: "Subject-Specific Focus", price: "₹1,500", period: "/month", imageSrc:
"http://img.b2bpic.net/free-photo/front-view-young-male-chemist-white-suit-front-table-with-colored-solutions-writing-down-notes-light-table-science-work-lab-chemistry_140725-37983.jpg", imageAlt: "Subject-specific coaching plan", button: { text: "Get in Touch", href: "tel:+919876543210" },
"http://img.b2bpic.net/free-photo/front-view-young-male-chemist-white-suit-front-table-with-colored-solutions-writing-down-notes-light-table-science-work-lab-chemistry_140725-37983.jpg?_wi=2", imageAlt: "Subject-specific coaching plan", button: { text: "Get in Touch", href: "tel:+919876543210" },
features: [
"Deep dive into single subject", "Expert-led sessions", "Concept mastery approach", "Exam strategy training", "Revision support"
],