Merge version_1 into main #1
266
src/app/page.tsx
266
src/app/page.tsx
@@ -30,34 +30,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Başarılar",
|
||||
id: "basariler",
|
||||
},
|
||||
{
|
||||
name: "Hocalarımız",
|
||||
id: "hocalarimiz",
|
||||
},
|
||||
{
|
||||
name: "Vizyonumuz",
|
||||
id: "vizyonumuz",
|
||||
},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "iletisim",
|
||||
},
|
||||
{
|
||||
name: "Turnuvalar",
|
||||
id: "turnuvalar",
|
||||
},
|
||||
{
|
||||
name: "Biz Kimiz",
|
||||
id: "biz-kimiz",
|
||||
},
|
||||
{
|
||||
name: "Üye Kayıt",
|
||||
id: "uye-kayit",
|
||||
},
|
||||
{ name: "Başarılar", id: "basariler" },
|
||||
{ name: "Hocalarımız", id: "hocalarimiz" },
|
||||
{ name: "Vizyonumuz", id: "vizyonumuz" },
|
||||
{ name: "İletişim", id: "iletisim" },
|
||||
{ name: "Turnuvalar", id: "turnuvalar" },
|
||||
{ name: "Biz Kimiz", id: "biz-kimiz" },
|
||||
{ name: "Üye Kayıt", id: "uye-kayit" }
|
||||
]}
|
||||
brandName="Altınordu Ispartakule"
|
||||
/>
|
||||
@@ -65,72 +44,31 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="İYİ BİREY, İYİ VATANDAŞ, İYİ FUTBOLCU"
|
||||
description="Altınordu Ispartakule Futbol Okulu'nda geleceğin profesyonel yıldızlarını yetiştiriyoruz."
|
||||
kpis={[
|
||||
{
|
||||
value: "2017",
|
||||
label: "Kuruluş",
|
||||
},
|
||||
{
|
||||
value: "6",
|
||||
label: "Uzman Hoca",
|
||||
},
|
||||
{
|
||||
value: "100+",
|
||||
label: "Öğrenci",
|
||||
},
|
||||
{ value: "2017", label: "Kuruluş" },
|
||||
{ value: "6", label: "Uzman Hoca" },
|
||||
{ value: "100+", label: "Öğrenci" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/soccer_32991-10850.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-holding-rugby-ball_53876-20496.jpg",
|
||||
alt: "Antrenör 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707970.jpg",
|
||||
alt: "Antrenör 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043834.jpg",
|
||||
alt: "Antrenör 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/grass-sunny-european-father-nature_1157-3228.jpg",
|
||||
alt: "Antrenör 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707969.jpg",
|
||||
alt: "Antrenör 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-man-holding-rugby-ball_53876-20496.jpg", alt: "Antrenör 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707970.jpg", alt: "Antrenör 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043834.jpg", alt: "Antrenör 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/grass-sunny-european-father-nature_1157-3228.jpg", alt: "Antrenör 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707969.jpg", alt: "Antrenör 5" }
|
||||
]}
|
||||
avatarText="Ekibimizle tanışın"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Disiplin",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eğitim",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Gelişim",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Başarı",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Takım Ruhu",
|
||||
},
|
||||
{ type: "text", text: "Disiplin" },
|
||||
{ type: "text", text: "Eğitim" },
|
||||
{ type: "text", text: "Gelişim" },
|
||||
{ type: "text", text: "Başarı" },
|
||||
{ type: "text", text: "Takım Ruhu" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,27 +79,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "n1",
|
||||
title: "Başarılar",
|
||||
author: "Yetiştirdiğimiz oyuncular",
|
||||
description: "Profesyonel kulüplere transferlerimiz",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/soccer-players-icons-flat-set_98292-1838.jpg",
|
||||
},
|
||||
{
|
||||
id: "n2",
|
||||
title: "Hocalarımız",
|
||||
author: "Deneyimli kadro",
|
||||
description: "Antrenör ekibimizle tanışın",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-sports-silhouettes_23-2147619017.jpg",
|
||||
},
|
||||
{
|
||||
id: "n3",
|
||||
title: "Vizyonumuz",
|
||||
author: "Hedeflerimiz",
|
||||
description: "Futbol eğitimindeki değerlerimiz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paper-style-soccer-match_23-2148930673.jpg",
|
||||
},
|
||||
{ id: "n1", title: "Başarılar", author: "Yetiştirdiğimiz oyuncular", description: "Profesyonel kulüplere transferlerimiz", videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4", tags: [] },
|
||||
{ id: "n2", title: "Hocalarımız", author: "Deneyimli kadro", description: "Antrenör ekibimizle tanışın", videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4", tags: [] },
|
||||
{ id: "n3", title: "Vizyonumuz", author: "Hedeflerimiz", description: "Futbol eğitimindeki değerlerimiz", videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4", tags: [] }
|
||||
]}
|
||||
title="Gezinme"
|
||||
description="Hızlı erişim menüsü"
|
||||
@@ -174,27 +94,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "Başakşehir",
|
||||
title: "Süper Lig",
|
||||
description: "Transfer Başarısı",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/soccer-elements-collection-with-equipment-flat-style_23-2147790275.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Eyüpspor",
|
||||
title: "Profesyonel Lig",
|
||||
description: "Transfer Başarısı",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/football-equipments-design_1167-13.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "İstanbulspor",
|
||||
title: "Profesyonel Lig",
|
||||
description: "Transfer Başarısı",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/football-logo-design-template_742173-31799.jpg",
|
||||
},
|
||||
{ id: "m1", value: "Başakşehir", title: "Süper Lig", description: "Transfer Başarısı", imageSrc: "http://img.b2bpic.net/free-vector/soccer-elements-collection-with-equipment-flat-style_23-2147790275.jpg" },
|
||||
{ id: "m2", value: "Eyüpspor", title: "Profesyonel Lig", description: "Transfer Başarısı", imageSrc: "http://img.b2bpic.net/free-vector/football-equipments-design_1167-13.jpg" },
|
||||
{ id: "m3", value: "İstanbulspor", title: "Profesyonel Lig", description: "Transfer Başarısı", imageSrc: "http://img.b2bpic.net/free-vector/football-logo-design-template_742173-31799.jpg" }
|
||||
]}
|
||||
title="Başarılarımız"
|
||||
description="Oyuncularımızın transfer olduğu önemli kulüpler."
|
||||
@@ -208,42 +110,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "c1",
|
||||
name: "Anıl Kurtdemir",
|
||||
role: "Antrenör",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-man-holding-ball-looking-camera_23-2148203595.jpg",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
name: "Berat Sürü",
|
||||
role: "Antrenör",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-african-american-man-posing-with-soccer-ball_23-2148767619.jpg",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
name: "Koray Akıncı",
|
||||
role: "Stajyer Antrenör",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/talking-trainer_1098-15666.jpg",
|
||||
},
|
||||
{
|
||||
id: "c4",
|
||||
name: "Umut Şahin",
|
||||
role: "Antrenör",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-football-trainer-teaching-kids_23-2149742045.jpg",
|
||||
},
|
||||
{
|
||||
id: "c5",
|
||||
name: "Serhat Balcı",
|
||||
role: "Kaptan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-baseball-player_23-2150885099.jpg",
|
||||
},
|
||||
{
|
||||
id: "c6",
|
||||
name: "Reyhan Özkılıç",
|
||||
role: "Sorumlu Antrenör",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-basket-ball_23-2149213163.jpg",
|
||||
},
|
||||
{ id: "c1", name: "Anıl Kurtdemir", role: "Antrenör", imageSrc: "http://img.b2bpic.net/free-photo/black-man-holding-ball-looking-camera_23-2148203595.jpg" },
|
||||
{ id: "c2", name: "Berat Sürü", role: "Antrenör", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-african-american-man-posing-with-soccer-ball_23-2148767619.jpg" },
|
||||
{ id: "c3", name: "Koray Akıncı", role: "Stajyer Antrenör", imageSrc: "http://img.b2bpic.net/free-photo/talking-trainer_1098-15666.jpg" },
|
||||
{ id: "c4", name: "Umut Şahin", role: "Antrenör", imageSrc: "http://img.b2bpic.net/free-photo/side-view-football-trainer-teaching-kids_23-2149742045.jpg" },
|
||||
{ id: "c5", name: "Serhat Balcı", role: "Kaptan", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-baseball-player_23-2150885099.jpg" },
|
||||
{ id: "c6", name: "Reyhan Özkılıç", role: "Sorumlu Antrenör", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-basket-ball_23-2149213163.jpg" }
|
||||
]}
|
||||
title="Hocalarımız"
|
||||
description="Profesyonel teknik ekibimizle geleceği inşa ediyoruz."
|
||||
@@ -254,12 +126,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Vizyonumuz: İyi birey, iyi vatandaş, iyi futbolcu yetiştirmek."
|
||||
buttons={[
|
||||
{
|
||||
text: "Daha Fazla",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Daha Fazla", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -270,42 +137,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Antalya Gençler Dünya Kupası",
|
||||
price: "Uluslararası",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/sports-infography_23-2147537145.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Kuşadası Kampı",
|
||||
price: "Altınordu",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-football-ball-lying-near-match-score_23-2147750759.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "MLS Kupası",
|
||||
price: "Eğlence",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouetted-young-boy-looks-future-vector-illustration_460848-12998.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Önder Junior Cup",
|
||||
price: "İstanbul",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/football-field-right-side_187299-14817.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Dostluk Turnuvası",
|
||||
price: "Bölgesel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-basketball-scheme-tactic-game-plan_53876-16231.jpg",
|
||||
},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Altyapı Kupası",
|
||||
price: "Gelişim",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/american-football-retro-ball-badge_23-2147494916.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Antalya Gençler Dünya Kupası", price: "Uluslararası", imageSrc: "http://img.b2bpic.net/free-vector/sports-infography_23-2147537145.jpg" },
|
||||
{ id: "t2", name: "Kuşadası Kampı", price: "Altınordu", imageSrc: "http://img.b2bpic.net/free-photo/american-football-ball-lying-near-match-score_23-2147750759.jpg" },
|
||||
{ id: "t3", name: "MLS Kupası", price: "Eğlence", imageSrc: "http://img.b2bpic.net/free-photo/silhouetted-young-boy-looks-future-vector-illustration_460848-12998.jpg" },
|
||||
{ id: "t4", name: "Önder Junior Cup", price: "İstanbul", imageSrc: "http://img.b2bpic.net/free-psd/football-field-right-side_187299-14817.jpg" },
|
||||
{ id: "t5", name: "Dostluk Turnuvası", price: "Bölgesel", imageSrc: "http://img.b2bpic.net/free-photo/closeup-basketball-scheme-tactic-game-plan_53876-16231.jpg" },
|
||||
{ id: "t6", name: "Altyapı Kupası", price: "Gelişim", imageSrc: "http://img.b2bpic.net/free-vector/american-football-retro-ball-badge_23-2147494916.jpg" }
|
||||
]}
|
||||
title="Katıldığımız Turnuvalar"
|
||||
description="Oyuncularımızın gelişimine katkı sağlayan önemli organizasyonlar."
|
||||
@@ -322,9 +159,7 @@ export default function LandingPage() {
|
||||
<div id="uye-kayit" data-section="uye-kayit">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
text="Üye Kayıt Formu için bize ulaşın: 0536 587 55 12"
|
||||
/>
|
||||
</div>
|
||||
@@ -332,29 +167,14 @@ export default function LandingPage() {
|
||||
<div id="iletisim" data-section="iletisim">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
text="İletişim: Reyhan Özkılıç - 0536 587 55 12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Ana Sayfa",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "İletişim",
|
||||
href: "#iletisim",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ items: [{ label: "Ana Sayfa", href: "/" }, { label: "İletişim", href: "#iletisim" }] }]}
|
||||
logoText="Altınordu Ispartakule"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user