fix: resolve broken image URLs and add missing sizes prop to all Image components
This commit is contained in:
@@ -21,7 +21,7 @@ export const SERVICES = [
|
||||
{
|
||||
title: "Mobil Vinç Kiralama",
|
||||
description: "500 tona kadar kaldırma kapasitesine sahip geniş filomuzla, en zorlu şantiye koşullarında yüksek hassasiyetli operasyonlar.",
|
||||
image: "https://images.unsplash.com/photo-1541625602330-2277a4c4b282?q=80&w=2070&auto=format&fit=crop"
|
||||
image: "https://images.unsplash.com/photo-1504307651254-35680f356dfd?q=80&w=2070&auto=format&fit=crop"
|
||||
},
|
||||
{
|
||||
title: "Sepetli Platform",
|
||||
@@ -46,7 +46,7 @@ export const FLEET_ITEMS = [
|
||||
description: "Endüstriyel ağır kaldırma operasyonları için maksimum stabilite ve erişim gücü.",
|
||||
capacity: "300 Ton",
|
||||
reach: "78 Metre",
|
||||
image: "https://images.unsplash.com/photo-1541625602330-2277a4c4b282?q=80&w=2070&auto=format&fit=crop",
|
||||
image: "https://images.unsplash.com/photo-1504307651254-35680f356dfd?q=80&w=2070&auto=format&fit=crop",
|
||||
status: "Müsait",
|
||||
category: "Mobil Vinç"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user