This commit is contained in:
2025-01-06 09:08:55 +01:00
parent 33b8b44b1f
commit 8f82df884a
7 changed files with 150 additions and 15 deletions

View File

@@ -6,20 +6,11 @@ export default function Footer() {
<h1 className="text-3xl font-bold">Thank You for Visiting</h1>
<p className="mt-4 text-xl">Connect with me on social platforms:</p>
<div className="flex justify-center space-x-4 mt-4">
<Link href="https://github.com/yourusername" target="_blank">
<img
src="/icons/github.svg"
alt="GitHub"
className="w-6 h-6 fill-current text-white hover:text-gray-400"
/>
</Link>
<Link href="https://linkedin.com/in/yourusername" target="_blank">
<img
src="/icons/linkedin.svg"
alt="LinkedIn"
className="w-6 h-6 fill-current text-white hover:text-gray-400"
/>
</Link>
<Link href="https://github.com/yourusername" target="_blank"></Link>
<Link
href="https://linkedin.com/in/yourusername"
target="_blank"
></Link>
{/* Add more social links as needed */}
</div>
<p className="mt-6">© Dennis Konkol 2024</p>