From 340591c19c5ca8045e8cda9a572b110a4157f1eb Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 14:25:31 +0000 Subject: [PATCH] Update src/app/courses/page.tsx --- src/app/courses/page.tsx | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index 8343d4e..0248605 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -30,8 +30,7 @@ export default function CoursesPage() { { name: "FAQ", id: "faq" } ]} button={{ - text: "Enroll Now", - href: "/contact" + text: "Enroll Now", href: "/contact" }} /> @@ -47,27 +46,19 @@ export default function CoursesPage() { features={[ { id: 1, - title: "Fundamentals of Programming", - description: "Master core programming concepts, data structures, algorithms, and best practices with hands-on coding exercises. Learn problem-solving techniques and build strong foundations in computer science principles.", - imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg" + title: "Fundamentals of Programming", description: "Master core programming concepts, data structures, algorithms, and best practices with hands-on coding exercises. Learn problem-solving techniques and build strong foundations in computer science principles.", imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg" }, { id: 2, - title: "Web Development Mastery", - description: "Build responsive websites using HTML, CSS, JavaScript, React, and modern web frameworks. Create professional portfolios and deploy full-stack applications with modern development tools.", - imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg" + title: "Web Development Mastery", description: "Build responsive websites using HTML, CSS, JavaScript, React, and modern web frameworks. Create professional portfolios and deploy full-stack applications with modern development tools.", imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg" }, { id: 3, - title: "Mobile App Development", - description: "Create native and cross-platform mobile applications for iOS and Android with industry tools like React Native and Flutter. Learn app store deployment and mobile UI/UX principles.", - imageSrc: "https://img.b2bpic.net/free-vector/laptop-with-tablet-smartphone-website-information_24877-53528.jpg" + title: "Mobile App Development", description: "Create native and cross-platform mobile applications for iOS and Android with industry tools like React Native and Flutter. Learn app store deployment and mobile UI/UX principles.", imageSrc: "https://img.b2bpic.net/free-vector/laptop-with-tablet-smartphone-website-information_24877-53528.jpg" }, { id: 4, - title: "Backend Systems & Databases", - description: "Design scalable backend architectures, APIs, and database systems with proven technologies. Master server deployment, cloud services, and enterprise-level system design patterns.", - imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg" + title: "Backend Systems & Databases", description: "Design scalable backend architectures, APIs, and database systems with proven technologies. Master server deployment, cloud services, and enterprise-level system design patterns.", imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg" } ]} /> @@ -110,4 +101,4 @@ export default function CoursesPage() { ); -} \ No newline at end of file +}