4 Commits

Author SHA1 Message Date
f046243dc1 Merge version_13 into main
Merge version_13 into main
2026-03-04 18:39:34 +00:00
def835fa40 Update src/app/page.tsx 2026-03-04 18:39:29 +00:00
5f063ecae0 Update src/app/elektrikli-forklift/[modelName]/page.tsx 2026-03-04 18:39:28 +00:00
8c871dc055 Merge version_12 into main
Merge version_12 into main
2026-03-04 18:24:51 +00:00
2 changed files with 30 additions and 16 deletions

View File

@@ -123,9 +123,13 @@ export default function ProductDetailPage({ params }: ProductDetailPageProps) {
<div className="max-w-6xl mx-auto"> <div className="max-w-6xl mx-auto">
{/* Breadcrumb */} {/* Breadcrumb */}
<div className="flex items-center gap-2 text-sm text-gray-600 mb-8"> <div className="flex items-center gap-2 text-sm text-gray-600 mb-8">
<a href="/" className="hover:text-red-600">Ana Sayfa</a> <a href="/" className="hover:text-red-600">
Ana Sayfa
</a>
<ChevronRight size={16} /> <ChevronRight size={16} />
<a href="/#products" className="hover:text-red-600">Ürünler</a> <a href="/#products" className="hover:text-red-600">
Ürünler
</a>
<ChevronRight size={16} /> <ChevronRight size={16} />
<span className="text-red-600 font-semibold">{modelName}</span> <span className="text-red-600 font-semibold">{modelName}</span>
</div> </div>
@@ -157,18 +161,18 @@ export default function ProductDetailPage({ params }: ProductDetailPageProps) {
{/* CTA Box */} {/* CTA Box */}
<div className="bg-red-600 text-white rounded-lg p-6 h-fit"> <div className="bg-red-600 text-white rounded-lg p-6 h-fit">
<h3 className="text-2xl font-bold mb-6">Fiyat ve Kiralama</h3> <h3 className="text-2xl font-bold mb-6">Detaylı Bilgi</h3>
<p className="text-sm mb-6 text-red-100"> <p className="text-sm mb-6 text-red-100">
Bu model hakkında detaylı fiyat ve kiralama seçenekleri için bize ulaşın. Türkiye genelinde hızlı teslimat ve kurulum hizmeti sağlarız. Bu model hakkında detaylı fiyat ve kiralama seçenekleri için bize ulaşın. Türkiye genelinde hızlı teslimat ve kurulum hizmeti sağlarız.
</p> </p>
<div className="space-y-4 mb-6"> <div className="space-y-4 mb-6">
<a <a
href="tel:+905324021146" href="tel:+902165371439"
className="flex items-center justify-center gap-2 bg-white text-red-600 font-semibold py-3 px-4 rounded-lg hover:bg-red-50 transition-colors" className="flex items-center justify-center gap-2 bg-white text-red-600 font-semibold py-3 px-4 rounded-lg hover:bg-red-50 transition-colors"
> >
<Phone size={20} /> <Phone size={20} />
0532 402 1146 0216 537 14 39
</a> </a>
<a <a
href="https://wa.me/905324021146" href="https://wa.me/905324021146"

View File

@@ -185,25 +185,35 @@ export default function HomePage() {
tagIcon={Leaf} tagIcon={Leaf}
products={[ products={[
{ {
id: "1", name: "Transpalet Modelleri", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=2", imageAlt: "Transpalet Modelleri", onProductClick: () => window.location.href = "/transpalet-modelleri"}, id: "1", name: "Transpalet Modelleri", price: "Detaylı Bilgi İçin: 0216 537 14 39", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=2", imageAlt: "Transpalet Modelleri", onProductClick: () => (window.location.href = "/transpalet-modelleri"),
},
{ {
id: "2", name: "İstif Makinesi", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=3", imageAlt: "İstif Makinesi", onProductClick: () => window.location.href = "/istif-makinesi"}, id: "2", name: "İstif Makineleri", price: "Detaylı Bilgi İçin: 0216 537 14 39", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=3", imageAlt: "İstif Makineleri", onProductClick: () => (window.location.href = "/istif-makineleri"),
},
{ {
id: "3", name: "Elektrikli Forklift", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=4", imageAlt: "Elektrikli Forklift", onProductClick: () => window.location.href = "/elektrikli-forklift"}, id: "3", name: "Elektrikli Forklift", price: "Detaylı Bilgi İçin: 0216 537 14 39", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=4", imageAlt: "Elektrikli Forklift", onProductClick: () => (window.location.href = "/elektrikli-forklift"),
},
{ {
id: "4", name: "Dizel Forklift", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=5", imageAlt: "Dizel Forklift", onProductClick: () => window.location.href = "/dizel-forklift"}, id: "4", name: "Dizel Forklift", price: "Detaylı Bilgi İçin: 0216 537 14 39", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=5", imageAlt: "Dizel Forklift", onProductClick: () => (window.location.href = "/dizel-forklift"),
},
{ {
id: "5", name: "Reach Truck", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=6", imageAlt: "Reach Truck", onProductClick: () => window.location.href = "/reach-truck"}, id: "5", name: "Reach Truck", price: "Detaylı Bilgi İçin: 0216 537 14 39", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=6", imageAlt: "Reach Truck", onProductClick: () => (window.location.href = "/reach-truck"),
},
{ {
id: "6", name: "Sipariş Toplayıcılar", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=7", imageAlt: "Sipariş Toplayıcılar", onProductClick: () => window.location.href = "/siparis-toplayicilari"}, id: "6", name: "Sipariş Toplayıcılar", price: "Detaylı Bilgi İçin: 0216 537 14 39", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=7", imageAlt: "Sipariş Toplayıcılar", onProductClick: () => (window.location.href = "/siparis-toplayicilari"),
},
{ {
id: "7", name: "Elektrikli Çekiciler", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=8", imageAlt: "Elektrikli Çekiciler", onProductClick: () => window.location.href = "/elektrikli-cekiciler"}, id: "7", name: "Elektrikli Çekiciler", price: "Detaylı Bilgi İçin: 0216 537 14 39", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=8", imageAlt: "Elektrikli Çekiciler", onProductClick: () => (window.location.href = "/elektrikli-cekiciler"),
},
{ {
id: "8", name: "Dar Koridor Makinesi", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=9", imageAlt: "Dar Koridor Makinesi", onProductClick: () => window.location.href = "/dar-koridor-makinesi"}, id: "8", name: "Dar Koridor Makineleri", price: "Detaylı Bilgi İçin: 0216 537 14 39", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=9", imageAlt: "Dar Koridor Makineleri", onProductClick: () => (window.location.href = "/dar-koridor-makineleri"),
},
{ {
id: "9", name: "Forklift Aksamları", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=10", imageAlt: "Forklift Aksamları", onProductClick: () => window.location.href = "/forklift-aksamlari"}, id: "9", name: "Forklift Ataşmanları", price: "Detaylı Bilgi İçin: 0216 537 14 39", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=10", imageAlt: "Forklift Ataşmanları", onProductClick: () => (window.location.href = "/forklift-atashmanları"),
},
{ {
id: "10", name: "Makas Platform", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=11", imageAlt: "Makas Platform", onProductClick: () => window.location.href = "/makas-platform"}, id: "10", name: "Makaslı Platform", price: "Detaylı Bilgi İçin: 0216 537 14 39", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=11", imageAlt: "Makaslı Platform", onProductClick: () => (window.location.href = "/makasli-platform"),
},
]} ]}
gridVariant="bento-grid" gridVariant="bento-grid"
animationType="slide-up" animationType="slide-up"