Update src/app/urunler/page.tsx
This commit is contained in:
@@ -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>
|
||||
@@ -94,13 +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", 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?_wi=8", 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", 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?_wi=9", 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", 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?_wi=10", 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", 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?_wi=11", imageAlt: "Lityum Forklift 3.0T"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user