feat: update footer
This commit is contained in:
parent
5626c686c5
commit
7d2c038054
Binary file not shown.
|
After Width: | Height: | Size: 213 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 15 KiB |
|
|
@ -250,10 +250,16 @@ export default function Home() {
|
||||||
|
|
||||||
{/* Footer */}
|
{/* Footer */}
|
||||||
<footer className="relative z-10 border-t border-white/10 backdrop-blur-sm">
|
<footer className="relative z-10 border-t border-white/10 backdrop-blur-sm">
|
||||||
<div className="max-w-7xl mx-auto px-6 py-12">
|
<div className="max-w-7xl mx-auto px-6 pt-12 pb-4">
|
||||||
<div className="flex flex-col md:flex-row justify-between items-center gap-6">
|
<div className="flex flex-col md:flex-row justify-between items-center gap-6">
|
||||||
<div className="text-2xl font-bold bg-gradient-to-r from-purple-400 to-cyan-400 bg-clip-text text-transparent">
|
<div className="h-16 flex items-center">
|
||||||
Banatie
|
<Image
|
||||||
|
src="/banatie-logo-horisontal.png"
|
||||||
|
alt="Banatie Logo"
|
||||||
|
width={200}
|
||||||
|
height={60}
|
||||||
|
className="h-full w-auto object-contain"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex gap-8 text-sm text-gray-400">
|
<div className="flex gap-8 text-sm text-gray-400">
|
||||||
<a href="#" className="hover:text-white transition-colors">Documentation</a>
|
<a href="#" className="hover:text-white transition-colors">Documentation</a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue