From 5481f2e38a5e6d15932b4d07e2412c0a695b5081 Mon Sep 17 00:00:00 2001 From: mukeshs Date: Wed, 29 Oct 2025 12:49:34 +0530 Subject: [PATCH] Further updates on 29-10-25 --- src/components/Layouts/Footer.tsx | 71 +++++++++++++++++++------------ 1 file changed, 43 insertions(+), 28 deletions(-) diff --git a/src/components/Layouts/Footer.tsx b/src/components/Layouts/Footer.tsx index 5d43f9a..32d0e18 100644 --- a/src/components/Layouts/Footer.tsx +++ b/src/components/Layouts/Footer.tsx @@ -1,6 +1,5 @@ "use client"; import React from "react"; -import Link from "next/link"; export function Footer() { return ( @@ -9,12 +8,11 @@ export function Footer() {
{/* Company Info */}
- +
- 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: '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} - + ))}