feat:favicon and age info
This commit is contained in:
@@ -19,7 +19,12 @@ export default function Footer() {
|
||||
return (
|
||||
<footer className="relative z-40 flex h-[250px] flex-col items-center justify-center bg-[#d09035]">
|
||||
<div className="text-center">
|
||||
<h3 className="mb-4 font-['Intro',sans-serif] text-2xl text-white">
|
||||
<h3 className="mb-4 flex items-center justify-center gap-2 font-['Intro',sans-serif] text-2xl text-white">
|
||||
<img
|
||||
src="/favicon.png"
|
||||
alt=""
|
||||
className="h-8 w-8 rounded bg-[#0B1C1F]"
|
||||
/>
|
||||
Kunstenkamp
|
||||
</h3>
|
||||
<p className="mb-6 font-['Intro',sans-serif] text-white/80">
|
||||
|
||||
Reference in New Issue
Block a user