Update src/app/urunler/page.tsx

This commit is contained in:
2026-03-03 19:50:16 +00:00
parent eb7c06fb6a
commit 5439c4ffc7

View File

@@ -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"
/>
</div>
@@ -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"