Vercel Build

This commit is contained in:
Şahan Hasret
2025-10-21 23:06:15 +03:00
parent 0e0d04b73d
commit f49e39ad23
8 changed files with 54 additions and 26 deletions

View File

@@ -1,4 +1,5 @@
import Link from 'next/link';
import Image from 'next/image';
export default function Footer() {
return (
@@ -8,14 +9,16 @@ export default function Footer() {
{/* Logo ve Bilgi */}
<div>
<div className="mb-4">
<img
src="https://www.ankara.bel.tr/assets/images/logo-white.svg"
<Image
src="https://www.ankara.bel.tr/assets/images/logo-white.svg"
alt="Ankara Büyükşehir Belediyesi"
width={64}
height={64}
className="h-16 w-auto object-contain"
/>
</div>
<p className="text-gray-300 text-sm leading-relaxed">
A2 Metro Hattı İnşaat Projesi - Ankara'nın ulaşım altyapısına modern çözümler sunuyoruz.
A2 Metro Hattı İnşaat Projesi - Ankara&#39;nın ulaşım altyapısına modern çözümler sunuyoruz.
</p>
</div>