From ee85e1f6e40479d8c6d10ccbab1de22782d9c6a0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:11:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 65 +++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 37 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e1c0640..7f5d806 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,19 +1,19 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDashboard"; -import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; -import MediaAbout from "@/components/sections/about/MediaAbout"; -import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import BlogCardOne from "@/components/sections/blog/BlogCardOne"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import { Sparkles, Zap, @@ -200,8 +200,8 @@ export default function LandingPage() { tag="Entegrasyonlar" textboxLayout="default" useInvertedBackground={false} - names=[ - "Gmail", "Telegram", "OpenAI", "Zoom", "Google Calendar"] + names={[ + "Gmail", "Telegram", "OpenAI", "Zoom", "Google Calendar"]} logos={[ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abgj4DNKmpQ1lWpFi5l49yGnfw/gmail-logo-and-icon-isolated-on-dark-bac-1772867316437-4d707235.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abgj4DNKmpQ1lWpFi5l49yGnfw/telegram-logo-and-messenger-icon-isolate-1772867317724-9e11284e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abgj4DNKmpQ1lWpFi5l49yGnfw/openai-logo-icon-isolated-on-dark-backgr-1772867316828-3375dfcb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abgj4DNKmpQ1lWpFi5l49yGnfw/zoom-video-conferencing-logo-icon-isolat-1772867316466-07d13cd6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abgj4DNKmpQ1lWpFi5l49yGnfw/google-calendar-logo-icon-isolated-on-da-1772867318712-6073c0be.png"]} speed={50} @@ -224,13 +224,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Verimlilik", name: "Zaman Kazanın", price: "-16 saat/ay", rating: 5, - reviewCount: "Tasarruf", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Time saving illustration"}, + reviewCount: "Tasarruf", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Time saving illustration"}, { id: "2", brand: "Kalite", name: "Tutarlı Değerlendirme", price: "%100", rating: 5, - reviewCount: "Doğruluk", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Consistency illustration"}, + reviewCount: "Doğruluk", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Consistency illustration"}, { id: "3", brand: "Güvenlik", name: "Verileriniz Size Ait", price: "Şifreli", rating: 5, - reviewCount: "Gizlilik", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Security illustration"}, + reviewCount: "Gizlilik", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Security illustration"}, ]} containerClassName="py-20" cardClassName="bg-gradient-to-br from-blue-900/30 to-purple-900/30 backdrop-blur-xl border border-blue-500/30 rounded-3xl overflow-hidden hover:border-blue-400/60 transition-all duration-300" @@ -302,30 +302,24 @@ export default function LandingPage() { useInvertedBackground={false} mediaAnimation="slide-up" faqsAnimation="blur-reveal" - imageSrc="/placeholders/placeholder1.webp?_wi=4" + imageSrc="/placeholders/placeholder1.webp" imageAlt="FAQ illustration" mediaPosition="left" animationType="smooth" showCard={true} faqs={[ { - id: "1", title: "Kurulum ne kadar sürer?", content: - "1-2 iş günü içinde sisteminiz hazır olur. Teknik ekibimiz tüm kurulum işlemlerini yapıyor, sizden sadece hesap erişim izni yeterli."}, + id: "1", title: "Kurulum ne kadar sürer?", content: "1-2 iş günü içinde sisteminiz hazır olur. Teknik ekibimiz tüm kurulum işlemlerini yapıyor, sizden sadece hesap erişim izni yeterli."}, { - id: "2", title: "Kendi hesaplarımı mı kullanacağım?", content: - "Evet. Gmail, Zoom, Telegram hesaplarınız size ait kalır. Hiçbir şifreyi paylaşmanız gerekmez, sadece entegrasyon izni verirsiniz."}, + id: "2", title: "Kendi hesaplarımı mı kullanacağım?", content: "Evet. Gmail, Zoom, Telegram hesaplarınız size ait kalır. Hiçbir şifreyi paylaşmanız gerekmez, sadece entegrasyon izni verirsiniz."}, { - id: "3", title: "Teknik bilgim olmasa da kullanabilir miyim?", content: - "Kesinlikle. Kurulum tamamen biz tarafından yapılır. Daha sonra sadece Telegram'a komut yazmanız yeterli. Çok kolay ve sezgisel."}, + id: "3", title: "Teknik bilgim olmasa da kullanabilir miyim?", content: "Kesinlikle. Kurulum tamamen biz tarafından yapılır. Daha sonra sadece Telegram'a komut yazmanız yeterli. Çok kolay ve sezgisel."}, { - id: "4", title: "Aylık bakım zorunlu mu?", content: - "Hayır zorunlu değil. Ama API değişiklikleri veya hata durumlarında müdahale için önerilir. Aylık bakım paketi hata düzeltme ve aylık 1 saat destek içerir."}, + id: "4", title: "Aylık bakım zorunlu mu?", content: "Hayır zorunlu değil. Ama API değişiklikleri veya hata durumlarında müdahale için önerilir. Aylık bakım paketi hata düzeltme ve aylık 1 saat destek içerir."}, { - id: "5", title: "Başka otomasyonlar da yapıyor musunuz?", content: - "Evet, iş süreçlerinizi otomatikleştirmek için farklı çözümler sunuyoruz. WhatsApp'tan yazarak istediğiniz otomasyonu söyleyebilirsiniz."}, + id: "5", title: "Başka otomasyonlar da yapıyor musunuz?", content: "Evet, iş süreçlerinizi otomatikleştirmek için farklı çözümler sunuyoruz. WhatsApp'tan yazarak istediğiniz otomasyonu söyleyebilirsiniz."}, { - id: "6", title: "Verilerim güvende mi?", content: - "Tamamen güvende. Tüm sistem kendi hesaplarınız üzerinden çalışır. Verilerinize biz erişemeyiz. End-to-end şifreli iletişim kullanılır."}, + id: "6", title: "Verilerim güvende mi?", content: "Tamamen güvende. Tüm sistem kendi hesaplarınız üzerinden çalışır. Verilerinize biz erişemeyiz. End-to-end şifreli iletişim kullanılır."}, ]} containerClassName="py-20 border-t border-blue-500/20" titleClassName="text-4xl md:text-5xl font-bold text-white mb-4" @@ -364,14 +358,11 @@ export default function LandingPage() { carouselMode="buttons" blogs={[ { - id: "1", category: "Yapay Zeka", title: "CV Değerlendirmede Yapay Zeka Nasıl Kullanılır?", excerpt: - "Modern işe alım süreçlerinde yapay zekanın rolü ve nasıl daha etkin kararlar alabileceğinizi öğrenin.", imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "AI in HR", authorName: "Eren Çalık", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abgj4DNKmpQ1lWpFi5l49yGnfw/professional-headshot-of-a-middle-aged-t-1772867316653-a2f0d234.png", date: "15 Ocak 2025"}, + id: "1", category: "Yapay Zeka", title: "CV Değerlendirmede Yapay Zeka Nasıl Kullanılır?", excerpt: "Modern işe alım süreçlerinde yapay zekanın rolü ve nasıl daha etkin kararlar alabileceğinizi öğrenin.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "AI in HR", authorName: "Eren Çalık", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abgj4DNKmpQ1lWpFi5l49yGnfw/professional-headshot-of-a-middle-aged-t-1772867316653-a2f0d234.png", date: "15 Ocak 2025"}, { - id: "2", category: "Otomasyon", title: "İK Süreçlerini Otomatikleştirmenin 5 Yolu", excerpt: - "Operasyonel verimliliği artırın ve ekibinizin daha stratejik görevlere odaklanmasını sağlayın.", imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Automation strategies", authorName: "Ayşe Kara", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abgj4DNKmpQ1lWpFi5l49yGnfw/professional-headshot-of-a-young-turkish-1772867316904-43fe5c10.png", date: "12 Ocak 2025"}, + id: "2", category: "Otomasyon", title: "İK Süreçlerini Otomatikleştirmenin 5 Yolu", excerpt: "Operasyonel verimliliği artırın ve ekibinizin daha stratejik görevlere odaklanmasını sağlayın.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Automation strategies", authorName: "Ayşe Kara", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abgj4DNKmpQ1lWpFi5l49yGnfw/professional-headshot-of-a-young-turkish-1772867316904-43fe5c10.png", date: "12 Ocak 2025"}, { - id: "3", category: "İntegrasyon", title: "Zoom Entegrasyonu ile Toplantı Sürecinizi Hızlandırın", excerpt: - "Otomatik toplantı planlama ve davet gönderimiyle zaman kaybını minimize edin.", imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "Zoom integration", authorName: "Mehmet Yıldız", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abgj4DNKmpQ1lWpFi5l49yGnfw/professional-headshot-of-a-middle-aged-t-1772867316851-76cf4bb9.png", date: "10 Ocak 2025"}, + id: "3", category: "İntegrasyon", title: "Zoom Entegrasyonu ile Toplantı Sürecinizi Hızlandırın", excerpt: "Otomatik toplantı planlama ve davet gönderimiyle zaman kaybını minimize edin.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Zoom integration", authorName: "Mehmet Yıldız", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abgj4DNKmpQ1lWpFi5l49yGnfw/professional-headshot-of-a-middle-aged-t-1772867316851-76cf4bb9.png", date: "10 Ocak 2025"}, ]} containerClassName="py-20 border-t border-blue-500/20" cardClassName="bg-gradient-to-br from-blue-900/30 to-purple-900/30 backdrop-blur-xl border border-blue-500/20 rounded-2xl overflow-hidden hover:border-blue-400/40 transition-all" -- 2.49.1