Skip to content

Commit

Permalink
fix: made prices according to contracts, added early bird
Browse files Browse the repository at this point in the history
  • Loading branch information
KostLinux committed Oct 15, 2024
1 parent 4336288 commit 2d444fd
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 3 deletions.
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,15 @@ <h1 class="text-2xl font-bold my-6 underline w-full text-center" data-translatio
<p class="text-center text-gray-600 dark:text-gray-400" data-translation-key="pricing_section_description">Choose the plan that best suits and fill the form below</p>
<p class="text-center text-gray-600 dark:text-gray-400 mb-12" data-translation-key="pricing_section_description2">Experience the best with our 14-day free trial. Join us today and unlock your potential!</p>
<div class="flex flex-col md:flex-row justify-center items-center space-y-6 md:space-y-0 md:space-x-6">
<!-- Early Bird -->
<div class="flex flex-col items-center bg-gray-900 bg-opacity-30 border-yellow-400 rounded-lg shadow-lg p-4 w-full md:w-1/4 text-center border-2">
<i class="fas fa-gem text-4xl text-transparent bg-clip-text bg-gradient-to-r from-emerald-700 via-indigo-700 to-purple-900 mb-4"></i>
<h3 class="text-xl font-semibold text-gray-800 dark:text-white mb-2" data-translation-key="pricing_early_bird_title">Early Bird Prices</h3>
<p class="text-gray-600 dark:text-gray-400 mb-4" data-translation-key="pricing_early_bird_description">Become one of the 10 newcomers</p>
<p class="text-purple-500 dark:text-purple-400 font-semibold mb-4" data-translation-key="pricing_early_bird_discount">Pay 40% less!</p>
<div class="text-2xl font-bold text-gray-800 dark:text-white mb-2">60€</div>
<p class="text-gray-600 dark:text-gray-400 mb-4" data-translation-key="pricing_early_bird_duration">per month</p>
</div>
<!-- Monthly Plan -->
<div class="flex flex-col items-center bg-gray-900 bg-opacity-30 border border-gray-600 rounded-lg shadow-lg p-4 w-full md:w-1/4 text-center">
<i class="fas fa-gem text-4xl text-transparent bg-clip-text bg-gradient-to-r from-emerald-700 via-indigo-700 to-purple-900 mb-4"></i>
Expand All @@ -273,14 +282,14 @@ <h3 class="text-xl font-semibold text-gray-800 dark:text-white mb-2" data-transl
<div class="flex flex-col items-center bg-gray-900 bg-opacity-30 border border-gray-600 rounded-lg shadow-lg p-4 w-full md:w-1/4 text-center">
<i class="fas fa-gem text-4xl text-transparent bg-clip-text bg-gradient-to-r from-emerald-700 via-indigo-700 to-purple-900 mb-4"></i>
<h3 class="text-xl font-semibold text-gray-800 dark:text-white mb-2" data-translation-key="pricing_quarterly_title">Quarterly Plan</h3>
<div class="text-2xl font-bold text-gray-800 dark:text-white mb-2">390</div>
<div class="text-2xl font-bold text-gray-800 dark:text-white mb-2">300</div>
<p class="text-gray-600 dark:text-gray-400 mb-4" data-translation-key="pricing_quarterly_duration">per quarter</p>
</div>
<!-- Yearly Plan -->
<div class="flex flex-col items-center bg-gray-900 bg-opacity-30 border-yellow-400 rounded-lg shadow-lg p-4 w-full md:w-1/4 text-center border-2">
<div class="flex flex-col items-center bg-gray-900 bg-opacity-30 border border-gray-600 rounded-lg shadow-lg p-4 w-full md:w-1/4 text-center">
<i class="fas fa-gem text-4xl text-transparent bg-clip-text bg-gradient-to-r from-emerald-700 via-indigo-700 to-purple-900 mb-4"></i>
<h3 class="text-xl font-semibold text-gray-800 dark:text-white mb-2" data-translation-key="pricing_yearly_title">Yearly Plan</h3>
<div class="text-2xl font-bold text-gray-800 dark:text-white mb-2">1440</div>
<div class="text-2xl font-bold text-gray-800 dark:text-white mb-2">1080</div>
<p class="text-gray-600 dark:text-gray-400 mb-2" data-translation-key="pricing_yearly_duration">per year</p>
<p class="text-purple-500 dark:text-purple-400 font-semibold mb-4" data-translation-key="pricing_yearly_discount">Pay 10% less!</p>
</div>
Expand Down
8 changes: 8 additions & 0 deletions resources/translations/ee.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,18 @@
"pricing_section_title": "Hinnakiri",
"pricing_section_description": "Valige sobiv plaan ja täitke allpool olev vorm",
"pricing_section_description2": "Koge parimat meie 14-päevase tasuta prooviversiooniga. Liituge meiega täna ja avage oma potentsiaal!",

"pricing_early_bird_title": "Varajane lind",
"pricing_early_bird_description": "Ole üks esimene 20st liitujast!",
"pricing_early_bird_discount": "Maksa 40% vähem!",
"pricing_early_bird_duration": "kuus",

"pricing_monthly_title": "Kuuplaan",
"pricing_monthly_duration": "kuus",

"pricing_quarterly_title": "Kvartaliplaan",
"pricing_quarterly_duration": "kvartalis",

"pricing_yearly_title": "Aastaplaan",
"pricing_yearly_duration": "aastas",
"pricing_yearly_discount": "Maksa 10% vähem!",
Expand Down
8 changes: 8 additions & 0 deletions resources/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,18 @@
"pricing_section_title": "Pricing",
"pricing_section_description": "Choose the plan that best suits and fill the form below",
"pricing_section_description2": "Experience the best with our 14-day free trial. Join us today and unlock your potential!",

"pricing_early_bird_title": "Early Bird",
"pricing_early_bird_description": "Be one of the first 20 newcomers!",
"pricing_early_bird_discount": "Pay 40% less!",
"pricing_early_bird_duration": "per month",

"pricing_monthly_title": "Monthly Plan",
"pricing_monthly_duration": "per month",

"pricing_quarterly_title": "Quarterly Plan",
"pricing_quarterly_duration": "per quarter",

"pricing_yearly_title": "Yearly Plan",
"pricing_yearly_duration": "per year",
"pricing_yearly_discount": "Pay 10% less!",
Expand Down
9 changes: 9 additions & 0 deletions resources/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,21 @@
"section_partners_title": "Наши партнеры",

"pricing_section_title": "Цены",

"pricing_section_description": "Выберите подходящий план и заполните форму ниже",
"pricing_section_description2": "Опробуйте лучшее с нашей 14-дневной бесплатной пробной версией. Присоединяйтесь к нам сегодня и разблокируйте свой потенциал!",

"pricing_early_bird_title": "Ранняя Пташка",
"pricing_early_bird_description": "Будьте одним из первых 20ти новичков!",
"pricing_early_bird_discount": "Оплатите на 40% меньше!",
"pricing_early_bird_duration": "в месяц",

"pricing_monthly_title": "Ежемесячный План",
"pricing_monthly_duration": "в месяц",

"pricing_quarterly_title": "Квартальный План",
"pricing_quarterly_duration": "в квартал",

"pricing_yearly_title": "Годовой План",
"pricing_yearly_duration": "в год",
"pricing_yearly_discount": "Оплатите на 10% меньше!",
Expand Down

0 comments on commit 2d444fd

Please sign in to comment.