From c3d7baca5934e6279ba7dc36d168f65af31ac4e3 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 24 Jul 2024 10:53:16 +0300 Subject: [PATCH] Add 1 year updates --- apps/showcase/pages/templates/atlantis/index.vue | 10 ++++++---- apps/showcase/pages/templates/avalon/index.vue | 10 ++++++---- apps/showcase/pages/templates/diamond/index.vue | 10 ++++++---- apps/showcase/pages/templates/freya/index.vue | 10 ++++++---- apps/showcase/pages/templates/poseidon/index.vue | 10 ++++++---- apps/showcase/pages/templates/ultima/index.vue | 10 ++++++---- apps/showcase/pages/templates/verona/index.vue | 10 ++++++---- 7 files changed, 42 insertions(+), 28 deletions(-) diff --git a/apps/showcase/pages/templates/atlantis/index.vue b/apps/showcase/pages/templates/atlantis/index.vue index fc95fb31c..98aca688b 100644 --- a/apps/showcase/pages/templates/atlantis/index.vue +++ b/apps/showcase/pages/templates/atlantis/index.vue @@ -48,13 +48,13 @@ export default { title: 'Basic License', price: '$59', discount: '', - included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', 'Lifetime Support', 'Unlimited Updates'] + included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$590', discount: '', - included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates'] + included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] } @@ -189,8 +189,10 @@ export default { darkSrc: 'https://primefaces.org/cdn/primevue/images/templates/apollo/apollo-features2-compatible-dark.png' }, { - title: 'Lifetime Support', - description: 'Atlantis has a dedicated forum where lifetime support is delivered by engineers at PrimeTek in a timely manner.', + title: 'Support', + description: `PrimeTek offers assistance with account management and licensing issues, with the expectation that users have the necessary technical knowledge to use our products, as we do not offer technical support or consulting. Users + can seek assistance in our community via our public Discord and + Forum.`, src: 'https://primefaces.org/cdn/primevue/images/templates/apollo/apollo-features2-lifetime.png' }, { diff --git a/apps/showcase/pages/templates/avalon/index.vue b/apps/showcase/pages/templates/avalon/index.vue index 5bb161587..a3744aafb 100644 --- a/apps/showcase/pages/templates/avalon/index.vue +++ b/apps/showcase/pages/templates/avalon/index.vue @@ -50,13 +50,13 @@ export default { title: 'Basic License', price: '$49', discount: '', - included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', 'Lifetime Support', 'Unlimited Updates'] + included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$490', discount: '', - included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates'] + included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] } @@ -220,8 +220,10 @@ export default { darkSrc: 'https://primefaces.org/cdn/primevue/images/templates/apollo/apollo-features2-compatible-dark.png' }, { - title: 'Lifetime Support', - description: 'Avalon has a dedicated forum where lifetime support is delivered by engineers at PrimeTek in a timely manner.', + title: 'Support', + description: `PrimeTek offers assistance with account management and licensing issues, with the expectation that users have the necessary technical knowledge to use our products, as we do not offer technical support or consulting. Users + can seek assistance in our community via our public Discord and + Forum.`, src: 'https://primefaces.org/cdn/primevue/images/templates/apollo/apollo-features2-lifetime.png' }, { diff --git a/apps/showcase/pages/templates/diamond/index.vue b/apps/showcase/pages/templates/diamond/index.vue index 8c91d865c..5c3f74874 100644 --- a/apps/showcase/pages/templates/diamond/index.vue +++ b/apps/showcase/pages/templates/diamond/index.vue @@ -49,13 +49,13 @@ export default { title: 'Basic License', price: '$59', discount: '', - included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', 'Lifetime Support', 'Unlimited Updates'] + included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$590', discount: '', - included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates'] + included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] } @@ -196,8 +196,10 @@ export default { darkSrc: 'https://primefaces.org/cdn/primevue/images/templates/apollo/apollo-features2-compatible-dark.png' }, { - title: 'Lifetime Support', - description: 'Diamond has a dedicated forum where lifetime support is delivered by engineers at PrimeTek in a timely manner.', + title: 'Support', + description: `PrimeTek offers assistance with account management and licensing issues, with the expectation that users have the necessary technical knowledge to use our products, as we do not offer technical support or consulting. Users + can seek assistance in our community via our public Discord and + Forum.`, src: 'https://primefaces.org/cdn/primevue/images/templates/apollo/apollo-features2-lifetime.png' }, { diff --git a/apps/showcase/pages/templates/freya/index.vue b/apps/showcase/pages/templates/freya/index.vue index 34dc4a4cd..0e81d61cf 100644 --- a/apps/showcase/pages/templates/freya/index.vue +++ b/apps/showcase/pages/templates/freya/index.vue @@ -49,13 +49,13 @@ export default { title: 'Basic License', price: '$59', discount: '', - included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', 'Lifetime Support', 'Unlimited Updates'] + included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$590', discount: '', - included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates'] + included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] } @@ -190,8 +190,10 @@ export default { darkSrc: 'https://primefaces.org/cdn/primevue/images/templates/apollo/apollo-features2-compatible-dark.png' }, { - title: 'Lifetime Support', - description: 'Freya has a dedicated forum where lifetime support is delivered by engineers at PrimeTek in a timely manner.', + title: 'Support', + description: `PrimeTek offers assistance with account management and licensing issues, with the expectation that users have the necessary technical knowledge to use our products, as we do not offer technical support or consulting. Users + can seek assistance in our community via our public Discord and + Forum.`, src: 'https://primefaces.org/cdn/primevue/images/templates/apollo/apollo-features2-lifetime.png' }, { diff --git a/apps/showcase/pages/templates/poseidon/index.vue b/apps/showcase/pages/templates/poseidon/index.vue index afbe0eb1c..6004a8b11 100644 --- a/apps/showcase/pages/templates/poseidon/index.vue +++ b/apps/showcase/pages/templates/poseidon/index.vue @@ -49,13 +49,13 @@ export default { title: 'Basic License', price: '$59', discount: '', - included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', 'Lifetime Support', 'Unlimited Updates'] + included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$590', discount: '', - included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates'] + included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] } @@ -154,8 +154,10 @@ export default { src: 'https://primefaces.org/cdn/primevue/images/templates/poseidon/poseidon-features2-responsive.png' }, { - title: 'Lifetime Support', - description: 'Apollo has a dedicated forum where lifetime support is delivered by engineers at PrimeTek in a timely manner.', + title: 'Support', + description: `PrimeTek offers assistance with account management and licensing issues, with the expectation that users have the necessary technical knowledge to use our products, as we do not offer technical support or consulting. Users + can seek assistance in our community via our public Discord and + Forum.`, src: 'https://primefaces.org/cdn/primevue/images/templates/apollo/apollo-features2-lifetime.png' }, { diff --git a/apps/showcase/pages/templates/ultima/index.vue b/apps/showcase/pages/templates/ultima/index.vue index 256646dc7..2e6932d5f 100644 --- a/apps/showcase/pages/templates/ultima/index.vue +++ b/apps/showcase/pages/templates/ultima/index.vue @@ -50,13 +50,13 @@ export default { title: 'Basic License', price: '$59', discount: '', - included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', 'Lifetime Support', 'Unlimited Updates'] + included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$590', discount: '', - included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates'] + included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] } @@ -191,8 +191,10 @@ export default { darkSrc: 'https://primefaces.org/cdn/primevue/images/templates/apollo/apollo-features2-compatible-dark.png' }, { - title: 'Lifetime Support', - description: 'Ultima has a dedicated forum where lifetime support is delivered by engineers at PrimeTek in a timely manner.', + title: 'Support', + description: `PrimeTek offers assistance with account management and licensing issues, with the expectation that users have the necessary technical knowledge to use our products, as we do not offer technical support or consulting. Users + can seek assistance in our community via our public Discord and + Forum.`, src: 'https://primefaces.org/cdn/primevue/images/templates/apollo/apollo-features2-lifetime.png' }, { diff --git a/apps/showcase/pages/templates/verona/index.vue b/apps/showcase/pages/templates/verona/index.vue index 4acdafc25..9b6567bef 100644 --- a/apps/showcase/pages/templates/verona/index.vue +++ b/apps/showcase/pages/templates/verona/index.vue @@ -49,13 +49,13 @@ export default { title: 'Basic License', price: '$49', discount: '', - included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', 'Lifetime Support', 'Unlimited Updates'] + included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$490', discount: '', - included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates'] + included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] } @@ -180,8 +180,10 @@ export default { darkSrc: 'https://primefaces.org/cdn/primevue/images/templates/apollo/apollo-features2-compatible-dark.png' }, { - title: 'Lifetime Support', - description: 'Verona has a dedicated forum where lifetime support is delivered by engineers at PrimeTek in a timely manner.', + title: 'Support', + description: `PrimeTek offers assistance with account management and licensing issues, with the expectation that users have the necessary technical knowledge to use our products, as we do not offer technical support or consulting. Users + can seek assistance in our community via our public Discord and + Forum.`, src: 'https://primefaces.org/cdn/primevue/images/templates/apollo/apollo-features2-lifetime.png' }, {