From cf30b72bdf9bf74bd1c442e75d582b441b73ce37 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:06:08 +0000 Subject: [PATCH] Update src/app/programs/page.tsx --- src/app/programs/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index 7ed0f39..eca053c 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -78,25 +78,25 @@ export default function ProgramsPage() { features={[ { id: 1, - title: "Bachelor of Science", description: "Physics, Chemistry, Biology, Mathematics, and Computer Science with advanced laboratory facilities and research opportunities.", imageSrc: "https://images.unsplash.com/photo-1530521954914-0f2b4ccdaa26?w=600&h=400&fit=crop", imageAlt: "Science Laboratory", buttons: [ + title: "Bachelor of Science", description: "Physics, Chemistry, Biology, Mathematics, and Computer Science with advanced laboratory facilities and research opportunities.", imageSrc: "https://images.unsplash.com/photo-1530521954914-0f2b4ccdaa26?w=600&h=400&fit=crop&_wi=2", imageAlt: "Science Laboratory", buttons: [ { text: "Learn More", href: "/" }, ], }, { id: 2, - title: "Bachelor of Commerce", description: "Accounting, Economics, Management, and Finance programs aligned with industry standards and professional certifications.", imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=600&h=400&fit=crop", imageAlt: "Commerce Department", buttons: [ + title: "Bachelor of Commerce", description: "Accounting, Economics, Management, and Finance programs aligned with industry standards and professional certifications.", imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=600&h=400&fit=crop&_wi=2", imageAlt: "Commerce Department", buttons: [ { text: "Learn More", href: "/" }, ], }, { id: 3, - title: "Master's Programs", description: "Advanced postgraduate degrees in specialized areas with focus on research, innovation, and career advancement.", imageSrc: "https://images.unsplash.com/photo-1553729782-b2efc2c563a3?w=600&h=400&fit=crop", imageAlt: "Postgraduate Studies", buttons: [ + title: "Master's Programs", description: "Advanced postgraduate degrees in specialized areas with focus on research, innovation, and career advancement.", imageSrc: "https://images.unsplash.com/photo-1553729782-b2efc2c563a3?w=600&h=400&fit=crop&_wi=2", imageAlt: "Postgraduate Studies", buttons: [ { text: "Learn More", href: "/" }, ], }, { id: 4, - title: "Research & Innovation", description: "Dedicated research centers and laboratories for cutting-edge studies in science, commerce, and interdisciplinary fields.", imageSrc: "https://images.unsplash.com/photo-1576091160399-3173fba999b8?w=600&h=400&fit=crop", imageAlt: "Research Center", buttons: [ + title: "Research & Innovation", description: "Dedicated research centers and laboratories for cutting-edge studies in science, commerce, and interdisciplinary fields.", imageSrc: "https://images.unsplash.com/photo-1576091160399-3173fba999b8?w=600&h=400&fit=crop&_wi=2", imageAlt: "Research Center", buttons: [ { text: "Learn More", href: "/" }, ], },