Update src/app/page.tsx

This commit is contained in:
2026-03-10 06:10:22 +00:00
parent 22a3e0d649
commit 2899802e2e

View File

@@ -77,16 +77,16 @@ export default function LandingPage() {
"http://img.b2bpic.net/free-photo/side-view-students-chatting-library_23-2149647047.jpg", imageAlt: "Modern classroom with engaged students"},
{
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:
"http://img.b2bpic.net/free-photo/young-teacher-telling-two-students-about-corporate-budgeting_1262-15357.jpg", imageAlt: "Accounts and commerce learning"},
@@ -103,7 +103,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}
@@ -177,19 +177,19 @@ 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"],
},