From 1f6c5d95271e5b48aabdcd15bc040a1f3bea5adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:01:57 +0300 Subject: [PATCH] discount update --- src/app/showcase/data/news.json | 6 +++--- src/app/showcase/pages/lts/lts.component.html | 6 ++++-- src/app/showcase/pages/templates/apollo/apollo.ts | 6 ++++-- src/app/showcase/pages/templates/atlantis/atlantis.ts | 4 +++- src/app/showcase/pages/templates/avalon/avalon.ts | 2 ++ src/app/showcase/pages/templates/diamond/diamond.ts | 2 ++ src/app/showcase/pages/templates/freya/freya.ts | 2 ++ src/app/showcase/pages/templates/poseidon/poseidon.ts | 2 ++ src/app/showcase/pages/templates/ultima/ultima.ts | 2 ++ src/app/showcase/pages/templates/verona/verona.ts | 2 ++ src/app/showcase/pages/uikit/uikit.component.html | 6 ++++-- 11 files changed, 30 insertions(+), 10 deletions(-) diff --git a/src/app/showcase/data/news.json b/src/app/showcase/data/news.json index 1b8031cecbf..3a861c750fb 100644 --- a/src/app/showcase/data/news.json +++ b/src/app/showcase/data/news.json @@ -1,6 +1,6 @@ { "id": 65, - "content": "News on Angular 18 Support", - "linkText": "Learn More", - "linkHref": "https://www.primefaces.org/blog/primeng-for-angular-18/" + "content": "Summer Sale: Up to 50% Off 🛍️", + "linkText": "Visit Store", + "linkHref": "https://primefaces.org/store" } diff --git a/src/app/showcase/pages/lts/lts.component.html b/src/app/showcase/pages/lts/lts.component.html index e568d877336..c3b7fb0b722 100755 --- a/src/app/showcase/pages/lts/lts.component.html +++ b/src/app/showcase/pages/lts/lts.component.html @@ -134,7 +134,8 @@
- $249 + $249 + $149

@@ -174,7 +175,8 @@
- $990 + $990 + $490

diff --git a/src/app/showcase/pages/templates/apollo/apollo.ts b/src/app/showcase/pages/templates/apollo/apollo.ts index 2ef689b333c..ce8185fc36d 100644 --- a/src/app/showcase/pages/templates/apollo/apollo.ts +++ b/src/app/showcase/pages/templates/apollo/apollo.ts @@ -260,12 +260,14 @@ export class ApolloPage { licenseDetails: [ { title: 'Basic License', - price: '$49', + price: '$59', + discount_price:"$39", included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', - price: '$490', + price: '$590', + discount_price:"$390", included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] diff --git a/src/app/showcase/pages/templates/atlantis/atlantis.ts b/src/app/showcase/pages/templates/atlantis/atlantis.ts index 600f3e5dfbc..316c6968031 100644 --- a/src/app/showcase/pages/templates/atlantis/atlantis.ts +++ b/src/app/showcase/pages/templates/atlantis/atlantis.ts @@ -202,11 +202,13 @@ export class AtlantisPage { { title: 'Basic License', price: '$59', - included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] + included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'], + discount_price:"$39", }, { title: 'Extended License', price: '$590', + discount_price:"$390", included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] diff --git a/src/app/showcase/pages/templates/avalon/avalon.ts b/src/app/showcase/pages/templates/avalon/avalon.ts index 0b9ec0fd8c4..0d890656311 100644 --- a/src/app/showcase/pages/templates/avalon/avalon.ts +++ b/src/app/showcase/pages/templates/avalon/avalon.ts @@ -227,11 +227,13 @@ export class AvalonPage { { title: 'Basic License', price: '$49', + discount_price: '$29', included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$490', + discount_price: '$290', included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] diff --git a/src/app/showcase/pages/templates/diamond/diamond.ts b/src/app/showcase/pages/templates/diamond/diamond.ts index 20eb78952b3..7b6185c528e 100644 --- a/src/app/showcase/pages/templates/diamond/diamond.ts +++ b/src/app/showcase/pages/templates/diamond/diamond.ts @@ -226,11 +226,13 @@ export class DiamondPage { { title: 'Basic License', price: '$59', + discount_price:"$39", included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$590', + discount_price:"$390", included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] diff --git a/src/app/showcase/pages/templates/freya/freya.ts b/src/app/showcase/pages/templates/freya/freya.ts index 33930952e4c..f41a83ccf78 100644 --- a/src/app/showcase/pages/templates/freya/freya.ts +++ b/src/app/showcase/pages/templates/freya/freya.ts @@ -219,11 +219,13 @@ export class FreyaPage { { title: 'Basic License', price: '$59', + discount_price:"$39", included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$590', + discount_price:"$390", included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] diff --git a/src/app/showcase/pages/templates/poseidon/poseidon.ts b/src/app/showcase/pages/templates/poseidon/poseidon.ts index bbe5da0b93d..3d7fee1522c 100644 --- a/src/app/showcase/pages/templates/poseidon/poseidon.ts +++ b/src/app/showcase/pages/templates/poseidon/poseidon.ts @@ -176,11 +176,13 @@ export class PoseidonPage { { title: 'Basic License', price: '$59', + discount_price:"$39", included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$590', + discount_price:"$390", included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] diff --git a/src/app/showcase/pages/templates/ultima/ultima.ts b/src/app/showcase/pages/templates/ultima/ultima.ts index 924a2232789..71bfcedfdb3 100644 --- a/src/app/showcase/pages/templates/ultima/ultima.ts +++ b/src/app/showcase/pages/templates/ultima/ultima.ts @@ -221,11 +221,13 @@ export class UltimaPage { { title: 'Basic License', price: '$59', + discount_price:"$39", included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$590', + discount_price:"$390", included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] diff --git a/src/app/showcase/pages/templates/verona/verona.ts b/src/app/showcase/pages/templates/verona/verona.ts index e09864589df..e04a9adc100 100644 --- a/src/app/showcase/pages/templates/verona/verona.ts +++ b/src/app/showcase/pages/templates/verona/verona.ts @@ -211,11 +211,13 @@ export class VeronaPage { { title: 'Basic License', price: '$49', + discount_price:"$29", included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$490', + discount_price:"$290", included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] diff --git a/src/app/showcase/pages/uikit/uikit.component.html b/src/app/showcase/pages/uikit/uikit.component.html index 57eeb6a1fd9..f94d2082850 100755 --- a/src/app/showcase/pages/uikit/uikit.component.html +++ b/src/app/showcase/pages/uikit/uikit.component.html @@ -150,7 +150,8 @@
For individual designers

- $99 + $99 + $49