diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index b95b158..13a8dbb 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -54,35 +54,35 @@ export default function CoursesPage() { { title: "Computer Science Engineering (CSE)", description: "Master programming languages, software development, web technologies, and cloud computing. Industry-ready skills in Python, Java, and modern frameworks.", - imageSrc: "http://img.b2bpic.net/free-photo/it-specialist-workstation-programming-monitor-writing-lines-code_482257-118997.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/it-specialist-workstation-programming-monitor-writing-lines-code_482257-118997.jpg?_wi=3", imageAlt: "Computer Science Engineering", button: { text: "Learn More", href: "/courses" }, }, { title: "Artificial Intelligence & Data Science", description: "Specialized curriculum focusing on machine learning algorithms, deep learning, data analytics, and AI applications in business and industry.", - imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-using-artificial-intelligence-visualization-tools_482257-126828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-using-artificial-intelligence-visualization-tools_482257-126828.jpg?_wi=2", imageAlt: "AI and Data Science", button: { text: "Learn More", href: "/courses" }, }, { title: "Electronics & Communication Engineering (ECE)", description: "Study embedded systems, microcontrollers, signal processing, telecommunications, and IoT technologies with state-of-the-art lab facilities.", - imageSrc: "http://img.b2bpic.net/free-photo/transistors_1160-25.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/transistors_1160-25.jpg?_wi=2", imageAlt: "Electronics and Communication", button: { text: "Learn More", href: "/courses" }, }, { title: "Mechanical Engineering", description: "Learn thermodynamics, CAD/CAM design, manufacturing processes, renewable energy, and industrial automation with hands-on workshop experience.", - imageSrc: "http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-male-worker-orange-protective-helmet_645730-108.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-male-worker-orange-protective-helmet_645730-108.jpg?_wi=2", imageAlt: "Mechanical Engineering", button: { text: "Learn More", href: "/courses" }, }, { title: "Civil Engineering", description: "Develop expertise in structural design, construction management, sustainable infrastructure, and civil engineering projects with modern tools.", - imageSrc: "http://img.b2bpic.net/free-photo/discussing-blueprint_1098-13779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/discussing-blueprint_1098-13779.jpg?_wi=2", imageAlt: "Civil Engineering", button: { text: "Learn More", href: "/courses" }, }, @@ -140,7 +140,7 @@ export default function CoursesPage() {