36 Commits

Author SHA1 Message Date
cc5dbdd799 Update src/app/styles/variables.css 2026-03-04 18:09:35 +00:00
805e811220 Update src/app/styles/base.css 2026-03-04 18:09:35 +00:00
b4bedff8cd Update src/app/page.tsx 2026-03-04 18:09:35 +00:00
365f017427 Update src/app/layout.tsx 2026-03-04 18:09:34 +00:00
ed2503268e Merge version_9 into main
Merge version_9 into main
2026-03-04 17:29:30 +00:00
c43d90b888 Update src/app/page.tsx 2026-03-04 17:29:26 +00:00
d222fea8f8 Merge version_8 into main
Merge version_8 into main
2026-03-04 14:38:40 +00:00
882b3632a3 Update src/app/page.tsx 2026-03-04 14:38:36 +00:00
7bfd26febf Merge version_7 into main
Merge version_7 into main
2026-03-03 21:14:48 +00:00
55a35bfe61 Update src/app/page.tsx 2026-03-03 21:14:40 +00:00
c272fead58 Merge version_6 into main
Merge version_6 into main
2026-03-03 20:27:29 +00:00
4ee8b3253e Update src/app/page.tsx 2026-03-03 20:27:24 +00:00
bc3efaeeae Update src/app/layout.tsx 2026-03-03 20:27:22 +00:00
90d774578c Merge version_5 into main
Merge version_5 into main
2026-03-03 20:12:13 +00:00
a3558fa615 Update src/app/page.tsx 2026-03-03 20:12:06 +00:00
ada8111595 Update src/app/urunler/page.tsx 2026-03-03 20:06:52 +00:00
5838d81936 Update src/app/page.tsx 2026-03-03 20:06:51 +00:00
20d71a0163 Update src/app/layout.tsx 2026-03-03 20:06:50 +00:00
445b3706f2 Update src/app/hizmetler/page.tsx 2026-03-03 20:06:48 +00:00
a704c08d0e Update src/app/hakkimizda/page.tsx 2026-03-03 20:06:46 +00:00
3679952c82 Merge version_4 into main
Merge version_4 into main
2026-03-03 19:56:18 +00:00
493ab6bc6c Update src/app/page.tsx 2026-03-03 19:56:13 +00:00
3cb1cfe7a1 Update src/app/layout.tsx 2026-03-03 19:56:12 +00:00
5439c4ffc7 Update src/app/urunler/page.tsx 2026-03-03 19:50:16 +00:00
eb7c06fb6a Update src/app/page.tsx 2026-03-03 19:50:13 +00:00
89aeaf49bd Update src/app/layout.tsx 2026-03-03 19:50:10 +00:00
b2867469aa Update src/app/hizmetler/page.tsx 2026-03-03 19:50:07 +00:00
6dab24191a Update src/app/hakkimizda/page.tsx 2026-03-03 19:50:05 +00:00
83deab2d5e Merge version_3 into main
Merge version_3 into main
2026-03-03 19:44:16 +00:00
be0b74dd6c Update src/app/page.tsx 2026-03-03 19:44:12 +00:00
2ecf9af23f Update src/app/layout.tsx 2026-03-03 19:44:11 +00:00
789dd9a498 Switch to version 1: modified src/app/page.tsx 2026-03-03 19:42:44 +00:00
2ae012f02c Switch to version 1: modified src/app/layout.tsx 2026-03-03 19:42:43 +00:00
1de3cdfda1 Update src/app/page.tsx 2026-03-03 19:33:57 +00:00
eccb3ca1cb Update src/app/layout.tsx 2026-03-03 19:33:56 +00:00
3f8eb923b7 Merge version_1 into main
Merge version_1 into main
2026-03-03 19:33:29 +00:00
4 changed files with 61 additions and 37 deletions

View File

@@ -1,11 +1,12 @@
import type { Metadata } from "next";
import { Public_Sans } from "next/font/google";
import { Poppins } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const publicSans = Public_Sans({
variable: "--font-public-sans", subsets: ["latin"],
const poppins = Poppins({
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
@@ -33,7 +34,7 @@ export default function RootLayout({
return (
<html lang="tr" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${publicSans.variable} antialiased`}>
<body className={`${poppins.variable} antialiased`}>
<Tag />
{children}
@@ -1407,4 +1408,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -34,10 +34,10 @@ export default function HomePage() {
},
{
items: [
{ label: "Kiralama", href: "/hizmetler#kiralama" },
{ label: "Kiralama", href: "/hizmetler" },
{ label: "Satış", href: "/urunler" },
{ label: "Servis", href: "/hizmetler#servis" },
{ label: "Bakım", href: "/hizmetler#bakim" },
{ label: "Servis", href: "/hizmetler" },
{ label: "Bakım", href: "/hizmetler" },
],
},
{
@@ -51,9 +51,9 @@ export default function HomePage() {
{
items: [
{ label: "Bize Yazın", href: "mailto:info@timforklift.com.tr" },
{ label: "Çağrı Merkezi", href: "tel:+901234567890" },
{ label: "Acil Servis", href: "tel:+901234567890" },
{ label: "Ticaret Mühendisliği", href: "#" },
{ label: "Çağrı Merkezi: 0532 402 1146", href: "tel:+905324021146" },
{ label: "Tel: 0216 537 1439", href: "tel:+902165371439" },
{ label: "WhatsApp Destek", href: "https://wa.me/905324021146" },
],
},
];
@@ -77,14 +77,20 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroBillboard
title="Türkiye'nin Her Yerinde, Sizin Yanınızda"
description="27 yıllık sektör tecrübesi ve güçlü servis ağımız ile kesintisiz forklift çözümleri sunuyoruz. Kiralama, satış, bakım ve revizyon hizmetlerinde lider konumdayız."
title="Türkiye'nin Her Yerinde, Sizin Yanınızda."
description="27 yıllık sektör tecrübesi ile forklift satış, kiralama ve servis çözümleri sunuyoruz. 2.800+ aktif makine filosu ile kesintisiz destek."
background={{ variant: "sparkles-gradient" }}
tag="Sektöre Yön Veren Çözüm Ortağı"
tagIcon={Zap}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", alt: "Müşteri 1" },
{ src: "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", alt: "Müşteri 2" },
{ src: "http://img.b2bpic.net/free-photo/man-working-warehouse-driving-forklift_1303-26625.jpg", alt: "Müşteri 3" },
]}
avatarText="Güvenilen 500+ İşletme"
buttons={[
{ text: "Hemen İletişime Geçin", href: "contact" },
{ text: "Hizmetlerimizi Keşfedin", href: "services" },
{ text: "Ürünleri İncele", href: "products" },
{ text: "Hemen WhatsApp", href: "https://wa.me/905324021146" },
]}
imageSrc="http://img.b2bpic.net/free-photo/positive-male-logistic-worker-hardhat-driving-forklift-warehouse-smiling-looking-away_74855-16431.jpg"
imageAlt="Tim Forklift - Profesyonel Forklift Hizmetleri"
@@ -97,7 +103,10 @@ export default function HomePage() {
{ type: "text", content: "27 Yıl Tecrübe," },
{ type: "text", content: "Sektöre Yön Veren Duruş" },
]}
buttons={[{ text: "Detaylı Bilgi", href: "/hakkimizda" }]}
buttons={[
{ text: "Detaylı Bilgi", href: "/hakkimizda" },
{ text: "Servis Ağını Keşfet", href: "services" },
]}
useInvertedBackground={false}
/>
</div>
@@ -111,21 +120,21 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Satış ve Kiralama", description: "Tüm markalardan forklift satış ve aylık/yıllık esnek kiralama seçenekleri. Her ihtiyaca uygun çözümler.", phoneOne: {
title: "Kiralık Forklift", 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?_wi=1"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-protective-suit-with-hardhat-driving-forklift_342744-43.jpg?_wi=1"},
},
{
id: 2,
title: "Satış Sonrası Güçlü Servis", description: "Sattığımız her ürünün arkasında duruyoruz. Periyodik bakım, revizyon ve 2. el hizmetleri Türkiye genelinde.", phoneOne: {
title: "Forklift Servisi", 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?_wi=1"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg?_wi=1"},
},
{
id: 3,
title: "Gezici Servisı", description: "2.800+ aktif makineye hizmet veren Türkiye geneli gezici servis ağımız. Acil durumlarda hızlı müdahale.", phoneOne: {
title: "Gezici Servis", 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?_wi=2"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg?_wi=2"},
@@ -147,19 +156,19 @@ export default function HomePage() {
metrics={[
{
id: "1", value: "27+", title: "Yıl Sektör Tecrübesi", items: [
"Türkiye geninde güçlü organizasyon", "Alanında uzman teknisyen kadrosu", "Kesintisiz hizmet ağı"],
"Ortalama 2 saat müdahale süresi garantili", "Türkiye'nin 15 şehrinde hizmet merkezi", "Kesintisiz 24/7 destek sağlama"],
},
{
id: "2", value: "2.800+", title: "Aktif Makine Parkı", items: [
"%65 akülü ve lityum teknoloji", "Yeni nesil çevreci çözümler", "Düşük işletme maliyeti"],
"%65 akülü ve lityum teknoloji ile çevre dostu operasyon", "Yıllık %40 maliyeti tasarruf sağlama", "Çevre dostu sertifikasyon (ISO 45001) uyumlu"],
},
{
id: "3", value: "ISO 9001 & 45001", title: "Kalite Sertifikaları", items: [
"IAS Akreditasyon Kurumu tarafından onaylı", "Kalite tesadüf değil, sistemli süreç", "Müşteri memnuniyeti garantisi"],
id: "3", value: "65%", title: "Akülü & Lityum Makineler", items: [
"IAS Akreditasyon Kurumu tarafından onaylı kalite yönetimi", "%98 müşteri memnuniyeti oranı ile başarılı hizmet", "Sıfır kaza kaydı ile operasyon güvenliği"],
},
{
id: "4", value: "Türkiye Geneli", title: "Servis Ağı", items: [
"Geniş yedek parça stoğu", "Her marka ve model desteği", "Hızlı müdahale garantisi"],
"10.000+ stok yedek parça envanteri ile hazır destek", "Tüm marka ve model desteği (Toyota, Hyster, Yale, Linde)", "Hızlı müdahale garantisi (2 saat içinde)"],
},
]}
textboxLayout="default"
@@ -170,19 +179,33 @@ export default function HomePage() {
<div id="products" data-section="products">
<ProductCardThree
title="Araçlarımız"
description="Yeni nesil akülü ve lityum teknoloji ile çevre dostu forklift çözümleri."
tag="Çevreci Teknoloji"
title="Ürün Seçenekleri"
description="Türkiye'nin en geniş ürün yelpazesi ve markası seçeneği."
tag="Kategorilere Göre Araçlar"
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=2", imageAlt: "Akülü Forklift 1.5T"},
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"},
{
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=3", imageAlt: "Lityum Forklift 2.0T"},
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"},
{
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=4", imageAlt: "Akülü Forklift 2.5T"},
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"},
{
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"},
{
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"},
{
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"},
{
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"},
{
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"},
{
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ı"},
{
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"},
]}
gridVariant="three-columns-all-equal-width"
gridVariant="bento-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -249,13 +272,13 @@ export default function HomePage() {
<ContactCenter
tag="Bize Ulaşın"
title="Hemen İletişime Geçin"
description="Forklift kiralama, satış, servis, bakım veya revizyon hizmetleri hakkında bilgi almak için bizimle iletişime geçin. Türkiye genelinde hizmet vermekteyiz."
description="Forklift kiralama, satış, servis, bakım veya revizyon hizmetleri hakkında bilgi almak için bizimle iletişime geçin. Türkiye genelinde hizmet vermekteyiz. Destek telefonu: 0532 402 1146 veya 0216 537 1439. WhatsApp ile canlı destek alabilirsiniz."
tagIcon={Phone}
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false}
inputPlaceholder="E-posta adresinizi giriniz"
buttonText="Bilgi Al"
termsText="Tarafınızdan sağlanan bilgiler sadece Tim Forklift tarafından iletişim amacıyla kullanılacaktır. Gizlilik politikamızı inceleyiniz."
termsText="Tarafınızdan sağlanan bilgiler sadece Tim Forklift tarafından iletişim amacıyla kullanılacaktır. Hemen Ara: 0532 402 1146 numarasını arayarak da hemen destek alabilirsiniz. Gizlilik politikamızı inceleyiniz."
/>
</div>
@@ -264,4 +287,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-public-sans), sans-serif;
font-family: var(--font-poppins), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-public-sans), sans-serif;
font-family: var(--font-poppins), sans-serif;
}

View File

@@ -13,7 +13,7 @@
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000612e6;;
--primary-cta: #15479c;;
--primary-cta: #e63946;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta-text: #000612e6;;