From 73f46198c23ef26b654c0dfca485871f15a13b3e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:21:50 +0000 Subject: [PATCH 1/2] Update src/app/courses/page.tsx --- src/app/courses/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index c4da2bb..215d3f2 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -118,19 +118,19 @@ export default function CoursesPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Mechanical Engineering", description: + id: 1, title: "Mechanical Engineering", description: "Focus on mechanical design, thermal systems, and manufacturing technologies with industry-relevant projects", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-delight-looking-flask-chemistry-class_259150-60223.jpg"}, { - id: "2", title: "Computer Science & IT", description: + id: 2, title: "Computer Science & IT", description: "Learn software development, cloud computing, artificial intelligence, and web technologies from expert faculty", imageSrc: "http://img.b2bpic.net/free-photo/blue-orange-plastic-chairs_250224-173.jpg"}, { - id: "3", title: "Business Administration", description: + id: 3, title: "Business Administration", description: "Develop management skills in finance, marketing, human resources, and strategic business operations", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-team-working_23-2149271692.jpg"}, { - id: "4", title: "Civil Engineering", description: + id: 4, title: "Civil Engineering", description: "Master infrastructure development, construction management, and sustainable building practices", imageSrc: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13041.jpg"}, ]} -- 2.49.1 From d8b027710a4ebda8a67f4137a3ae3725adeef4b7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:21:51 +0000 Subject: [PATCH 2/2] 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 6a409de..b43fac1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,19 +130,19 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - id: "1", title: "20+ Years Excellence", description: + id: 1, title: "20+ Years Excellence", description: "Established track record in educational excellence and student development", imageSrc: "http://img.b2bpic.net/free-photo/view-city-square_1359-45.jpg"}, { - id: "2", title: "Modern Laboratories", description: + id: 2, title: "Modern Laboratories", description: "State-of-the-art facilities for hands-on practical learning and research", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-delight-looking-flask-chemistry-class_259150-60223.jpg"}, { - id: "3", title: "Experienced Faculty", description: + id: 3, title: "Experienced Faculty", description: "Dedicated educators with industry expertise and academic credentials", imageSrc: "http://img.b2bpic.net/free-photo/blue-orange-plastic-chairs_250224-173.jpg"}, { - id: "4", title: "Placement Support", description: + id: 4, title: "Placement Support", description: "Comprehensive career guidance and placement assistance for students", imageSrc: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13041.jpg"}, ]} -- 2.49.1