-
+
-
Department of
Trauma Surgery
-
+
- {/* Company Links */}
+ {/* Company Links - Two Columns */}
Company
-
- {[
- { label: 'About CMC', href: '/about' },
- { label: 'Contact us', href: '/contact' },
- { label: 'Events', href: '/events' },
- { label: 'Education', href: '/education-training' },
- { label: 'Career', href: '/career' },
- { label: 'Team Member', href: '/teamMember' },
- ].map((link) => (
- -
-
- {link.label}
-
-
- ))}
-
+
+
+ {[
+ { label: 'About CMC', href: '/about' },
+ { label: 'Faculty Team', href: '/teamMember' },
+ { label: 'Academics', href: '/education-training' },
+ { label: 'Research', href: '/research'},
+ ].map((link) => (
+ -
+
+ {link.label}
+
+
+ ))}
+
+
+ {[
+ { label: 'Events', href: '/events' },
+ { label: 'Publications', href: '/publications'},
+ { label: 'Career', href: '/career' },
+ { label: 'Contact us', href: '/contact' },
+ ].map((link) => (
+ -
+
+ {link.label}
+
+
+ ))}
+
+
{/* Additional Links */}
@@ -68,12 +83,12 @@ export function Footer() {
{ label: 'Blogs', href: '/blogs' },
].map((link) => (
-
{link.label}
-
+
))}
@@ -121,13 +136,13 @@ export function Footer() {
{ label: 'Terms of Service', href: '#' },
{ label: 'Contact', href: '/contact' },
].map((link) => (
-
{link.label}
-
+
))}