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"}, ]} 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"}, ]}