From 5439c4ffc7bd64f24c33f155a7ec9aaf401ec730 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:50:16 +0000 Subject: [PATCH] Update src/app/urunler/page.tsx --- src/app/urunler/page.tsx | 70 ++++++++-------------------------------- 1 file changed, 14 insertions(+), 56 deletions(-) diff --git a/src/app/urunler/page.tsx b/src/app/urunler/page.tsx index a218c4c..db9f22f 100644 --- a/src/app/urunler/page.tsx +++ b/src/app/urunler/page.tsx @@ -29,10 +29,10 @@ export default function ProductsPage() { }, { items: [ - { label: "Kiralama", href: "/hizmetler" }, + { label: "Kiralama", href: "/hizmetler#kiralama" }, { label: "Satış", href: "/urunler" }, - { label: "Servis", href: "/hizmetler" }, - { label: "Bakım", href: "/hizmetler" }, + { label: "Servis", href: "/hizmetler#servis" }, + { label: "Bakım", href: "/hizmetler#bakim" }, ], }, { @@ -81,7 +81,7 @@ export default function ProductsPage() { { text: "Teklif İsteyin", href: "/iletisim" }, { text: "Daha Fazla Bilgi", href: "/hizmetler" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=7" + imageSrc="http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg" imageAlt="Yeni Nesil Forklift Teknolojisi" /> @@ -94,37 +94,13 @@ export default function ProductsPage() { tagIcon={Leaf} products={[ { - id: "1", - name: "Akülü Forklift 1.5T", - price: "Kiralama: ₺2.500/ay", - imageSrc: - "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=8", - imageAlt: "Akülü Forklift 1.5T", - }, + id: "1", name: "Akülü Forklift 1.5T", price: "Kiralama: ₺2.500/ay", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg", imageAlt: "Akülü Forklift 1.5T"}, { - id: "2", - name: "Lityum Forklift 2.0T", - price: "Kiralama: ₺3.200/ay", - imageSrc: - "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=9", - imageAlt: "Lityum Forklift 2.0T", - }, + id: "2", name: "Lityum Forklift 2.0T", price: "Kiralama: ₺3.200/ay", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg", imageAlt: "Lityum Forklift 2.0T"}, { - id: "3", - name: "Akülü Forklift 2.5T", - price: "Kiralama: ₺3.800/ay", - imageSrc: - "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=10", - imageAlt: "Akülü Forklift 2.5T", - }, + id: "3", name: "Akülü Forklift 2.5T", price: "Kiralama: ₺3.800/ay", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg", imageAlt: "Akülü Forklift 2.5T"}, { - id: "4", - name: "Lityum Forklift 3.0T", - price: "Kiralama: ₺4.200/ay", - imageSrc: - "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=11", - imageAlt: "Lityum Forklift 3.0T", - }, + id: "4", name: "Lityum Forklift 3.0T", price: "Kiralama: ₺4.200/ay", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg", imageAlt: "Lityum Forklift 3.0T"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -141,34 +117,16 @@ export default function ProductsPage() { tagIcon={Award} metrics={[ { - id: "1", - value: "%65", - title: "Akülü ve Lityum Teknoloji", - items: [ - "Çevre dostu çözümler", - "Düşük işletme maliyeti", - "Sessiz çalışma", - ], + id: "1", value: "%65", title: "Akülü ve Lityum Teknoloji", items: [ + "Çevre dostu çözümler", "Düşük işletme maliyeti", "Sessiz çalışma"], }, { - id: "2", - value: "Tüm Kapasiteler", - title: "1.5T - 3.5T", - items: [ - "Esnek kiralama seçenekleri", - "Hızlı teslimat", - "Profesyonel kurulum", - ], + id: "2", value: "Tüm Kapasiteler", title: "1.5T - 3.5T", items: [ + "Esnek kiralama seçenekleri", "Hızlı teslimat", "Profesyonel kurulum"], }, { - id: "3", - value: "24/7", - title: "Teknik Destek", - items: [ - "Acil müdahale garantisi", - "Yedek parça stoku", - "Uzman teknisyenler", - ], + id: "3", value: "24/7", title: "Teknik Destek", items: [ + "Acil müdahale garantisi", "Yedek parça stoku", "Uzman teknisyenler"], }, ]} textboxLayout="default"