diff --git a/src/app/product-catalog/page.tsx b/src/app/product-catalog/page.tsx index fe3bb8c..f973ff7 100644 --- a/src/app/product-catalog/page.tsx +++ b/src/app/product-catalog/page.tsx @@ -11,23 +11,23 @@ export default function ProductCatalogPage() { const products = [ // Echo Sounders & Multi-Scan Sonars { - id: "echo-sounder-1", name: "HONDEX HE-7700 Echo Sounder", price: "€1,200", variant: "Echo Sounders & Multi-Scan Sonars", imageSrc: "https://images.unsplash.com/photo-1601618395279-3c72b5c531a7?q=80&w=1920&auto=format&fit=crop", imageAlt: "HONDEX HE-7700 Echo Sounder - Fish finder display"}, + id: "echo-sounder-1", name: "HONDEX HE-7700 Echo Sounder", price: "€1,200", variant: "Echo Sounders & Multi-Scan Sonars", imageSrc: "https://images.unsplash.com/photo-1601618395279-3c72b5c531a7?q=80&w=1920&auto=format&fit=crop&_wi=1", imageAlt: "HONDEX HE-7700 Echo Sounder - Fish finder display"}, { - id: "multi-scan-sonar-1", name: "HONDEX HS-1000 Multi-Scan Sonar", price: "€4,500", variant: "Echo Sounders & Multi-Scan Sonars", imageSrc: "https://images.unsplash.com/photo-1596700810332-6a682c0e86b2?q=80&w=1920&auto=format&fit=crop", imageAlt: "HONDEX HS-1000 Multi-Scan Sonar - Sonar screen on a ship bridge"}, + id: "multi-scan-sonar-1", name: "HONDEX HS-1000 Multi-Scan Sonar", price: "€4,500", variant: "Echo Sounders & Multi-Scan Sonars", imageSrc: "https://images.unsplash.com/photo-1596700810332-6a682c0e86b2?q=80&w=1920&auto=format&fit=crop&_wi=1", imageAlt: "HONDEX HS-1000 Multi-Scan Sonar - Sonar screen on a ship bridge"}, { id: "echo-sounder-2", name: "HONDEX HE-9000 Pro Echo Sounder", price: "€2,500", variant: "Echo Sounders & Multi-Scan Sonars", imageSrc: "https://images.unsplash.com/photo-1582239474720-3051d95015b0?q=80&w=1920&auto=format&fit=crop", imageAlt: "HONDEX HE-9000 Pro Echo Sounder - Boat electronic screen"}, // Combo Units { - id: "combo-unit-1", name: "HONDEX HDX-12 Combo GPS/Sonar", price: "€3,800", variant: "Combo Units", imageSrc: "https://images.unsplash.com/photo-1627931390453-3b1a8f9f7a7d?q=80&w=1920&auto=format&fit=crop", imageAlt: "HONDEX HDX-12 Combo GPS/Sonar - Marine radio with display"}, + id: "combo-unit-1", name: "HONDEX HDX-12 Combo GPS/Sonar", price: "€3,800", variant: "Combo Units", imageSrc: "https://images.unsplash.com/photo-1627931390453-3b1a8f9f7a7d?q=80&w=1920&auto=format&fit=crop&_wi=1", imageAlt: "HONDEX HDX-12 Combo GPS/Sonar - Marine radio with display"}, { - id: "combo-unit-2", name: "HONDEX HDX-9 Combo Fishfinder/Plotter", price: "€2,900", variant: "Combo Units", imageSrc: "https://images.unsplash.com/photo-1601618395279-3c72b5c531a7?q=80&w=1920&auto=format&fit=crop", imageAlt: "HONDEX HDX-9 Combo Fishfinder/Plotter - Fish finder display"}, + id: "combo-unit-2", name: "HONDEX HDX-9 Combo Fishfinder/Plotter", price: "€2,900", variant: "Combo Units", imageSrc: "https://images.unsplash.com/photo-1601618395279-3c72b5c531a7?q=80&w=1920&auto=format&fit=crop&_wi=2", imageAlt: "HONDEX HDX-9 Combo Fishfinder/Plotter - Fish finder display"}, // Transducers and Sensors { - id: "transducer-1", name: "HONDEX 520-5MS Transducer", price: "€650", variant: "Transducers and Sensors", imageSrc: "https://images.unsplash.com/photo-1542470650-e7f0174e3001?q=80&w=1920&auto=format&fit=crop", imageAlt: "HONDEX 520-5MS Transducer - Marine equipment"}, + id: "transducer-1", name: "HONDEX 520-5MS Transducer", price: "€650", variant: "Transducers and Sensors", imageSrc: "https://images.unsplash.com/photo-1542470650-e7f0174e3001?q=80&w=1920&auto=format&fit=crop&_wi=1", imageAlt: "HONDEX 520-5MS Transducer - Marine equipment"}, { id: "sensor-1", name: "HONDEX Water Temperature Sensor", price: "€150", variant: "Transducers and Sensors", imageSrc: "https://images.unsplash.com/photo-1558913926-d98c30d3d5f9?q=80&w=1920&auto=format&fit=crop", imageAlt: "HONDEX Water Temperature Sensor - Weather sensor"}, { - id: "transducer-2", name: "HONDEX T-80 High-Frequency Transducer", price: "€900", variant: "Transducers and Sensors", imageSrc: "https://images.unsplash.com/photo-1542470650-e7f0174e3001?q=80&w=1920&auto=format&fit=crop", imageAlt: "HONDEX T-80 High-Frequency Transducer - Marine equipment"} + id: "transducer-2", name: "HONDEX T-80 High-Frequency Transducer", price: "€900", variant: "Transducers and Sensors", imageSrc: "https://images.unsplash.com/photo-1542470650-e7f0174e3001?q=80&w=1920&auto=format&fit=crop&_wi=2", imageAlt: "HONDEX T-80 High-Frequency Transducer - Marine equipment"} ]; const navItems = [ diff --git a/src/app/urunler-hizmetler/page.tsx b/src/app/urunler-hizmetler/page.tsx index da34e01..a6aa0ec 100644 --- a/src/app/urunler-hizmetler/page.tsx +++ b/src/app/urunler-hizmetler/page.tsx @@ -47,9 +47,9 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", name: "Balık Bulucu Sistemleri", price: "Fiyat Teklifi Alın", imageSrc: "https://images.unsplash.com/photo-1601618395279-3c72b5c531a7?q=80&w=1920&auto=format&fit=crop", imageAlt: "Modern balık bulucu sonar ekranı"}, + id: "p1", name: "Balık Bulucu Sistemleri", price: "Fiyat Teklifi Alın", imageSrc: "https://images.unsplash.com/photo-1601618395279-3c72b5c531a7?q=80&w=1920&auto=format&fit=crop&_wi=3", imageAlt: "Modern balık bulucu sonar ekranı"}, { - id: "p2", name: "VHF & SART Telsiz Sistemleri", price: "Fiyat Teklifi Alın", imageSrc: "https://images.unsplash.com/photo-1627931390453-3b1a8f9f7a7d?q=80&w=1920&auto=format&fit=crop", imageAlt: "VHF telsiz ve SART cihazları"}, + id: "p2", name: "VHF & SART Telsiz Sistemleri", price: "Fiyat Teklifi Alın", imageSrc: "https://images.unsplash.com/photo-1627931390453-3b1a8f9f7a7d?q=80&w=1920&auto=format&fit=crop&_wi=2", imageAlt: "VHF telsiz ve SART cihazları"}, { id: "p3", name: "EPIRB & Navtex Cihazları", price: "Fiyat Teklifi Alın", imageSrc: "https://images.unsplash.com/photo-1580971936551-789a42e56673?q=80&w=1920&auto=format&fit=crop", imageAlt: "EPIRB ve Navtex cihazları"}, { @@ -57,7 +57,7 @@ export default function LandingPage() { { id: "p5", name: "Gemi Otomasyon Sistemleri", price: "Fiyat Teklifi Alın", imageSrc: "https://images.unsplash.com/photo-1544372956-62ce9d0b818c?q=80&w=1920&auto=format&fit=crop", imageAlt: "Gemi otomasyon sistemleri kontrol paneli"}, { - id: "p6", name: "Seyir ve Radar Sistemleri", price: "Fiyat Teklifi Alın", imageSrc: "https://images.unsplash.com/photo-1596700810332-6a682c0e86b2?q=80&w=1920&auto=format&fit=crop", imageAlt: "Gelişmiş seyir ve radar sistemleri"}, + id: "p6", name: "Seyir ve Radar Sistemleri", price: "Fiyat Teklifi Alın", imageSrc: "https://images.unsplash.com/photo-1596700810332-6a682c0e86b2?q=80&w=1920&auto=format&fit=crop&_wi=2", imageAlt: "Gelişmiş seyir ve radar sistemleri"}, ]} title="Gelişmiş Deniz Teknolojileri" description="Yatınız veya geminiz için en güvenilir ve yüksek performanslı çözümleri keşfedin."