Merge version_2 into main #4
123
src/app/page.tsx
123
src/app/page.tsx
@@ -9,7 +9,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Award, CheckCircle, MessageCircle, Shield, Users, Zap } from "lucide-react";
|
||||
import { Award, CheckCircle, MessageCircle, Shield, Users, Zap, HelpCircle, Brain } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -71,27 +71,67 @@ export default function LandingPage() {
|
||||
tag="Temel Özellikler"
|
||||
features={[
|
||||
{
|
||||
title: "Tamamen Anonim", description: "Kimliğinizi gizli tutun ve rahatça sorular sorun. Hiçbir kimse kim olduğunuzu bilemez.", imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-concept-with-neon-padlock_23-2148544052.jpg?_wi=1", imageAlt: "Privacy protection", buttonIcon: Shield,
|
||||
title: "Soru Sorun",
|
||||
description: "Merak ettiğiniz her şeyi sorun. Anonim sorularınız binlerce kişiye ulaşır ve hızlı cevaplar alır.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-concept-with-neon-padlock_23-2148544052.jpg?_wi=1",
|
||||
imageAlt: "Ask questions",
|
||||
buttonIcon: HelpCircle,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Canlı Topluluk", description: "Binlerce kişi sorularınızı cevaplamaya ve deneyim paylaşmaya istekli. Gerçek insanlardan gerçek yardım alın.", imageSrc: "http://img.b2bpic.net/free-photo/young-diverse-students-discussing-ideas_23-2147655871.jpg?_wi=1", imageAlt: "Community engagement", buttonIcon: Users,
|
||||
title: "Cevap Verin",
|
||||
description: "Bilginizi paylaşın ve değerli cevaplar vererek itibar kazanın. Başkalarına yardım ederken tanınırlık artırın.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-diverse-students-discussing-ideas_23-2147655871.jpg?_wi=1",
|
||||
imageAlt: "Answer questions",
|
||||
buttonIcon: Brain,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Kolay Kullanım", description: "Sezgisel arayüz ile hemen başlayın. Soru sorun, cevap verin ve özel sohbetler yapın.", imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148360325.jpg?_wi=1", imageAlt: "Easy interface", buttonIcon: Zap,
|
||||
title: "Tamamen Anonim",
|
||||
description: "Kimliğinizi gizli tutun ve rahatça sorular sorun. Hiçbir kimse kim olduğunuzu bilemez.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-concept-with-neon-padlock_23-2148544052.jpg?_wi=1",
|
||||
imageAlt: "Privacy protection",
|
||||
buttonIcon: Shield,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Özel Mesajlaşma", description: "Soruyu cevaplamakla ilgilenen kişilerle doğrudan bağlanın. Gizli ve güvenli konuşmalar.", imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-concept-with-neon-padlock_23-2148544052.jpg?_wi=2", imageAlt: "Secure messaging", buttonIcon: MessageCircle,
|
||||
title: "Canlı Topluluk",
|
||||
description: "Binlerce kişi sorularınızı cevaplamaya ve deneyim paylaşmaya istekli. Gerçek insanlardan gerçek yardım alın.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-diverse-students-discussing-ideas_23-2147655871.jpg?_wi=1",
|
||||
imageAlt: "Community engagement",
|
||||
buttonIcon: Users,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "İtibar Sistemi", description: "Doğru ve faydalı cevaplar vererek itibar kazanın. Kaliteli katkılar aracılığıyla tanınırlık artırın.", imageSrc: "http://img.b2bpic.net/free-photo/young-diverse-students-discussing-ideas_23-2147655871.jpg?_wi=2", imageAlt: "Reputation system", buttonIcon: Award,
|
||||
title: "Kolay Kullanım",
|
||||
description: "Sezgisel arayüz ile hemen başlayın. Soru sorun, cevap verin ve özel sohbetler yapın.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148360325.jpg?_wi=1",
|
||||
imageAlt: "Easy interface",
|
||||
buttonIcon: Zap,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Modere Edilmiş Ortam", description: "Güvenli ve olumlu bir topluluk ortamı. Zararlı içerik temizlenir ve kurallar uygulanır.", imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148360325.jpg?_wi=2", imageAlt: "Moderation", buttonIcon: CheckCircle,
|
||||
title: "Özel Mesajlaşma",
|
||||
description: "Soruyu cevaplamakla ilgilenen kişilerle doğrudan bağlanın. Gizli ve güvenli konuşmalar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-concept-with-neon-padlock_23-2148544052.jpg?_wi=2",
|
||||
imageAlt: "Secure messaging",
|
||||
buttonIcon: MessageCircle,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "İtibar Sistemi",
|
||||
description: "Doğru ve faydalı cevaplar vererek itibar kazanın. Kaliteli katkılar aracılığıyla tanınırlık artırın.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-diverse-students-discussing-ideas_23-2147655871.jpg?_wi=2",
|
||||
imageAlt: "Reputation system",
|
||||
buttonIcon: Award,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Modere Edilmiş Ortam",
|
||||
description: "Güvenli ve olumlu bir topluluk ortamı. Zararlı içerik temizlenir ve kurallar uygulanır.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148360325.jpg?_wi=2",
|
||||
imageAlt: "Moderation",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "#"
|
||||
}
|
||||
]}
|
||||
@@ -124,20 +164,40 @@ export default function LandingPage() {
|
||||
tag="Testimonials"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ayşe K.", role: "Üniversite Öğrencisi", company: "İstanbul Üniversitesi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg", imageAlt: "confident professional woman portrait headshot"
|
||||
id: "1",
|
||||
name: "Ayşe K.",
|
||||
role: "Üniversite Öğrencisi",
|
||||
company: "İstanbul Üniversitesi",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg",
|
||||
imageAlt: "confident professional woman portrait headshot"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Mehmet D.", role: "Yazılım Geliştirici", company: "Tech Startup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg", imageAlt: "professional man business portrait headshot"
|
||||
id: "2",
|
||||
name: "Mehmet D.",
|
||||
role: "Yazılım Geliştirici",
|
||||
company: "Tech Startup",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg",
|
||||
imageAlt: "professional man business portrait headshot"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Zeynep M.", role: "Kariyer Danışmanı", company: "Career Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman_23-2147996569.jpg", imageAlt: "young person professional portrait headshot"
|
||||
id: "3",
|
||||
name: "Zeynep M.",
|
||||
role: "Kariyer Danışmanı",
|
||||
company: "Career Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman_23-2147996569.jpg",
|
||||
imageAlt: "young person professional portrait headshot"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Ali Y.", role: "İnsan Kaynakları", company: "Fortune 500", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg", imageAlt: "professional business woman portrait"
|
||||
id: "4",
|
||||
name: "Ali Y.",
|
||||
role: "İnsan Kaynakları",
|
||||
company: "Fortune 500",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg",
|
||||
imageAlt: "professional business woman portrait"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -154,22 +214,34 @@ export default function LandingPage() {
|
||||
tag="Sık Sorular"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Gerçekten anonim miyim?", content: "Evet, tamamen anonim. IP adresiniz maskelenir ve sorularınız hiçbir kişisel bilgi içermez. Cevaplamalar sırasında diğer kullanıcılar kimliğinizi hiçbir zaman göremez."
|
||||
id: "1",
|
||||
title: "Gerçekten anonim miyim?",
|
||||
content: "Evet, tamamen anonim. IP adresiniz maskelenir ve sorularınız hiçbir kişisel bilgi içermez. Cevaplamalar sırasında diğer kullanıcılar kimliğinizi hiçbir zaman göremez."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Nasıl soru sorabilirim?", content: "Platformda giriş yaptıktan sonra 'Soru Sor' butonuna tıklayın. Sorunuzu yazın, kategori seçin ve gönder. Saniyeler içinde topluluk üyeleri cevap vermeye başlar."
|
||||
id: "2",
|
||||
title: "Nasıl soru sorabilirim?",
|
||||
content: "Platformda giriş yaptıktan sonra 'Soru Sor' butonuna tıklayın. Sorunuzu yazın, kategori seçin ve gönder. Saniyeler içinde topluluk üyeleri cevap vermeye başlar."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Kişiler birbirleriyle nasıl iletişim kurar?", content: "Bir sorunun cevabını beğenen kişi, cevaplamacı ile özel sohbet başlatabilir. Tüm iletişim platformun içinde gerçekleşir ve gizlilik korunur."
|
||||
id: "3",
|
||||
title: "Kişiler birbirleriyle nasıl iletişim kurar?",
|
||||
content: "Bir sorunun cevabını beğenen kişi, cevaplamacı ile özel sohbet başlatabilir. Tüm iletişim platformun içinde gerçekleşir ve gizlilik korunur."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Ücret var mı?", content: "Hayır, Anonim tamamen ücretsiz! Soru sorma, cevap verme, mesajlaşma gibi tüm özellikler ücretsizdir. Reklam da yoktur."
|
||||
id: "4",
|
||||
title: "Ücret var mı?",
|
||||
content: "Hayır, Anonim tamamen ücretsiz! Soru sorma, cevap verme, mesajlaşma gibi tüm özellikler ücretsizdir. Reklam da yoktur."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Zararlı içerik nasıl bildirilir?", content: "Her içeriğin altında 'Bildir' butonu vardır. Zararlı, spam veya uygunsuz içerik gördüğünüzde bunu tıklayın. Moderatörlerimiz 24 saat içinde inceleyecektir."
|
||||
id: "5",
|
||||
title: "Zararlı içerik nasıl bildirilir?",
|
||||
content: "Her içeriğin altında 'Bildir' butonu vardır. Zararlı, spam veya uygunsuz içerik gördüğünüzde bunu tıklayın. Moderatörlerimiz 24 saat içinde inceleyecektir."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Hesabımı nasıl silebilirim?", content: "Ayarlar > Gizlilik > Hesabı Sil. Hesabınız silinir ve tüm verileriniz kalıcı olarak kaldırılır. Bu işlem geri alınamaz."
|
||||
id: "6",
|
||||
title: "Hesabımı nasıl silebilirim?",
|
||||
content: "Ayarlar > Gizlilik > Hesabı Sil. Hesabınız silinir ve tüm verileriniz kalıcı olarak kaldırılır. Bu işlem geri alınamaz."
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -195,21 +267,24 @@ export default function LandingPage() {
|
||||
imageAlt="Footer background"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform", items: [
|
||||
title: "Platform",
|
||||
items: [
|
||||
{ label: "Keşfet", href: "#explore" },
|
||||
{ label: "Kategoriler", href: "#categories" },
|
||||
{ label: "Trendler", href: "#trends" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Topluluk", items: [
|
||||
title: "Topluluk",
|
||||
items: [
|
||||
{ label: "Kurallar", href: "#rules" },
|
||||
{ label: "Güvenlik", href: "#safety" },
|
||||
{ label: "İtibar Sistemi", href: "#reputation" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Yasal", items: [
|
||||
title: "Yasal",
|
||||
items: [
|
||||
{ label: "Gizlilik Politikası", href: "#privacy" },
|
||||
{ label: "Kullanım Koşulları", href: "#terms" },
|
||||
{ label: "İletişim", href: "#contact" }
|
||||
|
||||
Reference in New Issue
Block a user