Vercel Build
This commit is contained in:
@@ -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'nın ulaşım altyapısına modern çözümler sunuyoruz.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user