1 Commits

Author SHA1 Message Date
26606635e7 Update src/app/page.tsx 2026-04-27 19:39:41 +00:00

View File

@@ -31,70 +31,46 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Головна", name: "Головна", id: "hero"},
id: "hero",
},
{ {
name: "Ліги", name: "Ліги", id: "leagues"},
id: "leagues",
},
{ {
name: "Матчі", name: "Матчі", id: "matches"},
id: "matches",
},
{ {
name: "Аналітика", name: "Аналітика", id: "blog"},
id: "blog",
},
{ {
name: "Таблиці", name: "Таблиці", id: "tables"},
id: "tables",
},
]} ]}
brandName="ВЕРТИКАЛЬ" brandName="SOCCERAI"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlay <HeroOverlay
title="Реал — Барселона. Ель Класіко вирішить чемпіонат." title="SoccerAI — Штучний інтелект у футболі."
description="Аналіз головного матчу дня: тактичні битви, прогнози та значення результату для турнірної таблиці." description="Прогнози, тактичний аналіз та глибока футбольна аналітика на базі даних."
tag="01 · СЬОГОДНІ 27 КВІТНЯ" tag="01 · SOCCERAI.UA"
buttons={[ buttons={[
{ {
text: "Читати аналіз →", text: "Читати аналіз →", href: "#blog"},
href: "#blog",
},
{ {
text: "Усі матчі дня", text: "Усі матчі дня", href: "#matches"},
href: "#matches",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318298549-5d43f38e.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318298549-5d43f38e.png"
showBlur={true} showBlur={true}
avatars={[ avatars={[
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318314019-76e63b14.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318314019-76e63b14.png", alt: "fan 1"},
alt: "fan 1",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318323518-38e52b38.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318323518-38e52b38.png", alt: "fan 2"},
alt: "fan 2",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318332199-269d644c.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318332199-269d644c.png", alt: "fan 3"},
alt: "fan 3",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318341239-af625bf8.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318341239-af625bf8.png", alt: "fan 4"},
alt: "fan 4",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318350468-9883105d.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318350468-9883105d.png", alt: "fan 5"},
alt: "fan 5",
},
]} ]}
avatarText="10k+ фанатів з нами" avatarText="10k+ користувачів SoccerAI"
/> />
</div> </div>
@@ -105,24 +81,14 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
negativeCard={{ negativeCard={{
items: [ items: [
"УПЛ", "УПЛ", "Серія А", "Ла Ліга", "Ередівізі", "Ліга 1"],
"Серія А",
"Ла Ліга",
"Ередівізі",
"Ліга 1",
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"АПЛ", "АПЛ", "Бундесліга", "ЛЧ", "Лібертадорес", "Прімейра-ліга"],
"Бундесліга",
"ЛЧ",
"Лібертадорес",
"Прімейра-ліга",
],
}} }}
title="Великі чемпіонати" title="Підключені чемпіонати"
description="Слідкуйте за лідерами шести головних футбольних турнірів світу." description="Моніторимо дані у реальному часі для топ-ліг Європи та світу."
/> />
</div> </div>
@@ -134,44 +100,20 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "m1", id: "m1", name: "LIVE: Arsenal vs Chelsea", price: "2:1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318314019-76e63b14.png"},
name: "LIVE: Arsenal vs Chelsea",
price: "2:1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318314019-76e63b14.png",
},
{ {
id: "m2", id: "m2", name: "UPCOMING: Real vs Barca", price: "21:00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318323518-38e52b38.png"},
name: "UPCOMING: Real vs Barca",
price: "21:00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318323518-38e52b38.png",
},
{ {
id: "m3", id: "m3", name: "FINISHED: Milan vs Inter", price: "1:1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318332199-269d644c.png"},
name: "FINISHED: Milan vs Inter",
price: "1:1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318332199-269d644c.png",
},
{ {
id: "m4", id: "m4", name: "LIVE: Bayern vs Dortmund", price: "0:0", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318341239-af625bf8.png"},
name: "LIVE: Bayern vs Dortmund",
price: "0:0",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318341239-af625bf8.png",
},
{ {
id: "m5", id: "m5", name: "UPCOMING: Shakhtar vs Dynamo", price: "19:00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318350468-9883105d.png"},
name: "UPCOMING: Shakhtar vs Dynamo",
price: "19:00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318350468-9883105d.png",
},
{ {
id: "m6", id: "m6", name: "LIVE: Man City vs Liverpool", price: "1:2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318359189-9058e646.png"},
name: "LIVE: Man City vs Liverpool",
price: "1:2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318359189-9058e646.png",
},
]} ]}
title="Розклад матчів" title="Розклад матчів"
description="Актуальні трансляції та завершені матчі дня." description="Актуальні дані та прогнози від SoccerAI."
/> />
</div> </div>
@@ -180,39 +122,15 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
title="Аналітика тижня" title="Аналітика SoccerAI"
description="Редакційні матеріали про тактику, гравців та ключові події." description="ШІ-аналіз тактики та продуктивності гравців."
blogs={[ blogs={[
{ {
id: "b1", id: "b1", category: "Тактика", title: "Чому Інтер виграє через лівий фланг", excerpt: "Детальний розбір гри від наших алгоритмів.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318368125-df4f64cb.png", authorName: "SoccerAI Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318376759-930b912d.png", date: "27 Квітня"},
category: "Тактика",
title: "Чому Інтер виграє через лівий фланг",
excerpt: "Детальний розбір гри італійського клубу.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318368125-df4f64cb.png",
authorName: "Андрій Лисенко",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318376759-930b912d.png",
date: "27 Квітня",
},
{ {
id: "b2", id: "b2", category: "ЛЧ", title: "Шахтар у Лізі чемпіонів", excerpt: "Аналіз шансів на плей-оф від ШІ.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318384749-74ecc312.png", authorName: "SoccerAI Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318394196-6cceac7e.png", date: "27 Квітня"},
category: "ЛЧ",
title: "Шахтар у Лізі чемпіонів",
excerpt: "Аналіз шансів на плей-оф.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318384749-74ecc312.png",
authorName: "Андрій Лисенко",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318394196-6cceac7e.png",
date: "27 Квітня",
},
{ {
id: "b3", id: "b3", category: "Класіко", title: "Ель Класіко: аналітика результату", excerpt: "Ключові фактори, що вирішать матч.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318402172-02e74786.png", authorName: "SoccerAI Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318411827-14fb6198.png", date: "27 Квітня"},
category: "Класіко",
title: "Ель Класіко вирішить чемпіонат",
excerpt: "Ключові фактори успіху.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318402172-02e74786.png",
authorName: "Андрій Лисенко",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318411827-14fb6198.png",
date: "27 Квітня",
},
]} ]}
/> />
</div> </div>
@@ -224,50 +142,32 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "pl1", id: "pl1", name: "АПЛ - SoccerAI", price: "1. Man City", features: [
name: "Англія (АПЛ)", "30 М - Індекс 98", "75 О"],
price: "1. Man City",
features: [
"30 М",
"75 О",
],
buttons: [ buttons: [
{ {
text: еталі →", text: ані ШІ →"},
},
], ],
}, },
{ {
id: "pl2", id: "pl2", name: "УПЛ - SoccerAI", price: "1. Shakhtar", features: [
name: "Україна (УПЛ)", "25 М - Індекс 92", "60 О"],
price: "1. Shakhtar",
features: [
"25 М",
"60 О",
],
buttons: [ buttons: [
{ {
text: еталі →", text: ані ШІ →"},
},
], ],
}, },
{ {
id: "pl3", id: "pl3", name: "ЛЧ - SoccerAI", price: "Група A", features: [
name: "Європа (ЛЧ)", "1. Real (Індекс 95)", "2. Bayern (Індекс 94)"],
price: "Група A",
features: [
"1. Real",
"2. Bayern",
],
buttons: [ buttons: [
{ {
text: еталі →", text: ані ШІ →"},
},
], ],
}, },
]} ]}
title="Турнірні таблиці" title="Турнірні таблиці (Аналітика ШІ)"
description="Поточне становище клубів у топ-лігах." description="Рейтинги SoccerAI для топ-ліг світу."
/> />
</div> </div>
@@ -279,26 +179,14 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
members={[ members={[
{ {
id: "p1", id: "p1", name: "КІЛІАН МБАППЕ", role: "SoccerAI Player Rating: 9.8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318420516-38494008.png"},
name: "КІЛІАН МБАППЕ",
role: "Форвард",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318420516-38494008.png",
},
{ {
id: "p2", id: "p2", name: "РОДРІ", role: "SoccerAI Player Rating: 9.7", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318429467-ee2d1ce3.png"},
name: "РОДРІ",
role: "Півзахисник",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318429467-ee2d1ce3.png",
},
{ {
id: "p3", id: "p3", name: "ВІНІСІУС ЖУНІОР", role: "SoccerAI Player Rating: 9.6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318437064-85ddbb5e.png"},
name: "ВІНІСІУС ЖУНІОР",
role: "Форвард",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318437064-85ddbb5e.png",
},
]} ]}
title="Гравець тижня" title="Топ гравці тижня"
description="Видатні персоналії, що змінили хід турніру." description="Персональні рейтинги SoccerAI, розраховані на основі виступів."
/> />
</div> </div>
@@ -306,11 +194,10 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "animated-grid", variant: "animated-grid"}}
}} tag="ПІДПИСКА SOCCERAI"
tag=ІДПИСКА" title=рогнози SoccerAI на кожен день."
title="Один лист на день. Усе важливе про футбол." description="Отримуйте аналітичні звіти SoccerAI прямо на пошту. Найкращі дані про футбол щодня о 8:00."
description="Без спаму. Без банерів. Найкращі матеріали Вертикалі — щоранку о 8:00."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318446374-91044ba8.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318446374-91044ba8.png"
/> />
</div> </div>
@@ -318,62 +205,42 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318455778-bc197089.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cu4cynX5F1PL6QWXHEHSufvdF9/professional-editorial-football-photogra-1777318455778-bc197089.png"
logoText="ВЕРТИКАЛЬ" logoText="SOCCERAI"
columns={[ columns={[
{ {
title: "Ліги", title: "Ліги", items: [
items: [
{ {
label: "АПЛ", label: "АПЛ", href: "#"},
href: "#",
},
{ {
label: "ЛЧ", label: "ЛЧ", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Контент", title: "Аналітика", items: [
items: [
{ {
label: "Аналітика", label: "Прогнози", href: "#"},
href: "#",
},
{ {
label: "Новини", label: "Рейтинги", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Сервіси", title: "Сервіси", items: [
items: [
{ {
label: "Профіль", label: "Профіль", href: "#"},
href: "#",
},
{ {
label: "Розклад", label: "Розклад", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Про нас", title: "SoccerAI", items: [
items: [
{ {
label: "Місія", label: "Про ШІ", href: "#"},
href: "#",
},
{ {
label: "Контакти", label: "Контакти", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
copyrightText="© 2026 ВЕРТИКАЛЬ · СТВОРЕНО В УКРАЇНІ" copyrightText="© 2026 SOCCERAI.UA · ШТУЧНИЙ ІНТЕЛЕКТ У ФУТБОЛІ"
/> />
</div> </div>
</ReactLenis> </ReactLenis>