Compare commits
4 Commits
version_7
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 422a4d0ebe | |||
| b337360a2d | |||
| 18c9848907 | |||
| a024cc3307 |
@@ -121,9 +121,18 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{ id: "pl1", name: "АПЛ - AISOCCER", price: "1. Man City", features: ["30 М - Індекс 98", "75 О"], buttons: [{ text: "Дані ШІ →" }] },
|
{ id: "pl1", name: "АПЛ - AISOCCER", price: "Турнірна таблиця", features: [
|
||||||
{ id: "pl2", name: "УПЛ - AISOCCER", price: "1. Shakhtar", features: ["25 М - Індекс 92", "60 О"], buttons: [{ text: "Дані ШІ →" }] },
|
"1. Manchester City", "2. Arsenal", "3. Liverpool", "4. Chelsea", "5. Tottenham",
|
||||||
{ id: "pl3", name: "ЛЧ - AISOCCER", price: "Група A", features: ["1. Real (Індекс 95)", "2. Bayern (Індекс 94)"], buttons: [{ text: "Дані ШІ →" }] },
|
"6. Man United", "7. Aston Villa", "8. Newcastle", "9. West Ham", "10. Brighton"
|
||||||
|
], buttons: [{ text: "Аналітика ШІ →" }] },
|
||||||
|
{ id: "pl2", name: "УПЛ - AISOCCER", price: "Турнірна таблиця", features: [
|
||||||
|
"1. Manchester City (АПЛ Лідер)", "2. Shakhtar", "3. Dynamo", "4. Polissya", "5. Kryvbas",
|
||||||
|
"6. Rukh", "7. Vorskla", "8. Kolos", "9. LNZ", "10. Veres"
|
||||||
|
], buttons: [{ text: "Аналітика ШІ →" }] },
|
||||||
|
{ id: "pl3", name: "ЛЧ - AISOCCER", price: "Турнірна таблиця", features: [
|
||||||
|
"1. Manchester City", "2. Real Madrid", "3. Bayern Munich", "4. PSG", "5. Barcelona",
|
||||||
|
"6. Inter Milan", "7. AC Milan", "8. Atletico", "9. Leverkusen", "10. Dortmund"
|
||||||
|
], buttons: [{ text: "Аналітика ШІ →" }] },
|
||||||
]}
|
]}
|
||||||
title="Турнірні таблиці (Аналітика ШІ)"
|
title="Турнірні таблиці (Аналітика ШІ)"
|
||||||
description="Рейтинги AISOCCER для топ-ліг світу."
|
description="Рейтинги AISOCCER для топ-ліг світу."
|
||||||
|
|||||||
Reference in New Issue
Block a user