Merge version_11 into main
Merge version_11 into main
This commit was merged in pull request #14.
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
@@ -77,8 +77,8 @@ 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}
|
||||
@@ -87,10 +87,10 @@ export default function HomePage() {
|
||||
{ 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="Trusted by 500+ companies"
|
||||
avatarText="Güvenilen 500+ İşletme"
|
||||
buttons={[
|
||||
{ text: "Ücretsiz Teklif Al", 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"
|
||||
@@ -120,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 Ağı", 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"},
|
||||
@@ -155,19 +155,19 @@ export default function HomePage() {
|
||||
tagIcon={Award}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "27+", title: "Yıl Sektör Tecrübesi ile Kesintisiz Hizmet", items: [
|
||||
id: "1", value: "27+", title: "Yıl Sektör Tecrübesi", items: [
|
||||
"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ı ile Maksimum Verimlilik", items: [
|
||||
id: "2", value: "2.800+", title: "Aktif Makine Parkı", items: [
|
||||
"%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ıyla Güvenilir Operasyon", items: [
|
||||
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ğı ile Hızlı Erişim", items: [
|
||||
id: "4", value: "Türkiye Geneli", title: "Servis Ağı", items: [
|
||||
"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)"],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;;
|
||||
|
||||
Reference in New Issue
Block a user