From ed08dc330a2c0747b8c7077fcdac9f5a26caab48 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:24:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7677beb..686de9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { { value: "20+", title: "Years of Excellence" }, { value: "150+", title: "Qualified Teachers" } ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-kids-with-laptop-tablet_23-2147782863.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-kids-with-laptop-tablet_23-2147782863.jpg?_wi=1" imageAlt="Smart classroom learning environment" mediaAnimation="opacity" metricsAnimation="slide-up" @@ -117,10 +117,10 @@ export default function LandingPage() { tag="All Classes Offered" tagIcon={GraduationCap} products={[ - { id: "lkg-ukg", name: "Lower & Upper Kindergarten", price: "Play-Based Learning", variant: "Age 3-5 | Foundational Development", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kids-with-laptop-tablet_23-2147782863.jpg", imageAlt: "LKG & UKG classroom" }, - { id: "primary", name: "Primary School", price: "Grades I-V", variant: "Age 6-11 | Core Academics & Skills", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kids-with-laptop-tablet_23-2147782863.jpg", imageAlt: "Primary school learning" }, - { id: "middle", name: "Middle School", price: "Grades VI-VIII", variant: "Age 12-14 | Subject Specialization", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kids-with-laptop-tablet_23-2147782863.jpg", imageAlt: "Middle school academics" }, - { id: "secondary", name: "High School", price: "Grades IX-XII", variant: "Age 15-18 | CBSE & IB Pathways", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kids-with-laptop-tablet_23-2147782863.jpg", imageAlt: "High school senior education" } + { id: "lkg-ukg", name: "Lower & Upper Kindergarten", price: "Play-Based Learning", variant: "Age 3-5 | Foundational Development", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kids-with-laptop-tablet_23-2147782863.jpg?_wi=2", imageAlt: "LKG & UKG classroom" }, + { id: "primary", name: "Primary School", price: "Grades I-V", variant: "Age 6-11 | Core Academics & Skills", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kids-with-laptop-tablet_23-2147782863.jpg?_wi=3", imageAlt: "Primary school learning" }, + { id: "middle", name: "Middle School", price: "Grades VI-VIII", variant: "Age 12-14 | Subject Specialization", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kids-with-laptop-tablet_23-2147782863.jpg?_wi=4", imageAlt: "Middle school academics" }, + { id: "secondary", name: "High School", price: "Grades IX-XII", variant: "Age 15-18 | CBSE & IB Pathways", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kids-with-laptop-tablet_23-2147782863.jpg?_wi=5", imageAlt: "High school senior education" } ]} gridVariant="uniform-all-items-equal" animationType="slide-up" -- 2.49.1