From 4cb5c258f8d1c4dac4da9f0344fb2afc51b6b019 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 11 Nov 2024 17:16:39 +0300 Subject: [PATCH] Announce sale --- apps/showcase/assets/data/news.json | 10 +++++----- apps/showcase/pages/templates/apollo/index.vue | 2 +- apps/showcase/pages/templates/atlantis/index.vue | 2 +- apps/showcase/pages/templates/avalon/index.vue | 2 +- apps/showcase/pages/templates/diamond/index.vue | 2 +- apps/showcase/pages/templates/freya/index.vue | 2 +- apps/showcase/pages/templates/poseidon/index.vue | 2 +- apps/showcase/pages/templates/ultima/index.vue | 2 +- apps/showcase/pages/templates/verona/index.vue | 2 +- apps/showcase/pages/uikit/index.vue | 8 ++++---- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/apps/showcase/assets/data/news.json b/apps/showcase/assets/data/news.json index 74c784670..2efc5c712 100644 --- a/apps/showcase/assets/data/news.json +++ b/apps/showcase/assets/data/news.json @@ -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" } diff --git a/apps/showcase/pages/templates/apollo/index.vue b/apps/showcase/pages/templates/apollo/index.vue index 954e1845e..0f7fcd2cc 100644 --- a/apps/showcase/pages/templates/apollo/index.vue +++ b/apps/showcase/pages/templates/apollo/index.vue @@ -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', diff --git a/apps/showcase/pages/templates/atlantis/index.vue b/apps/showcase/pages/templates/atlantis/index.vue index 5df6c36b0..d9fa75a95 100644 --- a/apps/showcase/pages/templates/atlantis/index.vue +++ b/apps/showcase/pages/templates/atlantis/index.vue @@ -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', diff --git a/apps/showcase/pages/templates/avalon/index.vue b/apps/showcase/pages/templates/avalon/index.vue index ac0105302..5b56a18dd 100644 --- a/apps/showcase/pages/templates/avalon/index.vue +++ b/apps/showcase/pages/templates/avalon/index.vue @@ -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', diff --git a/apps/showcase/pages/templates/diamond/index.vue b/apps/showcase/pages/templates/diamond/index.vue index 65fae14bb..b546c55a5 100644 --- a/apps/showcase/pages/templates/diamond/index.vue +++ b/apps/showcase/pages/templates/diamond/index.vue @@ -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', diff --git a/apps/showcase/pages/templates/freya/index.vue b/apps/showcase/pages/templates/freya/index.vue index a217c0642..bf8c2a5c7 100644 --- a/apps/showcase/pages/templates/freya/index.vue +++ b/apps/showcase/pages/templates/freya/index.vue @@ -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', diff --git a/apps/showcase/pages/templates/poseidon/index.vue b/apps/showcase/pages/templates/poseidon/index.vue index f746b56bb..d6f940014 100644 --- a/apps/showcase/pages/templates/poseidon/index.vue +++ b/apps/showcase/pages/templates/poseidon/index.vue @@ -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', diff --git a/apps/showcase/pages/templates/ultima/index.vue b/apps/showcase/pages/templates/ultima/index.vue index 8c4661184..3d03310a0 100644 --- a/apps/showcase/pages/templates/ultima/index.vue +++ b/apps/showcase/pages/templates/ultima/index.vue @@ -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', diff --git a/apps/showcase/pages/templates/verona/index.vue b/apps/showcase/pages/templates/verona/index.vue index 71aab51ae..1395aeced 100644 --- a/apps/showcase/pages/templates/verona/index.vue +++ b/apps/showcase/pages/templates/verona/index.vue @@ -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', diff --git a/apps/showcase/pages/uikit/index.vue b/apps/showcase/pages/uikit/index.vue index f98ae3d3a..830992a13 100644 --- a/apps/showcase/pages/uikit/index.vue +++ b/apps/showcase/pages/uikit/index.vue @@ -167,8 +167,8 @@
For individual designers

- $99 - $99 + $99 + $49