Merge branch 'prod'
commit
5c6d80f439
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": 71,
|
||||
"content": "Figma UI Kit v3 is out! 🚀",
|
||||
"linkText": "Learn More",
|
||||
"linkHref": "https://primevue.org/uikit",
|
||||
"target": "_self"
|
||||
"id": 72,
|
||||
"content": "The Black Friday Sale is now live with up to 50% off! 🎉",
|
||||
"linkText": "Visit Store",
|
||||
"linkHref": "https://primefaces.org/store",
|
||||
"target": "_blank"
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://apollo.primevue.org/documentation/',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: false,
|
||||
showDiscount: true,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -44,7 +44,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://atlantis.primevue.org/documentation',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: false,
|
||||
showDiscount: true,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -45,7 +45,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://avalon.primevue.org/documentation',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: false,
|
||||
showDiscount: true,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -44,7 +44,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://diamond.primevue.org/documentation/',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: false,
|
||||
showDiscount: true,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -44,7 +44,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://freya.primevue.org/documentation',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: false,
|
||||
showDiscount: true,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -44,7 +44,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://poseidon.primevue.org/documentation/',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: false,
|
||||
showDiscount: true,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -45,7 +45,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://ultima.primevue.org/documentation/',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: false,
|
||||
showDiscount: true,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -44,7 +44,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://verona.primevue.org/documentation',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: false,
|
||||
showDiscount: true,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -167,8 +167,8 @@
|
|||
<div class="text-surface-500 dark:text-surface-400 font-medium">For individual designers</div>
|
||||
<hr class="my-4 mx-0 border-t border-0 border-surface-200 dark:border-surface-700" />
|
||||
<div class="flex flex-wrap gap-4">
|
||||
<span v-if="false" class="text-2xl text-muted-color line-through">$99</span>
|
||||
<span class="text-2xl font-bold">$99</span>
|
||||
<span class="text-2xl text-muted-color line-through">$99</span>
|
||||
<span class="text-2xl font-bold">$49</span>
|
||||
</div>
|
||||
<hr class="my-4 mx-0 border-t border-0 border-surface-200 dark:border-surface-700" />
|
||||
<ul class="list-none p-0 m-0 grow text-lg">
|
||||
|
@ -210,8 +210,8 @@
|
|||
<div class="text-surface-500 dark:text-surface-400 font-medium">For small teams</div>
|
||||
<hr class="my-4 mx-0 border-t border-0 border-surface-200 dark:border-surface-700" />
|
||||
<div class="flex flex-wrap gap-4">
|
||||
<span v-if="false" class="text-2xl text-muted-color line-through">$249</span>
|
||||
<span class="text-2xl font-bold">$249</span>
|
||||
<span class="text-2xl text-muted-color line-through">$249</span>
|
||||
<span class="text-2xl font-bold">$149</span>
|
||||
</div>
|
||||
<hr class="my-4 mx-0 border-t border-0 border-surface-200 dark:border-surface-700" />
|
||||
<ul class="list-none p-0 m-0 grow text-lg">
|
||||
|
|
Loading…
Reference in New Issue