Merge version_1 into main #2
242
src/app/page.tsx
242
src/app/page.tsx
@@ -30,71 +30,29 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Galaksi",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Mimari",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Ekosistem",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Bilgi",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Galaksi", id: "hero" },
|
||||
{ name: "Mimari", id: "about" },
|
||||
{ name: "Ekosistem", id: "features" },
|
||||
{ name: "Bilgi", id: "contact" },
|
||||
]}
|
||||
brandName="Dokuru"
|
||||
button={{ text: "Katıl", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
title="Bilgi Evrenine Katıl"
|
||||
description="Dokuru'nun ötesine geç, kendi dijital kütüphaneni inşa etmeye başla. Bilgi Mimarı olmaya hazır mısın?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Keşfetmeye Başla",
|
||||
href: "#features",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Keşfetmeye Başla", href: "#features" }]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "h1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-low-poly-plexus-design_1048-15687.jpg?_wi=1",
|
||||
imageAlt: "Galaxy of knowledge",
|
||||
},
|
||||
{
|
||||
id: "h2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137537.jpg?_wi=1",
|
||||
imageAlt: "Hologram portal",
|
||||
},
|
||||
{
|
||||
id: "h3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-3d-background_23-2150505322.jpg?_wi=1",
|
||||
imageAlt: "Abstract interface",
|
||||
},
|
||||
{
|
||||
id: "h4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-flowing-particles_1048-13122.jpg?_wi=1",
|
||||
imageAlt: "Data flow pathways",
|
||||
},
|
||||
{
|
||||
id: "h5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/violet-white-fiber-optical-cables_23-2148241301.jpg?_wi=1",
|
||||
imageAlt: "Ecosystem nodes",
|
||||
},
|
||||
{
|
||||
id: "h6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-training-innovation-concept-with-futuristic-interface-screens_1134-352.jpg",
|
||||
imageAlt: "Control deck",
|
||||
},
|
||||
{ id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-low-poly-plexus-design_1048-15687.jpg", imageAlt: "Galaxy of knowledge" },
|
||||
{ id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137537.jpg", imageAlt: "Hologram portal" },
|
||||
{ id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/black-white-3d-background_23-2150505322.jpg", imageAlt: "Abstract interface" },
|
||||
{ id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-flowing-particles_1048-13122.jpg", imageAlt: "Data flow pathways" },
|
||||
{ id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/violet-white-fiber-optical-cables_23-2148241301.jpg", imageAlt: "Ecosystem nodes" },
|
||||
{ id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/digital-training-innovation-concept-with-futuristic-interface-screens_1134-352.jpg", imageAlt: "Control deck" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,21 +62,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Dijital Ekosistemin Mimarisi"
|
||||
metrics={[
|
||||
{
|
||||
icon: Globe,
|
||||
label: "İçerik Galaksisi",
|
||||
value: "10.000+",
|
||||
},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
label: "Aktif Zihinler",
|
||||
value: "50.000+",
|
||||
},
|
||||
{
|
||||
icon: Database,
|
||||
label: "İşlenen Veri",
|
||||
value: "2 PB",
|
||||
},
|
||||
{ icon: Globe, label: "İçerik Galaksisi", value: "10.000+" },
|
||||
{ icon: Lightbulb, label: "Aktif Zihinler", value: "50.000+" },
|
||||
{ icon: Database, label: "İşlenen Veri", value: "2 PB" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -129,30 +75,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Sistem",
|
||||
title: "İçerik Galaksisi",
|
||||
subtitle: "3D Navigasyon",
|
||||
description: "Yazıların gezegenler gibi konumlandığı, mouse ile kaydırılabilir bir harita.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-site-helping-with-content-production_1268-21625.jpg",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "AI",
|
||||
title: "Soru Asistanı",
|
||||
subtitle: "Aura Arama",
|
||||
description: "Etrafında anahtar kelimelerin parladığı, çevresel bir arama deneyimi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-with-different-types-graphics_1134-417.jpg",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Deneyim",
|
||||
title: "Odak Küresi",
|
||||
subtitle: "Ambient Mod",
|
||||
description: "Arka planı karartan, sadece metne odaklanan ambient okuma modu.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white_23-2150853563.jpg",
|
||||
},
|
||||
{ id: 1, tag: "Sistem", title: "İçerik Galaksisi", subtitle: "3D Navigasyon", description: "Yazıların gezegenler gibi konumlandığı, mouse ile kaydırılabilir bir harita.", imageSrc: "http://img.b2bpic.net/free-photo/ai-site-helping-with-content-production_1268-21625.jpg" },
|
||||
{ id: 2, tag: "AI", title: "Soru Asistanı", subtitle: "Aura Arama", description: "Etrafında anahtar kelimelerin parladığı, çevresel bir arama deneyimi.", imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-with-different-types-graphics_1134-417.jpg" },
|
||||
{ id: 3, tag: "Deneyim", title: "Odak Küresi", subtitle: "Ambient Mod", description: "Arka planı karartan, sadece metne odaklanan ambient okuma modu.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white_23-2150853563.jpg" },
|
||||
]}
|
||||
title="Bilgi Mimarı Özellikleri"
|
||||
description="Sıradan bir kütüphaneyi yaşayan bir ekosisteme dönüştüren devrimsel özellikler."
|
||||
@@ -165,21 +90,9 @@ export default function LandingPage() {
|
||||
title="Sistem Verileri"
|
||||
tag="Performans"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "3sn",
|
||||
description: "Özet Bilgi Erişimi",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "%99",
|
||||
description: "Odaklanma Artışı",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Dijital Erişilebilirlik",
|
||||
},
|
||||
{ id: "m1", value: "3sn", description: "Özet Bilgi Erişimi" },
|
||||
{ id: "m2", value: "%99", description: "Odaklanma Artışı" },
|
||||
{ id: "m3", value: "24/7", description: "Dijital Erişilebilirlik" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -190,61 +103,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elif Demir",
|
||||
date: "12.05.2024",
|
||||
title: "Mimar",
|
||||
quote: "İçerik galaksisi sayesinde araştırma yapmak artık bir keşif yolculuğu.",
|
||||
tag: "Kullanıcı",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cosmonaut-spacecraft-powered-by-advanced-engineering_482257-126224.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-low-poly-plexus-design_1048-15687.jpg?_wi=2",
|
||||
imageAlt: "futuristic data galaxy abstract",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Caner Kaya",
|
||||
date: "14.05.2024",
|
||||
title: "Veri Analisti",
|
||||
quote: "Odak küresi sayesinde saatlerce derinlemesine okuma yapabiliyorum.",
|
||||
tag: "Uzman",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-male-wearing-stylish-suit-listeni_613910-1578.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137537.jpg?_wi=2",
|
||||
imageAlt: "holographic data interface floating",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Selin Uzun",
|
||||
date: "16.05.2024",
|
||||
title: "Yazar",
|
||||
quote: "Dokuru benim için bir kütüphaneden ziyade dijital bir ev oldu.",
|
||||
tag: "Yaratıcı",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-3d-background_23-2150505322.jpg?_wi=2",
|
||||
imageAlt: "minimal futuristic portal abstract",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Murat Yıldız",
|
||||
date: "18.05.2024",
|
||||
title: "Akademisyen",
|
||||
quote: "Aura arama teknolojisi, aradığım bilgiye ışık hızıyla ulaştırıyor.",
|
||||
tag: "Araştırmacı",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-multiracial-female-looking-sideways-colorful-lights-night_181624-51360.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-flowing-particles_1048-13122.jpg?_wi=2",
|
||||
imageAlt: "abstract digital pathways information",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Ayşe Yılmaz",
|
||||
date: "20.05.2024",
|
||||
title: "Stratejist",
|
||||
quote: "Dinamik arayüz, iş akışımı inanılmaz derecede hızlandırdı.",
|
||||
tag: "Profesyonel",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204655.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/violet-white-fiber-optical-cables_23-2148241301.jpg?_wi=2",
|
||||
imageAlt: "dynamic ecosystem nodes glowing",
|
||||
},
|
||||
{ id: "t1", name: "Elif Demir", date: "12.05.2024", title: "Mimar", quote: "İçerik galaksisi sayesinde araştırma yapmak artık bir keşif yolculuğu.", tag: "Kullanıcı", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cosmonaut-spacecraft-powered-by-advanced-engineering_482257-126224.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-low-poly-plexus-design_1048-15687.jpg" },
|
||||
{ id: "t2", name: "Caner Kaya", date: "14.05.2024", title: "Veri Analisti", quote: "Odak küresi sayesinde saatlerce derinlemesine okuma yapabiliyorum.", tag: "Uzman", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-male-wearing-stylish-suit-listeni_613910-1578.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137537.jpg" },
|
||||
{ id: "t3", name: "Selin Uzun", date: "16.05.2024", title: "Yazar", quote: "Dokuru benim için bir kütüphaneden ziyade dijital bir ev oldu.", tag: "Yaratıcı", avatarSrc: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg", imageSrc: "http://img.b2bpic.net/free-photo/black-white-3d-background_23-2150505322.jpg" },
|
||||
{ id: "t4", name: "Murat Yıldız", date: "18.05.2024", title: "Akademisyen", quote: "Aura arama teknolojisi, aradığım bilgiye ışık hızıyla ulaştırıyor.", tag: "Araştırmacı", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-multiracial-female-looking-sideways-colorful-lights-night_181624-51360.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-flowing-particles_1048-13122.jpg" },
|
||||
{ id: "t5", name: "Ayşe Yılmaz", date: "20.05.2024", title: "Stratejist", quote: "Dinamik arayüz, iş akışımı inanılmaz derecede hızlandırdı.", tag: "Profesyonel", avatarSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204655.jpg", imageSrc: "http://img.b2bpic.net/free-photo/violet-white-fiber-optical-cables_23-2148241301.jpg" },
|
||||
]}
|
||||
title="Bilgi Mimarisi Deneyimleri"
|
||||
description="Ekosistemimizi kullanan mimarların yorumları."
|
||||
@@ -256,28 +119,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Ekosisteme nasıl katılırım?",
|
||||
content: "Bilgi Evrenine Katıl butonu ile hemen profilini oluşturabilirsin.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Özel kütüphanemi kurabilir miyim?",
|
||||
content: "Evet, içerik galaksisinde kendi koleksiyonlarını kürate edebilirsin.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Verilerim güvende mi?",
|
||||
content: "Dokuru, en üst düzey şifreleme ve gizlilik standartları ile korunur.",
|
||||
},
|
||||
{ id: "f1", title: "Ekosisteme nasıl katılırım?", content: "Bilgi Evrenine Katıl butonu ile hemen profilini oluşturabilirsin." },
|
||||
{ id: "f2", title: "Özel kütüphanemi kurabilir miyim?", content: "Evet, içerik galaksisinde kendi koleksiyonlarını kürate edebilirsin." },
|
||||
{ id: "f3", title: "Verilerim güvende mi?", content: "Dokuru, en üst düzey şifreleme ve gizlilik standartları ile korunur." },
|
||||
]}
|
||||
ctaTitle="Bilgi Evrenine Katıl"
|
||||
ctaDescription="Dokuru'nun ötesine geç, kendi dijital kütüphaneni inşa etmeye başla."
|
||||
ctaButton={{
|
||||
text: "Hemen Katıl",
|
||||
href: "#",
|
||||
}}
|
||||
ctaButton={{ text: "Hemen Katıl", href: "#" }}
|
||||
ctaIcon={Sparkles}
|
||||
/>
|
||||
</div>
|
||||
@@ -286,32 +134,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Dokuru"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Keşfet",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Galaksi",
|
||||
href: "#hero",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Yasal",
|
||||
items: [
|
||||
{
|
||||
label: "Gizlilik",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Şartlar",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Platform", items: [{ label: "Keşfet", href: "/" }, { label: "Galaksi", href: "#hero" }] },
|
||||
{ title: "Yasal", items: [{ label: "Gizlilik", href: "#" }, { label: "Şartlar", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user