Compare commits
1 Commits
version_8
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 18c9848907 |
@@ -121,9 +121,18 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{ id: "pl1", name: "АПЛ - AISOCCER", price: "1. Man City", features: ["30 М - Індекс 98", "75 О"], buttons: [{ text: "Дані ШІ →" }] },
|
||||
{ id: "pl2", name: "УПЛ - AISOCCER", price: "1. Shakhtar", features: ["25 М - Індекс 92", "60 О"], buttons: [{ text: "Дані ШІ →" }] },
|
||||
{ id: "pl3", name: "ЛЧ - AISOCCER", price: "Група A", features: ["1. Real (Індекс 95)", "2. Bayern (Індекс 94)"], buttons: [{ text: "Дані ШІ →" }] },
|
||||
{ id: "pl1", name: "АПЛ - AISOCCER", price: "Турнірна таблиця", features: [
|
||||
"1. Manchester City", "2. Arsenal", "3. Liverpool", "4. Chelsea", "5. Tottenham",
|
||||
"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="Турнірні таблиці (Аналітика ШІ)"
|
||||
description="Рейтинги AISOCCER для топ-ліг світу."
|
||||
@@ -175,4 +184,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user