From 8c9f3404ce60cee6ad4317841965daccf53c1279 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 09:46:18 +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 31d1502..1e6e659 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,10 +90,10 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "class-9-10", name: "Class IX–X", price: "₹12,000–₹18,000", imageSrc: "http://img.b2bpic.net/free-photo/girls-learning-more-about-chemistry-class_23-2149068370.jpg", imageAlt: "Class IX-X Maths & Science coaching program" + id: "class-9-10", name: "Class IX–X", price: "₹12,000–₹18,000", imageSrc: "http://img.b2bpic.net/free-photo/girls-learning-more-about-chemistry-class_23-2149068370.jpg?_wi=1", imageAlt: "Class IX-X Maths & Science coaching program" }, { - id: "class-11-12", name: "Class XI–XII", price: "₹15,000–₹25,000", imageSrc: "http://img.b2bpic.net/free-photo/girls-learning-more-about-chemistry-class_23-2149068370.jpg", imageAlt: "Class XI-XII Science stream comprehensive coaching" + id: "class-11-12", name: "Class XI–XII", price: "₹15,000–₹25,000", imageSrc: "http://img.b2bpic.net/free-photo/girls-learning-more-about-chemistry-class_23-2149068370.jpg?_wi=2", imageAlt: "Class XI-XII Science stream comprehensive coaching" }, { id: "jee-foundation", name: "JEE Foundation", price: "₹18,000–₹30,000", imageSrc: "http://img.b2bpic.net/free-photo/listening-teacher_1098-16253.jpg", imageAlt: "JEE preparation intensive coaching program" @@ -102,10 +102,10 @@ export default function LandingPage() { id: "neet-foundation", name: "NEET Foundation", price: "₹18,000–₹30,000", imageSrc: "http://img.b2bpic.net/free-photo/biologist-woman-examining-pepper-writing-microbiology-medical-expertise_482257-21584.jpg", imageAlt: "NEET medical entrance exam preparation program" }, { - id: "cuet-prep", name: "CUET Preparation", price: "₹10,000–₹20,000", imageSrc: "http://img.b2bpic.net/free-photo/girls-learning-more-about-chemistry-class_23-2149068370.jpg", imageAlt: "CUET entrance exam comprehensive preparation" + id: "cuet-prep", name: "CUET Preparation", price: "₹10,000–₹20,000", imageSrc: "http://img.b2bpic.net/free-photo/girls-learning-more-about-chemistry-class_23-2149068370.jpg?_wi=3", imageAlt: "CUET entrance exam comprehensive preparation" }, { - id: "board-prep", name: "Board Exam Prep", price: "₹8,000–₹15,000", imageSrc: "http://img.b2bpic.net/free-photo/girls-learning-more-about-chemistry-class_23-2149068370.jpg", imageAlt: "Board examination focused coaching program" + id: "board-prep", name: "Board Exam Prep", price: "₹8,000–₹15,000", imageSrc: "http://img.b2bpic.net/free-photo/girls-learning-more-about-chemistry-class_23-2149068370.jpg?_wi=4", imageAlt: "Board examination focused coaching program" } ]} /> -- 2.49.1