This commit is contained in:
2025-10-17 08:59:44 +02:00
parent 4c2c19152b
commit 98c7ce8f87
13 changed files with 229 additions and 70 deletions

View File

@@ -1,4 +1,4 @@
function Footer() {
export default function Footer() {
return (
<footer className="border-t border-slate-800 bg-slate-900 py-12">
<div className="container mx-auto px-6 text-center text-slate-400">
@@ -8,5 +8,3 @@ function Footer() {
</footer>
);
}
export default Footer;