Update src/app/urunler/page.tsx

This commit is contained in:
2026-03-03 19:33:25 +00:00
parent 23a7c8e100
commit ff021ea1bd

View File

@@ -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"
imageSrc="http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=7"
imageAlt="Yeni Nesil Forklift Teknolojisi"
/>
</div>
@@ -98,7 +98,7 @@ export default function ProductsPage() {
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",
"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",
},
{
@@ -106,7 +106,7 @@ export default function ProductsPage() {
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",
"http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=9",
imageAlt: "Lityum Forklift 2.0T",
},
{
@@ -114,7 +114,7 @@ export default function ProductsPage() {
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",
"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",
},
{
@@ -122,7 +122,7 @@ export default function ProductsPage() {
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",
"http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=11",
imageAlt: "Lityum Forklift 3.0T",
},
]}