ok rm gitignore
This commit is contained in:
17
public/images/components/Footer.jsx
Normal file
17
public/images/components/Footer.jsx
Normal file
@@ -0,0 +1,17 @@
|
||||
import { Container } from '@/components/Container'
|
||||
import { Logo } from '@/components/Logo'
|
||||
|
||||
export function Footer() {
|
||||
return (
|
||||
<footer className="bg-bg-clay border-primary-olive border-t-2">
|
||||
<Container>
|
||||
<div className="flex items-center justify-between py-8">
|
||||
<Logo className="h-10 w-auto" />
|
||||
<p className="text-sm text-primary-olive hover:text-primary-terracotta transition-colors duration-200">
|
||||
Copyright © {new Date().getFullYear()} VEDA. All rights reserved.
|
||||
</p>
|
||||
</div>
|
||||
</Container>
|
||||
</footer>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user