footer update

This commit is contained in:
2025-10-22 12:11:42 +05:30
parent 1701eb0af0
commit 08ce60a14a

View File

@ -26,7 +26,7 @@ export function Footer() {
Department of Trauma Surgery<br /> Department of Trauma Surgery<br />
Room A601, 6th Floor, A Block<br /> Room A601, 6th Floor, A Block<br />
CMC Vellore Ranipet Campus<br /> CMC Vellore Ranipet Campus<br />
Kilminnal Village, Ranipet 632517,<br /> Kilminnal Village, Ranipet - 632517,<br />
Tamil Nadu Tamil Nadu
</p> </p>
<p className="text-gray-100">0417-2224626</p> <p className="text-gray-100">0417-2224626</p>
@ -103,17 +103,19 @@ export function Footer() {
<div className="border-t border-gray-600 border-opacity-30"> <div className="border-t border-gray-600 border-opacity-30">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-6"> <div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-6">
<div className="flex flex-col md:flex-row justify-between items-center space-y-4 md:space-y-0"> <div className="flex flex-col md:flex-row justify-between items-center space-y-4 md:space-y-0">
<p className="text-sm text-gray-300"> <div className="text-sm text-gray-300">
© {new Date().getFullYear()} Copyright by{" "} <p>
<a © {new Date().getFullYear()} Copyright by{" "}
href="#" <a
className="text-red-600 hover:text-red-700" href="#"
> className="text-red-600 hover:text-red-700"
CMC >
</a> CMC
. All Rights Reserved. </a>
</p> . All Rights Reserved.
<div className="flex flex-wrap justify-center md:justify-end space-x-6"> </p>
</div>
<div className="flex flex-wrap justify-center space-x-6">
{[ {[
{ label: 'Privacy Policy', href: '#' }, { label: 'Privacy Policy', href: '#' },
{ label: 'Terms of Service', href: '#' }, { label: 'Terms of Service', href: '#' },
@ -128,6 +130,14 @@ export function Footer() {
</Link> </Link>
))} ))}
</div> </div>
<div className="text-sm text-gray-300">
<p>
Developed by{" "}
<span className="text-red-600 font-medium">
Rootxwire
</span>
</p>
</div>
</div> </div>
</div> </div>
</div> </div>