@@ -311,6 +311,15 @@ <h2 class="inline-flex px-4 py-1 rounded-full text-sm font-medium tracking-wide
311
311
{{ i18n "hub_billing_checkout_standard_title" . }}
312
312
</ h2 >
313
313
< div x-show ="audience === 'business' ">
314
+ < p class ="flex items-baseline gap-2 ">
315
+ < span x-text ="(subscriptionData.monthlyPrice.netAmount * 0.75).toLocaleString('{{ .Site.Language.Lang }}', { style: 'currency', currency: subscriptionData.monthlyPrice.currency }) " class ="font-bold leading-relaxed "> </ span >
316
+ < span class ="text-xs text-gray-700 ">
317
+ {{ i18n "pricing_hub_standard_price_first_year" . }}
318
+ </ span >
319
+ < span class ="self-center px-1 rounded-xs text-xs text-white bg-red-600 ">
320
+ -25% Spring Sale
321
+ </ span >
322
+ </ p >
314
323
< p class ="flex items-baseline gap-2 ">
315
324
< span x-text ="subscriptionData.monthlyPrice.netAmount.toLocaleString('{{ .Site.Language.Lang }}', { style: 'currency', currency: subscriptionData.monthlyPrice.currency }) " class ="text-5xl font-bold "> </ span >
316
325
< span class ="text-gray-700 "> {{ i18n "pricing_vat_excluded" . }}</ span >
@@ -322,6 +331,15 @@ <h2 class="inline-flex px-4 py-1 rounded-full text-sm font-medium tracking-wide
322
331
</ p >
323
332
</ div >
324
333
< div x-show ="audience === 'consumer' ">
334
+ < p class ="flex items-baseline gap-2 ">
335
+ < span x-text ="(subscriptionData.monthlyPrice.grossAmount * 0.75).toLocaleString('{{ .Site.Language.Lang }}', { style: 'currency', currency: subscriptionData.monthlyPrice.currency }) " class ="font-bold leading-relaxed "> </ span >
336
+ < span class ="text-xs text-gray-700 ">
337
+ {{ i18n "pricing_hub_standard_price_first_year" . }}
338
+ </ span >
339
+ < span class ="self-center px-1 rounded-xs text-xs text-white bg-red-600 ">
340
+ -25% Spring Sale
341
+ </ span >
342
+ </ p >
325
343
< p class ="flex items-baseline gap-2 ">
326
344
< span x-text ="subscriptionData.monthlyPrice.grossAmount.toLocaleString('{{ .Site.Language.Lang }}', { style: 'currency', currency: subscriptionData.monthlyPrice.currency }) " class ="text-5xl font-bold "> </ span >
327
345
< span class ="text-gray-700 "> {{ i18n "pricing_vat_included" . }}</ span >
@@ -382,6 +400,7 @@ <h2 class="inline-flex px-4 py-1 rounded-full text-sm font-medium tracking-wide
382
400
< h2 class ="inline-flex px-4 py-1 rounded-full text-sm font-medium tracking-wide uppercase bg-primary-l2 text-dark mb-4 ">
383
401
{{ i18n "hub_billing_checkout_enterprise_title" . }}
384
402
</ h2 >
403
+ < div class ="md:h-[26px] "> </ div >
385
404
< p class ="text-5xl font-bold ">
386
405
{{ i18n "hub_billing_checkout_enterprise_statement" . }}
387
406
</ p >
0 commit comments