Update src/app/page.tsx
This commit is contained in:
@@ -87,20 +87,20 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Class 8-10 Foundation Program", description: "Strong foundation in core subjects (Math, Science, English) with emphasis on conceptual clarity and board exam preparation. Regular assessments and personalized feedback.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-students-studying-together_23-2149647045.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/confident-diverse-team-working-project-office_74855-1563.jpg" },
|
||||
title: "Class 8-10 Foundation Program", description: "Strong foundation in core subjects (Math, Science, English) with emphasis on conceptual clarity and board exam preparation. Regular assessments and personalized feedback.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-students-studying-together_23-2149647045.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/confident-diverse-team-working-project-office_74855-1563.jpg?_wi=1" },
|
||||
buttons: [{ text: "Enquire", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Class 11-12 Science Program", description: "Advanced curriculum aligned with board exam patterns. Expert faculty in Physics, Chemistry, and Biology. Intensive problem-solving sessions and doubt clearance guaranteed.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-talking-man_23-2150171351.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/confident-diverse-team-working-project-office_74855-1563.jpg" },
|
||||
title: "Class 11-12 Science Program", description: "Advanced curriculum aligned with board exam patterns. Expert faculty in Physics, Chemistry, and Biology. Intensive problem-solving sessions and doubt clearance guaranteed.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-talking-man_23-2150171351.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/confident-diverse-team-working-project-office_74855-1563.jpg?_wi=2" },
|
||||
buttons: [{ text: "Enquire", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "JEE & NEET Specialist Batches", description: "Dedicated batches with topic-wise modules, regular mock tests, and strategic exam preparation. Early syllabus completion with time for revision and practice.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/confident-diverse-team-working-project-office_74855-1563.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-talking-man_23-2150171351.jpg" },
|
||||
title: "JEE & NEET Specialist Batches", description: "Dedicated batches with topic-wise modules, regular mock tests, and strategic exam preparation. Early syllabus completion with time for revision and practice.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/confident-diverse-team-working-project-office_74855-1563.jpg?_wi=3" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-talking-man_23-2150171351.jpg?_wi=2" },
|
||||
buttons: [{ text: "Enquire", href: "#contact" }]
|
||||
}
|
||||
]}
|
||||
@@ -180,13 +180,13 @@ export default function LandingPage() {
|
||||
description="Modern infrastructure designed for optimal learning and comprehensive exam preparation."
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Smart Classrooms", price: "Interactive Learning", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-students-studying-together_23-2149647045.jpg", imageAlt: "Modern smart classroom with technology"
|
||||
id: "1", name: "Smart Classrooms", price: "Interactive Learning", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-students-studying-together_23-2149647045.jpg?_wi=2", imageAlt: "Modern smart classroom with technology"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Comprehensive Study Material", price: "Topic-Wise Modules", imageSrc: "http://img.b2bpic.net/free-photo/confident-diverse-team-working-project-office_74855-1563.jpg", imageAlt: "Study material and practice papers"
|
||||
id: "2", name: "Comprehensive Study Material", price: "Topic-Wise Modules", imageSrc: "http://img.b2bpic.net/free-photo/confident-diverse-team-working-project-office_74855-1563.jpg?_wi=4", imageAlt: "Study material and practice papers"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Regular Mock Tests", price: "Weekly Assessments", imageSrc: "http://img.b2bpic.net/free-photo/confident-diverse-team-working-project-office_74855-1563.jpg", imageAlt: "Test series and assessments"
|
||||
id: "3", name: "Regular Mock Tests", price: "Weekly Assessments", imageSrc: "http://img.b2bpic.net/free-photo/confident-diverse-team-working-project-office_74855-1563.jpg?_wi=5", imageAlt: "Test series and assessments"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user