Merge version_1 into main #1
228
src/app/page.tsx
228
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Ana Sayfa",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Ana Sayfa", id: "hero"},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "heritage",
|
||||
},
|
||||
name: "Hakkımızda", id: "heritage"},
|
||||
{
|
||||
name: "Çözümler",
|
||||
id: "solutions",
|
||||
},
|
||||
name: "Çözümler", id: "solutions"},
|
||||
{
|
||||
name: "Projeler",
|
||||
id: "projects",
|
||||
},
|
||||
name: "Projeler", id: "projects"},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "contact",
|
||||
},
|
||||
name: "İletişim", id: "contact"},
|
||||
]}
|
||||
brandName="ERIKIN GROUP"
|
||||
/>
|
||||
@@ -61,13 +51,9 @@ export default function LandingPage() {
|
||||
description="35 yıllık tecrübe ile iklimlendirme, mühendislik ve akıllı yaşam çözümleri."
|
||||
buttons={[
|
||||
{
|
||||
text: "Çözümleri Keşfet",
|
||||
href: "#solutions",
|
||||
},
|
||||
text: "Çözümleri Keşfet", href: "#solutions"},
|
||||
{
|
||||
text: "Teklif Al",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Teklif Al", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg"
|
||||
@@ -78,33 +64,19 @@ export default function LandingPage() {
|
||||
<MetricCardSeven
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
animationType="depth-3d"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "35+",
|
||||
title: "Yıl Tecrübe",
|
||||
items: [
|
||||
"Sektörel uzmanlık",
|
||||
"Kanıtlanmış geçmiş",
|
||||
],
|
||||
id: "m1", value: "35+", title: "Yıl Tecrübe", items: [
|
||||
"Sektörel uzmanlık", "Kanıtlanmış geçmiş"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Tamamlanan Proje",
|
||||
items: [
|
||||
"Kurumsal başarı",
|
||||
"Özel çözümler",
|
||||
],
|
||||
id: "m2", value: "500+", title: "Tamamlanan Proje", items: [
|
||||
"Kurumsal başarı", "Özel çözümler"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4",
|
||||
title: "Ana Çözüm Alanı",
|
||||
items: [
|
||||
"Mühendislik odaklı",
|
||||
"Teknolojik vizyon",
|
||||
],
|
||||
id: "m3", value: "4", title: "Ana Çözüm Alanı", items: [
|
||||
"Mühendislik odaklı", "Teknolojik vizyon"],
|
||||
},
|
||||
]}
|
||||
title="Güvenin Mirası"
|
||||
@@ -119,44 +91,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "İklimlendirme",
|
||||
title: "Sistemleri",
|
||||
items: [
|
||||
"Yüksek verim",
|
||||
"Geleceğe uyumlu",
|
||||
"Enerji tasarrufu",
|
||||
],
|
||||
id: "f1", label: "İklimlendirme", title: "Sistemleri", items: [
|
||||
"Yüksek verim", "Geleceğe uyumlu", "Enerji tasarrufu"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Mühendislik",
|
||||
title: "Proje Çözümleri",
|
||||
items: [
|
||||
"Uçtan uca planlama",
|
||||
"Teknik disiplin",
|
||||
"Keşiften uygulamaya",
|
||||
],
|
||||
id: "f2", label: "Mühendislik", title: "Proje Çözümleri", items: [
|
||||
"Uçtan uca planlama", "Teknik disiplin", "Keşiften uygulamaya"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Akıllı Yaşam",
|
||||
title: "Beyaz Eşya",
|
||||
items: [
|
||||
"Modern estetik",
|
||||
"Fonksiyonel üstünlük",
|
||||
"Güvenilir cihazlar",
|
||||
],
|
||||
id: "f3", label: "Akıllı Yaşam", title: "Beyaz Eşya", items: [
|
||||
"Modern estetik", "Fonksiyonel üstünlük", "Güvenilir cihazlar"],
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
label: "Kurumsal",
|
||||
title: "Tedarik",
|
||||
items: [
|
||||
"Hızlı teslimat",
|
||||
"Güçlü lojistik",
|
||||
"Sürdürülebilir tedarik",
|
||||
],
|
||||
id: "f4", label: "Kurumsal", title: "Tedarik", items: [
|
||||
"Hızlı teslimat", "Güçlü lojistik", "Sürdürülebilir tedarik"],
|
||||
},
|
||||
]}
|
||||
title="İmza Çözümlerimiz"
|
||||
@@ -170,20 +118,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Akıllı Ürün Önerileri",
|
||||
content: "Veri odaklı algoritmalara dayalı, projenizin ihtiyacına tam uygun sistemler.",
|
||||
},
|
||||
id: "q1", title: "Akıllı Ürün Önerileri", content: "Veri odaklı algoritmalara dayalı, projenizin ihtiyacına tam uygun sistemler."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Proje Bazlı Sistem Tasarımı",
|
||||
content: "Her metrekareyi analiz ederek optimize edilmiş mimari iklimlendirme.",
|
||||
},
|
||||
id: "q2", title: "Proje Bazlı Sistem Tasarımı", content: "Her metrekareyi analiz ederek optimize edilmiş mimari iklimlendirme."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Kurumsal Optimizasyon",
|
||||
content: "Bütçe ve verimlilik odaklı ileri seviye teklif süreçleri.",
|
||||
},
|
||||
id: "q3", title: "Kurumsal Optimizasyon", content: "Bütçe ve verimlilik odaklı ileri seviye teklif süreçleri."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-enjoying-relaxing-time-home_23-2149106959.jpg"
|
||||
mediaAnimation="opacity"
|
||||
@@ -201,59 +140,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Bankacılık",
|
||||
name: "Finans Merkezi Projeleri",
|
||||
price: "Detaylar",
|
||||
rating: 5,
|
||||
reviewCount: "2024",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_1203-6624.jpg",
|
||||
},
|
||||
id: "p1", brand: "Bankacılık", name: "Finans Merkezi Projeleri", price: "Detaylar", rating: 5,
|
||||
reviewCount: "2024", imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_1203-6624.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Sağlık",
|
||||
name: "Hastane İklimlendirme",
|
||||
price: "Detaylar",
|
||||
rating: 5,
|
||||
reviewCount: "2023",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-468.jpg",
|
||||
},
|
||||
id: "p2", brand: "Sağlık", name: "Hastane İklimlendirme", price: "Detaylar", rating: 5,
|
||||
reviewCount: "2023", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-468.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Eğitim",
|
||||
name: "Üniversite Kampüs Sistemleri",
|
||||
price: "Detaylar",
|
||||
rating: 5,
|
||||
reviewCount: "2022",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-sitting-couch_23-2149722603.jpg",
|
||||
},
|
||||
id: "p3", brand: "Eğitim", name: "Üniversite Kampüs Sistemleri", price: "Detaylar", rating: 5,
|
||||
reviewCount: "2022", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-sitting-couch_23-2149722603.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Konut",
|
||||
name: "Lüks Rezidans Projeleri",
|
||||
price: "Detaylar",
|
||||
rating: 5,
|
||||
reviewCount: "2024",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-executive-team-meeting-discuss-look-administrative-tasks_482257-116626.jpg",
|
||||
},
|
||||
id: "p4", brand: "Konut", name: "Lüks Rezidans Projeleri", price: "Detaylar", rating: 5,
|
||||
reviewCount: "2024", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-executive-team-meeting-discuss-look-administrative-tasks_482257-116626.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Kurumsal",
|
||||
name: "Yönetim Merkezi Binaları",
|
||||
price: "Detaylar",
|
||||
rating: 5,
|
||||
reviewCount: "2023",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/objects-with-reflective-effect_23-2150141921.jpg",
|
||||
},
|
||||
id: "p5", brand: "Kurumsal", name: "Yönetim Merkezi Binaları", price: "Detaylar", rating: 5,
|
||||
reviewCount: "2023", imageSrc: "http://img.b2bpic.net/free-photo/objects-with-reflective-effect_23-2150141921.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Ticari",
|
||||
name: "Plazalar ve İş Merkezleri",
|
||||
price: "Detaylar",
|
||||
rating: 5,
|
||||
reviewCount: "2024",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-peeler_116348-9.jpg",
|
||||
},
|
||||
id: "p6", brand: "Ticari", name: "Plazalar ve İş Merkezleri", price: "Detaylar", rating: 5,
|
||||
reviewCount: "2024", imageSrc: "http://img.b2bpic.net/free-photo/closeup-peeler_116348-9.jpg"},
|
||||
]}
|
||||
title="Güvenin İnşa Edildiği Alanlar"
|
||||
description="Yıllardır pek çok kurumsal ve prestijli yapının çözüm ortağı olmaktan gurur duyuyoruz."
|
||||
@@ -265,20 +168,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "35 Yıllık Tecrübe, Yeni Nesil Vizyon.",
|
||||
},
|
||||
type: "text", content: "35 Yıllık Tecrübe, Yeni Nesil Vizyon."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-representation-water-structure_23-2151048161.jpg",
|
||||
alt: "Erikin Mirası",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/futuristic-representation-water-structure_23-2151048161.jpg", alt: "Erikin Mirası"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Hakkımızda Daha Fazla",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Hakkımızda Daha Fazla", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -287,8 +183,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="İletişim"
|
||||
title="Her Büyük Proje, Doğru Sistemle Başlar."
|
||||
description="ERIKIN GROUP ile projeniz için en doğru mühendislik ve tedarik çözümünü birlikte oluşturalım."
|
||||
@@ -302,50 +197,31 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Hızlı Erişim",
|
||||
items: [
|
||||
title: "Hızlı Erişim", items: [
|
||||
{
|
||||
label: "Ana Sayfa",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Ana Sayfa", href: "#hero"},
|
||||
{
|
||||
label: "Çözümler",
|
||||
href: "#solutions",
|
||||
},
|
||||
label: "Çözümler", href: "#solutions"},
|
||||
{
|
||||
label: "İletişim",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "İletişim", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kurumsal",
|
||||
items: [
|
||||
title: "Kurumsal", items: [
|
||||
{
|
||||
label: "Hakkımızda",
|
||||
href: "#heritage",
|
||||
},
|
||||
label: "Hakkımızda", href: "#heritage"},
|
||||
{
|
||||
label: "Projelerimiz",
|
||||
href: "#projects",
|
||||
},
|
||||
label: "Projelerimiz", href: "#projects"},
|
||||
{
|
||||
label: "Kariyer",
|
||||
href: "#",
|
||||
},
|
||||
label: "Kariyer", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Yasal",
|
||||
items: [
|
||||
title: "Yasal", items: [
|
||||
{
|
||||
label: "KVKK Metni",
|
||||
href: "#",
|
||||
},
|
||||
label: "KVKK Metni", href: "#"},
|
||||
{
|
||||
label: "Gizlilik Politikası",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gizlilik Politikası", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user