Merge version_1 into main #2
196
src/app/page.tsx
196
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Ana Sayfa",
|
||||
id: "/",
|
||||
},
|
||||
name: "Ana Sayfa", id: "/"},
|
||||
{
|
||||
name: "Hizmetler",
|
||||
id: "/hizmetler",
|
||||
},
|
||||
name: "Hizmetler", id: "/hizmetler"},
|
||||
{
|
||||
name: "Paketler",
|
||||
id: "/paketler",
|
||||
},
|
||||
name: "Paketler", id: "/paketler"},
|
||||
{
|
||||
name: "Güvenlik",
|
||||
id: "/guvenlik",
|
||||
},
|
||||
name: "Güvenlik", id: "/guvenlik"},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "/iletisim",
|
||||
},
|
||||
name: "İletişim", id: "/iletisim"},
|
||||
]}
|
||||
brandName="Atılgan Dijital"
|
||||
/>
|
||||
@@ -60,73 +50,33 @@ export default function LandingPage() {
|
||||
description="Atılgan Dijital olarak kurumsal yazılım geliştirme ve siber güvenlik çözümleriyle işletmenizi geleceğe hazırlıyoruz."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ahmet Yılmaz",
|
||||
role: "CEO",
|
||||
company: "TechStart",
|
||||
rating: 5,
|
||||
testimonial: "Profesyonel yaklaşım, mükemmel sonuç.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-analyst-command-center_23-2152000892.jpg?_wi=1",
|
||||
imageAlt: "abstract tech network background",
|
||||
},
|
||||
name: "Ahmet Yılmaz", handle: "@techstart", rating: 5,
|
||||
testimonial: "Profesyonel yaklaşım, mükemmel sonuç.", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-analyst-command-center_23-2152000892.jpg", imageAlt: "abstract tech network background"},
|
||||
{
|
||||
name: "Ayşe Demir",
|
||||
role: "CTO",
|
||||
company: "DataSafe",
|
||||
rating: 5,
|
||||
testimonial: "Siber güvenlikte rakipsiz hizmet kalitesi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-security-data-protection-concept_107791-15659.jpg?_wi=1",
|
||||
imageAlt: "abstract tech network background",
|
||||
},
|
||||
name: "Ayşe Demir", handle: "@datasafe", rating: 5,
|
||||
testimonial: "Siber güvenlikte rakipsiz hizmet kalitesi.", imageSrc: "http://img.b2bpic.net/free-photo/computer-security-data-protection-concept_107791-15659.jpg", imageAlt: "abstract tech network background"},
|
||||
{
|
||||
name: "Mehmet Kaya",
|
||||
role: "Manager",
|
||||
company: "WebCorp",
|
||||
rating: 5,
|
||||
testimonial: "Kurumsal web projelerimiz tam zamanında bitti.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg?_wi=1",
|
||||
imageAlt: "abstract tech network background",
|
||||
},
|
||||
name: "Mehmet Kaya", handle: "@webcorp", rating: 5,
|
||||
testimonial: "Kurumsal web projelerimiz tam zamanında bitti.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg", imageAlt: "abstract tech network background"},
|
||||
{
|
||||
name: "Selin Aydın",
|
||||
role: "Founder",
|
||||
company: "GlobalBiz",
|
||||
rating: 5,
|
||||
testimonial: "Modern ve hızlı çözümler için tercih ettik.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2151998485.jpg?_wi=1",
|
||||
imageAlt: "abstract tech network background",
|
||||
},
|
||||
name: "Selin Aydın", handle: "@globalbiz", rating: 5,
|
||||
testimonial: "Modern ve hızlı çözümler için tercih ettik.", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2151998485.jpg", imageAlt: "abstract tech network background"},
|
||||
{
|
||||
name: "Caner Gök",
|
||||
role: "Lead",
|
||||
company: "AppFlow",
|
||||
rating: 5,
|
||||
testimonial: "Yazılım altyapımız artık çok daha sağlam.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-screen-with-circuit-board-with-words-tech-it_188544-31055.jpg?_wi=1",
|
||||
imageAlt: "abstract tech network background",
|
||||
},
|
||||
name: "Caner Gök", handle: "@appflow", rating: 5,
|
||||
testimonial: "Yazılım altyapımız artık çok daha sağlam.", imageSrc: "http://img.b2bpic.net/free-photo/blue-screen-with-circuit-board-with-words-tech-it_188544-31055.jpg", imageAlt: "abstract tech network background"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cyber-security-analyst-command-center_23-2152000892.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cyber-security-analyst-command-center_23-2152000892.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg",
|
||||
alt: "Successful senior businesswoman in eyeglasses",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", alt: "Successful senior businesswoman in eyeglasses"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg",
|
||||
alt: "Confident middle aged businesswoman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg", alt: "Confident middle aged businesswoman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg",
|
||||
alt: "Happy successful businessman posing outside",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg", alt: "Happy successful businessman posing outside"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg",
|
||||
alt: "Portrait of a happy successful businessman standing in restaurant with crossed arm",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg", alt: "Portrait of a happy successful businessman standing in restaurant with crossed arm"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg",
|
||||
alt: "Business executive portrait professional",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg", alt: "Business executive portrait professional"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,49 +88,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Siber Güvenlik",
|
||||
description: "Gelişmiş saldırı tespiti ve savunma sistemleri.",
|
||||
icon: Shield,
|
||||
title: "Siber Güvenlik", description: "Gelişmiş saldırı tespiti ve savunma sistemleri.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-security-data-protection-concept_107791-15659.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-security-data-protection-concept_107791-15659.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2151998485.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2151998485.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-analyst-command-center_23-2152000892.jpg?_wi=3",
|
||||
imageAlt: "cyber security shield icon",
|
||||
},
|
||||
{
|
||||
title: "Özel Yazılım",
|
||||
description: "İş süreçlerinize özel ölçeklenebilir uygulamalar.",
|
||||
icon: Code,
|
||||
title: "Özel Yazılım", description: "İş süreçlerinize özel ölçeklenebilir uygulamalar.", icon: Code,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-screen-with-circuit-board-with-words-tech-it_188544-31055.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-screen-with-circuit-board-with-words-tech-it_188544-31055.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-logo-with-shield-lock-icon-purple-tone_53876-119550.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-logo-with-shield-lock-icon-purple-tone_53876-119550.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg?_wi=2",
|
||||
imageAlt: "cyber security shield icon",
|
||||
},
|
||||
{
|
||||
title: "Bulut Yönetimi",
|
||||
description: "Yüksek performanslı altyapı ve sunucu yönetimi.",
|
||||
icon: Cloud,
|
||||
title: "Bulut Yönetimi", description: "Yüksek performanslı altyapı ve sunucu yönetimi.", icon: Cloud,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-up-blue-letters-forming-word-cloud_53876-30918.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-up-blue-letters-forming-word-cloud_53876-30918.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-protection-firewall-interface-concept_53876-125636.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-protection-firewall-interface-concept_53876-125636.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-experts-working-with-tech-devices-neon-lights_23-2151645652.jpg?_wi=1",
|
||||
imageAlt: "cyber security shield icon",
|
||||
},
|
||||
]}
|
||||
title="Üst Düzey Teknoloji Çözümleri"
|
||||
@@ -197,15 +129,9 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Siber güvenlik hizmetleriniz nelerdir?",
|
||||
content: "Tam kapsamlı sızma testleri ve güvenlik duvarı yönetimi sunuyoruz.",
|
||||
},
|
||||
id: "f1", title: "Siber güvenlik hizmetleriniz nelerdir?", content: "Tam kapsamlı sızma testleri ve güvenlik duvarı yönetimi sunuyoruz."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Özel yazılım süreci nasıl işler?",
|
||||
content: "Analiz, tasarım, geliştirme ve test aşamalarından oluşan çevik bir süreç izliyoruz.",
|
||||
},
|
||||
id: "f2", title: "Özel yazılım süreci nasıl işler?", content: "Analiz, tasarım, geliştirme ve test aşamalarından oluşan çevik bir süreç izliyoruz."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -217,12 +143,7 @@ export default function LandingPage() {
|
||||
title="Güvenen İş Ortaklarımız"
|
||||
description="Teknoloji dünyasının önde gelen kurumlarıyla çalışıyoruz."
|
||||
names={[
|
||||
"TechStart",
|
||||
"DataSafe",
|
||||
"WebCorp",
|
||||
"GlobalBiz",
|
||||
"AppFlow",
|
||||
]}
|
||||
"TechStart", "DataSafe", "WebCorp", "GlobalBiz", "AppFlow"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -235,37 +156,20 @@ export default function LandingPage() {
|
||||
description="İşletmenizin ihtiyaçlarına göre özelleştirilmiş çözümler."
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Standart",
|
||||
price: "₺15,000",
|
||||
subtitle: "Küçük ölçekli işletmeler için.",
|
||||
buttons: [
|
||||
id: "p1", badge: "Standart", price: "₺15,000", subtitle: "Küçük ölçekli işletmeler için.", buttons: [
|
||||
{
|
||||
text: "Başla",
|
||||
href: "/iletisim",
|
||||
},
|
||||
text: "Başla", href: "/iletisim"},
|
||||
],
|
||||
features: [
|
||||
"Temel Güvenlik",
|
||||
"Web Yazılım",
|
||||
],
|
||||
"Temel Güvenlik", "Web Yazılım"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Kurumsal",
|
||||
price: "₺45,000",
|
||||
subtitle: "Büyük ölçekli projeler için.",
|
||||
buttons: [
|
||||
id: "p2", badge: "Kurumsal", price: "₺45,000", subtitle: "Büyük ölçekli projeler için.", buttons: [
|
||||
{
|
||||
text: "İletişime Geç",
|
||||
href: "/iletisim",
|
||||
},
|
||||
text: "İletişime Geç", href: "/iletisim"},
|
||||
],
|
||||
features: [
|
||||
"Gelişmiş Siber Savunma",
|
||||
"7/24 Destek",
|
||||
"Bulut Altyapısı",
|
||||
],
|
||||
"Gelişmiş Siber Savunma", "7/24 Destek", "Bulut Altyapısı"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -276,29 +180,19 @@ export default function LandingPage() {
|
||||
logoText="Atılgan Dijital"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Hizmetler",
|
||||
href: "/hizmetler",
|
||||
},
|
||||
label: "Hizmetler", href: "/hizmetler"},
|
||||
{
|
||||
label: "Paketler",
|
||||
href: "/paketler",
|
||||
},
|
||||
label: "Paketler", href: "/paketler"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Destek",
|
||||
items: [
|
||||
title: "Destek", items: [
|
||||
{
|
||||
label: "İletişim",
|
||||
href: "/iletisim",
|
||||
},
|
||||
label: "İletişim", href: "/iletisim"},
|
||||
{
|
||||
label: "Güvenlik",
|
||||
href: "/guvenlik",
|
||||
},
|
||||
label: "Güvenlik", href: "/guvenlik"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user