Merge version_1 into main #2
218
src/app/page.tsx
218
src/app/page.tsx
@@ -12,7 +12,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Award, BookOpen, Briefcase, Code, Laptop, Palette, Users } from "lucide-react";
|
||||
import { Award, BookOpen, Briefcase, Code, Hammer, Laptop, Languages, Palette, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Ana Sayfa",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Ana Sayfa", id: "hero"},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "about",
|
||||
},
|
||||
name: "Hakkımızda", id: "about"},
|
||||
{
|
||||
name: "Kurslar",
|
||||
id: "features",
|
||||
},
|
||||
name: "Kurslar", id: "features"},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "contact",
|
||||
},
|
||||
name: "İletişim", id: "contact"},
|
||||
]}
|
||||
brandName="İpekyolu HEM"
|
||||
/>
|
||||
@@ -56,21 +48,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="İpekyolu Halk Eğitim Merkezi"
|
||||
description="Yaşam boyu öğrenme vizyonumuzla, yeteneklerinizi geliştiriyor, geleceğinize değer katıyoruz. Binlerce kurs ve uzman eğitmen kadromuzla yanınızdayız."
|
||||
buttons={[
|
||||
{
|
||||
text: "Kurslara Göz At",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Kurslara Göz At", href: "#features"},
|
||||
{
|
||||
text: "İletişim",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "İletişim", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/some-interesting-information-group-young-people-casual-clothes-working-modern-office_146671-16470.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/some-interesting-information-group-young-people-casual-clothes-working-modern-office_146671-16470.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -80,7 +67,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Öğrenmenin Sınırı Yoktur"
|
||||
description="İpekyolu Halk Eğitim Merkezi olarak, her yaştan bireye nitelikli eğitimler sunmayı amaçlıyoruz. Modern tesislerimiz ve deneyimli kadromuzla kişisel ve mesleki gelişiminize destek oluyoruz."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/college-mates-studying-together_23-2149038407.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/college-mates-studying-together_23-2149038407.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -91,64 +78,43 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Mesleki Kurslar",
|
||||
description: "Kariyerinize yön verecek teknik ve mesleki eğitimler.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-assembling-advent-wreath_23-2150820764.jpg",
|
||||
},
|
||||
title: "Mesleki Kurslar", description: "Kariyerinize yön verecek teknik ve mesleki eğitimler.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-assembling-advent-wreath_23-2150820764.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Hammer,
|
||||
text: "Sertifikalı eğitimler",
|
||||
},
|
||||
text: "Sertifikalı eğitimler"},
|
||||
{
|
||||
icon: Briefcase,
|
||||
text: "Uygulamalı atölyeler",
|
||||
},
|
||||
text: "Uygulamalı atölyeler"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/some-interesting-information-group-young-people-casual-clothes-working-modern-office_146671-16470.jpg?_wi=2",
|
||||
imageAlt: "vocational training skill development",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Teknoloji ve Bilişim",
|
||||
description: "Dijital dünyada yerinizi alın.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/primary-school-pupils-library-discuss-online-seminar_482257-114548.jpg",
|
||||
},
|
||||
title: "Teknoloji ve Bilişim", description: "Dijital dünyada yerinizi alın.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/primary-school-pupils-library-discuss-online-seminar_482257-114548.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Laptop,
|
||||
text: "Temel bilgisayar",
|
||||
},
|
||||
text: "Temel bilgisayar"},
|
||||
{
|
||||
icon: Code,
|
||||
text: "Yazılım eğitimleri",
|
||||
},
|
||||
text: "Yazılım eğitimleri"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/college-mates-studying-together_23-2149038407.jpg?_wi=2",
|
||||
imageAlt: "vocational training skill development",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Sosyal ve Kültürel",
|
||||
description: "Sosyal becerilerinizi artırın.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-teaching-kids-english-lesson-online_23-2148962979.jpg",
|
||||
},
|
||||
title: "Sosyal ve Kültürel", description: "Sosyal becerilerinizi artırın.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-teaching-kids-english-lesson-online_23-2148962979.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Languages,
|
||||
text: "Dil eğitimleri",
|
||||
},
|
||||
text: "Dil eğitimleri"},
|
||||
{
|
||||
icon: Palette,
|
||||
text: "Sanat atölyeleri",
|
||||
},
|
||||
text: "Sanat atölyeleri"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-agent-laughing-funny-joke-while-talking-with-customer-office_482257-125812.jpg?_wi=1",
|
||||
imageAlt: "vocational training skill development",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Eğitim Programlarımız"
|
||||
@@ -163,23 +129,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Users,
|
||||
title: "Kursiyer Sayısı",
|
||||
value: "15,000+",
|
||||
},
|
||||
id: "m1", icon: Users,
|
||||
title: "Kursiyer Sayısı", value: "15,000+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: BookOpen,
|
||||
title: "Kurs Sayısı",
|
||||
value: "450+",
|
||||
},
|
||||
id: "m2", icon: BookOpen,
|
||||
title: "Kurs Sayısı", value: "450+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Award,
|
||||
title: "Sertifikalı Mezun",
|
||||
value: "12,000+",
|
||||
},
|
||||
id: "m3", icon: Award,
|
||||
title: "Sertifikalı Mezun", value: "12,000+"},
|
||||
]}
|
||||
title="Başarı Rakamlarımız"
|
||||
description="Her yıl binlerce kursiyerimize yeni ufuklar açıyoruz."
|
||||
@@ -193,40 +150,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ayşe Yılmaz",
|
||||
role: "Mezun",
|
||||
testimonial: "Bu kurs sayesinde yeni bir işe başladım, çok mutluyum.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-african-woman-student-smiling-laughing-sitting-cafe-books-magazines-lying-table-learning-education_176420-12412.jpg",
|
||||
},
|
||||
id: "t1", name: "Ayşe Yılmaz", role: "Mezun", testimonial: "Bu kurs sayesinde yeni bir işe başladım, çok mutluyum.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-african-woman-student-smiling-laughing-sitting-cafe-books-magazines-lying-table-learning-education_176420-12412.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mehmet Demir",
|
||||
role: "Kursiyer",
|
||||
testimonial: "Eğitmenler çok ilgili ve profesyoneller.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-ceo-having-fun-after-successful-deal-with-foreign-partners-showing-thumbs-up-indoor-portrait-happy-freelance-african-specialist-fooling-around-office-with-chinese-colleague_197531-3857.jpg",
|
||||
},
|
||||
id: "t2", name: "Mehmet Demir", role: "Kursiyer", testimonial: "Eğitmenler çok ilgili ve profesyoneller.", imageSrc: "http://img.b2bpic.net/free-photo/young-black-ceo-having-fun-after-successful-deal-with-foreign-partners-showing-thumbs-up-indoor-portrait-happy-freelance-african-specialist-fooling-around-office-with-chinese-colleague_197531-3857.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Canan Can",
|
||||
role: "Mezun",
|
||||
testimonial: "Harika bir eğitim deneyimi yaşadım.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-modern-woman-standing-kitchen-with-notebook-reading-documents-smiling_1258-201140.jpg",
|
||||
},
|
||||
id: "t3", name: "Canan Can", role: "Mezun", testimonial: "Harika bir eğitim deneyimi yaşadım.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-modern-woman-standing-kitchen-with-notebook-reading-documents-smiling_1258-201140.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Burak Öz",
|
||||
role: "Kursiyer",
|
||||
testimonial: "Kendimi geliştirmek için en doğru yer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-video-calling_1098-21798.jpg",
|
||||
},
|
||||
id: "t4", name: "Burak Öz", role: "Kursiyer", testimonial: "Kendimi geliştirmek için en doğru yer.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-video-calling_1098-21798.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elif Kaya",
|
||||
role: "Mezun",
|
||||
testimonial: "Sertifika programı çok faydalı oldu.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-sitting-table-library_23-2147844726.jpg",
|
||||
},
|
||||
id: "t5", name: "Elif Kaya", role: "Mezun", testimonial: "Sertifika programı çok faydalı oldu.", imageSrc: "http://img.b2bpic.net/free-photo/student-sitting-table-library_23-2147844726.jpg"},
|
||||
]}
|
||||
title="Kursiyerlerimizden Yorumlar"
|
||||
description="Başarı hikayelerine ortak olduğumuz kursiyerlerimiz."
|
||||
@@ -239,22 +171,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Kurslara nasıl kayıt olurum?",
|
||||
content: "Online sitemizden veya merkezimize gelerek kayıt yaptırabilirsiniz.",
|
||||
},
|
||||
id: "f1", title: "Kurslara nasıl kayıt olurum?", content: "Online sitemizden veya merkezimize gelerek kayıt yaptırabilirsiniz."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Sertifika veriliyor mu?",
|
||||
content: "Evet, başarıyla tamamlanan kurslar sonunda MEB onaylı sertifika veriyoruz.",
|
||||
},
|
||||
id: "f2", title: "Sertifika veriliyor mu?", content: "Evet, başarıyla tamamlanan kurslar sonunda MEB onaylı sertifika veriyoruz."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Kurslar ücretli mi?",
|
||||
content: "Birçok kursumuz ücretsiz olup, detayları sitemizden öğrenebilirsiniz.",
|
||||
},
|
||||
id: "f3", title: "Kurslar ücretli mi?", content: "Birçok kursumuz ücretsiz olup, detayları sitemizden öğrenebilirsiniz."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/call-center-agent-laughing-funny-joke-while-talking-with-customer-office_482257-125812.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/call-center-agent-laughing-funny-joke-while-talking-with-customer-office_482257-125812.jpg"
|
||||
title="Sıkça Sorulan Sorular"
|
||||
description="Eğitim merkezimiz hakkında merak ettikleriniz."
|
||||
faqsAnimation="slide-up"
|
||||
@@ -270,35 +193,11 @@ export default function LandingPage() {
|
||||
description="Merkezimizden en son etkinlikler ve duyurular."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
title: "Yeni Bahar Dönemi Kursları",
|
||||
excerpt: "Kayıtlarımız başladı, kontenjan sınırlıdır.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas-office_176420-1689.jpg",
|
||||
authorName: "Yönetim",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-happy-redhead-woman-red-hat-drinking-from-thermos-warming-up-with-hot-drink-her-flask_1258-196826.jpg",
|
||||
date: "15 Mayıs 2024",
|
||||
category: "Duyuru",
|
||||
},
|
||||
id: "b1", title: "Yeni Bahar Dönemi Kursları", excerpt: "Kayıtlarımız başladı, kontenjan sınırlıdır.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas-office_176420-1689.jpg", authorName: "Yönetim", authorAvatar: "http://img.b2bpic.net/free-photo/young-happy-redhead-woman-red-hat-drinking-from-thermos-warming-up-with-hot-drink-her-flask_1258-196826.jpg", date: "15 Mayıs 2024", category: "Duyuru"},
|
||||
{
|
||||
id: "b2",
|
||||
title: "Sanat Sergimiz Açıldı",
|
||||
excerpt: "Kursiyer çalışmalarımızın sergisini ziyaret edin.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-studying-peacefully-library_23-2148844711.jpg",
|
||||
authorName: "Etkinlik Birimi",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg",
|
||||
date: "10 Mayıs 2024",
|
||||
category: "Etkinlik",
|
||||
},
|
||||
id: "b2", title: "Sanat Sergimiz Açıldı", excerpt: "Kursiyer çalışmalarımızın sergisini ziyaret edin.", imageSrc: "http://img.b2bpic.net/free-photo/people-studying-peacefully-library_23-2148844711.jpg", authorName: "Etkinlik Birimi", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg", date: "10 Mayıs 2024", category: "Etkinlik"},
|
||||
{
|
||||
id: "b3",
|
||||
title: "E-Kayıt Bilgilendirmesi",
|
||||
excerpt: "Yeni dönem kayıt süreçleri hakkında bilgi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-books-potted-plant_23-2148785054.jpg",
|
||||
authorName: "Yönetim",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-modern-carefree-girl-sits-floor-with-notebook-smiles-camera-writes-her-diary_1258-187196.jpg",
|
||||
date: "05 Mayıs 2024",
|
||||
category: "Bilgi",
|
||||
},
|
||||
id: "b3", title: "E-Kayıt Bilgilendirmesi", excerpt: "Yeni dönem kayıt süreçleri hakkında bilgi.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-books-potted-plant_23-2148785054.jpg", authorName: "Yönetim", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-modern-carefree-girl-sits-floor-with-notebook-smiles-camera-writes-her-diary_1258-187196.jpg", date: "05 Mayıs 2024", category: "Bilgi"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -307,14 +206,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Bizimle iletişime geçmek ister misiniz? Size en yakın merkezimize uğrayın veya telefonla bize ulaşın."
|
||||
buttons={[
|
||||
{
|
||||
text: "İletişim Formu",
|
||||
href: "#",
|
||||
},
|
||||
text: "İletişim Formu", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -325,37 +221,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Ana Sayfa",
|
||||
href: "/",
|
||||
},
|
||||
label: "Ana Sayfa", href: "/"},
|
||||
{
|
||||
label: "Hakkımızda",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Hakkımızda", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Kurslar",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Kurslar", href: "#features"},
|
||||
{
|
||||
label: "Sertifikalar",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sertifikalar", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "İletişim",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "İletişim", href: "#contact"},
|
||||
{
|
||||
label: "Gizlilik",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gizlilik", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user