This commit is contained in:
2025-08-21 16:13:23 +02:00
parent 563ff04ae5
commit 82394b564f
20 changed files with 239 additions and 124 deletions

View File

@@ -3,9 +3,9 @@ import { Logo } from '@/components/Logo'
export function Footer() {
return (
<footer className="bg-creme-900">
<footer className="bg-transparent border-darkgr-950 border-t-4">
<Container>
<div className="flex items-center justify-between py-16">
<div className="flex items-center justify-between py-8">
<Logo className="h-10 w-auto" />
<p className="text-sm text-slate-500">
Copyright &copy; {new Date().getFullYear()} VEDA. All rights reserved.