diff --git a/src/app/hakkimizda/page.tsx b/src/app/hakkimizda/page.tsx index bdc1a0d..77f656e 100644 --- a/src/app/hakkimizda/page.tsx +++ b/src/app/hakkimizda/page.tsx @@ -75,7 +75,7 @@ export default function AboutPage() { title="Hakkımızda - Tim Forklift" description="27 yıllık deneyim ve güven ile Türkiye'de forklift sektörüne yön veriyoruz. Müşteri memnuniyeti ve satış sonrası hizmetlerimiz bizi rakiplerimizden ayıran en temel fark." background={{ variant: "gradient-bars" }} - imageSrc="http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg?_wi=1" imageAlt="Tim Forklift Ekibi" /> @@ -141,7 +141,7 @@ export default function AboutPage() { avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg", + "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg?_wi=2", }, { id: "2", @@ -153,7 +153,7 @@ export default function AboutPage() { avatarSrc: "http://img.b2bpic.net/free-photo/portrait-asian-woman-business-owner-using-digital-tablet-checking-amount-stock-product-inventory-shelf-distribution-warehouse-factorylogistic-business-shipping-delivery-service_609648-2011.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/forklift-operator-loading-cargo-while-working-warehouse-his-colleagues-are-background_637285-4210.jpg", + "http://img.b2bpic.net/free-photo/forklift-operator-loading-cargo-while-working-warehouse-his-colleagues-are-background_637285-4210.jpg?_wi=3", }, { id: "3", @@ -165,7 +165,7 @@ export default function AboutPage() { avatarSrc: "http://img.b2bpic.net/free-photo/man-working-warehouse-driving-forklift_1303-26625.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/car-mechanic-repairs-blue-car-garage-with-tools_1157-46532.jpg", + "http://img.b2bpic.net/free-photo/car-mechanic-repairs-blue-car-garage-with-tools_1157-46532.jpg?_wi=5", }, ]} textboxLayout="default" diff --git a/src/app/hizmetler/page.tsx b/src/app/hizmetler/page.tsx index 65f076c..ac130e0 100644 --- a/src/app/hizmetler/page.tsx +++ b/src/app/hizmetler/page.tsx @@ -81,7 +81,7 @@ export default function ServicesPage() { { text: "İletişime Geçin", href: "/iletisim" }, { text: "Teklif İsteyin", href: "/iletisim" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/forklift-operator-loading-cargo-while-working-warehouse-his-colleagues-are-background_637285-4210.jpg" + imageSrc="http://img.b2bpic.net/free-photo/forklift-operator-loading-cargo-while-working-warehouse-his-colleagues-are-background_637285-4210.jpg?_wi=4" imageAlt="Forklift Hizmetleri" /> @@ -100,11 +100,11 @@ export default function ServicesPage() { "Tüm markalardan forklift satış ve aylık/yıllık esnek kiralama seçenekleri. Her ihtiyaca uygun çözümler ve finansal opsiyonlar sunuyoruz.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/forklift-operator-loading-cargo-while-working-warehouse-his-colleagues-are-background_637285-4210.jpg", + "http://img.b2bpic.net/free-photo/forklift-operator-loading-cargo-while-working-warehouse-his-colleagues-are-background_637285-4210.jpg?_wi=5", }, phoneTwo: { 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=6", }, }, { @@ -114,11 +114,11 @@ export default function ServicesPage() { "Sattığımız her ürünün arkasında duruyoruz. Periyodik bakım, revizyon ve 2. el hizmetleri Türkiye genelinde garantili olarak sunarız.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/car-mechanic-repairs-blue-car-garage-with-tools_1157-46532.jpg", + "http://img.b2bpic.net/free-photo/car-mechanic-repairs-blue-car-garage-with-tools_1157-46532.jpg?_wi=6", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg", + "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg?_wi=5", }, }, { @@ -128,11 +128,11 @@ export default function ServicesPage() { "2.800+ aktif makineye hizmet veren Türkiye geneli gezici servis ağımız. Acil durumlarda 2 saat içinde hızlı müdahale garantisi.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/car-mechanic-repairs-blue-car-garage-with-tools_1157-46532.jpg", + "http://img.b2bpic.net/free-photo/car-mechanic-repairs-blue-car-garage-with-tools_1157-46532.jpg?_wi=7", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg", + "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg?_wi=6", }, }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index e592b6a..1ca622a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,11 +115,11 @@ export default function HomePage() { description: "Tüm markalardan forklift satış ve aylık/yıllık esnek kiralama seçenekleri. Her ihtiyaca uygun çözümler.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/forklift-operator-loading-cargo-while-working-warehouse-his-colleagues-are-background_637285-4210.jpg", + "http://img.b2bpic.net/free-photo/forklift-operator-loading-cargo-while-working-warehouse-his-colleagues-are-background_637285-4210.jpg?_wi=1", }, phoneTwo: { 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=1", }, }, { @@ -128,11 +128,11 @@ export default function HomePage() { description: "Sattığımız her ürünün arkasında duruyoruz. Periyodik bakım, revizyon ve 2. el hizmetleri Türkiye genelinde.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/car-mechanic-repairs-blue-car-garage-with-tools_1157-46532.jpg", + "http://img.b2bpic.net/free-photo/car-mechanic-repairs-blue-car-garage-with-tools_1157-46532.jpg?_wi=1", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg", + "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg?_wi=1", }, }, { @@ -141,11 +141,11 @@ export default function HomePage() { description: "2.800+ aktif makineye hizmet veren Türkiye geneli gezici servis ağımız. Acil durumlarda hızlı müdahale.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/car-mechanic-repairs-blue-car-garage-with-tools_1157-46532.jpg", + "http://img.b2bpic.net/free-photo/car-mechanic-repairs-blue-car-garage-with-tools_1157-46532.jpg?_wi=2", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg", + "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg?_wi=2", }, }, ]} @@ -222,7 +222,7 @@ export default function HomePage() { 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=2", imageAlt: "Akülü Forklift 1.5T", }, { @@ -230,7 +230,7 @@ export default function HomePage() { 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=3", imageAlt: "Lityum Forklift 2.0T", }, { @@ -238,7 +238,7 @@ export default function HomePage() { 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=4", imageAlt: "Akülü Forklift 2.5T", }, ]} @@ -266,7 +266,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/car-mechanic-repairs-blue-car-garage-with-tools_1157-46532.jpg", + "http://img.b2bpic.net/free-photo/car-mechanic-repairs-blue-car-garage-with-tools_1157-46532.jpg?_wi=3", }, { id: "2", @@ -278,7 +278,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/portrait-asian-woman-business-owner-using-digital-tablet-checking-amount-stock-product-inventory-shelf-distribution-warehouse-factorylogistic-business-shipping-delivery-service_609648-2011.jpg", 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=5", }, { id: "3", @@ -290,7 +290,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/man-working-warehouse-driving-forklift_1303-26625.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg", + "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg?_wi=3", }, { id: "4", @@ -302,7 +302,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/car-mechanic-repairs-blue-car-garage-with-tools_1157-46532.jpg", + "http://img.b2bpic.net/free-photo/car-mechanic-repairs-blue-car-garage-with-tools_1157-46532.jpg?_wi=4", }, { id: "5", @@ -314,7 +314,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businessman-manager-ceo-holding-tablet-walking-through-warehouse-storage-area-looking-towards-shelves_342744-1499.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/forklift-operator-loading-cargo-while-working-warehouse-his-colleagues-are-background_637285-4210.jpg", + "http://img.b2bpic.net/free-photo/forklift-operator-loading-cargo-while-working-warehouse-his-colleagues-are-background_637285-4210.jpg?_wi=2", }, { id: "6", @@ -326,7 +326,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg", + "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg?_wi=4", }, ]} textboxLayout="default" diff --git a/src/app/urunler/page.tsx b/src/app/urunler/page.tsx index d7bb1bd..a218c4c 100644 --- a/src/app/urunler/page.tsx +++ b/src/app/urunler/page.tsx @@ -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" /> @@ -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", }, ]}