Spaces:
No application file
No application file
| export function Footer() { | |
| return ( | |
| <footer className="bg-gray-900 text-gray-300 py-8 px-6 lg:px-8"> | |
| <div className="mx-auto max-w-7xl"> | |
| <div className="text-center"> | |
| <p className="text-sm text-gray-400"> | |
| © 2026 DeepTrust. All rights reserved. | |
| </p> | |
| </div> | |
| </div> | |
| </footer> | |
| ); | |
| } | |