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 />
Room A601, 6th Floor, A Block<br />
CMC Vellore Ranipet Campus<br />
Kilminnal Village, Ranipet 632517,<br />
Kilminnal Village, Ranipet - 632517,<br />
Tamil Nadu
</p>
<p className="text-gray-100">0417-2224626</p>
@ -103,7 +103,8 @@ export function Footer() {
<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="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">
<p>
© {new Date().getFullYear()} Copyright by{" "}
<a
href="#"
@ -113,7 +114,8 @@ export function Footer() {
</a>
. All Rights Reserved.
</p>
<div className="flex flex-wrap justify-center md:justify-end space-x-6">
</div>
<div className="flex flex-wrap justify-center space-x-6">
{[
{ label: 'Privacy Policy', href: '#' },
{ label: 'Terms of Service', href: '#' },
@ -128,6 +130,14 @@ export function Footer() {
</Link>
))}
</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>