diff --git a/src/pages/CollegePage.tsx b/src/pages/CollegePage.tsx index ce7a3fa..b737a13 100644 --- a/src/pages/CollegePage.tsx +++ b/src/pages/CollegePage.tsx @@ -5,46 +5,53 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function CollegePage() { return ( <> -
- +
+ - -
+ tag="Programs" + title="Available Degrees" + description="We offer a wide range of academic paths." + items={[ + { + title: "FSc Pre-Medical", description: "Foundation for medical excellence.", href: "/college", imageSrc: "http://img.b2bpic.net/free-photo/medical-themeobservation-room-with-computer-tomograph-group-doctors-meeting-mri-office-diagnostic-center-hospital_627829-6526.jpg" + }, + { + title: "FSc Pre-Eng", description: "Engineering foundations.", href: "/college", imageSrc: "http://img.b2bpic.net/free-photo/easy-fun-group-young-people-casual-clothes-working-modern-office_146671-16478.jpg" + }, + { + title: "ICS", description: "Core computer science studies.", href: "/college", imageSrc: "http://img.b2bpic.net/free-photo/close-up-kid-while-having-technology-education-class_23-2149123764.jpg" + }, + { + title: "ICom", description: "Commerce and business basics.", href: "/college", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-bored-people-working_23-2150697600.jpg" + }, + { + title: "FA", description: "Arts and humanities programs.", href: "/college", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-students-math-class_23-2151641225.jpg" + }, + { + title: "Inter Tech", description: "Technical skill-based schooling.", href: "/college", imageSrc: "http://img.b2bpic.net/free-photo/serious-adult-male-student-studying-computer-class_74855-1211.jpg" + }, + { + title: "BS Computer Science", description: "Affiliated with recognized universities.", href: "/college", imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-talking-with-customer-using-headphones-mic-closeup_482257-125960.jpg" + } + ]} + /> +
+
-
- +
+ - -
+ tag="Admissions" + text="Start your college journey today." + primaryButton={{ + text: "Apply Now", href: "/admissions" + }} + secondaryButton={{ + text: "Call Us", href: "tel:+923158333895" + }} + /> +
+
); }