Update src/app/programs/page.tsx

This commit is contained in:
2026-03-06 07:06:08 +00:00
parent 6c79544376
commit cf30b72bdf

View File

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