diff --git a/apps/showcase/components/template/templatefeatures.ts b/apps/showcase/components/template/templatefeatures.ts
index 9735ab37da3..88e0a4763fd 100644
--- a/apps/showcase/components/template/templatefeatures.ts
+++ b/apps/showcase/components/template/templatefeatures.ts
@@ -1,6 +1,7 @@
import { AppConfigService } from '@/service/appconfigservice';
import { CommonModule } from '@angular/common';
import { ChangeDetectionStrategy, Component, Input, NgModule, ViewEncapsulation } from '@angular/core';
+import { DomSanitizer } from '@angular/platform-browser';
import { SharedModule } from 'primeng/api';
@Component({
@@ -43,7 +44,7 @@ import { SharedModule } from 'primeng/api';
{{ data.title }}
- {{ data.description }}
+
@@ -68,7 +69,10 @@ export class TemplateFeatures {
return this.configService.appState().darkTheme;
}
- constructor(private configService: AppConfigService) {}
+ constructor(
+ private configService: AppConfigService,
+ public sanitizer: DomSanitizer
+ ) {}
ngOnInit() {
if (this.featuresData) {
diff --git a/apps/showcase/pages/templates/apollo/apollo.ts b/apps/showcase/pages/templates/apollo/apollo.ts
index 9b325c7d4ec..7b049c32d11 100644
--- a/apps/showcase/pages/templates/apollo/apollo.ts
+++ b/apps/showcase/pages/templates/apollo/apollo.ts
@@ -80,8 +80,10 @@ export class ApolloPage {
src: 'https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-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/primeng/images/templates/apollo/apollo-features2-lifetime.png'
},
{
@@ -261,14 +263,14 @@ export class ApolloPage {
{
title: 'Basic License',
price: '$59',
- discount_price: '$39',
- included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', 'Lifetime Support', 'Unlimited Updates']
+ discount: '$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', 'Lifetime Support', 'Unlimited Updates']
+ discount: '$390',
+ included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
};
diff --git a/apps/showcase/pages/templates/atlantis/atlantis.ts b/apps/showcase/pages/templates/atlantis/atlantis.ts
index 46ea027bcfa..6a762f44778 100644
--- a/apps/showcase/pages/templates/atlantis/atlantis.ts
+++ b/apps/showcase/pages/templates/atlantis/atlantis.ts
@@ -85,8 +85,10 @@ export class AtlantisPage {
darkSrc: 'https://primefaces.org/cdn/primeng/images/compatible-ng-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/primeng/images/templates/apollo/apollo-features2-lifetime.png'
},
{
@@ -203,13 +205,13 @@ export class AtlantisPage {
title: 'Basic License',
price: '$59',
discount_price: '$39',
- 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_price: '$390',
- included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates']
+ included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
};
diff --git a/apps/showcase/pages/templates/avalon/avalon.ts b/apps/showcase/pages/templates/avalon/avalon.ts
index dbd2a9fbd0f..461e050aae1 100644
--- a/apps/showcase/pages/templates/avalon/avalon.ts
+++ b/apps/showcase/pages/templates/avalon/avalon.ts
@@ -103,8 +103,10 @@ export class AvalonPage {
darkSrc: 'https://primefaces.org/cdn/primeng/images/compatible-ng-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/primeng/images/templates/apollo/apollo-features2-lifetime.png'
},
{
@@ -228,13 +230,13 @@ export class AvalonPage {
title: 'Basic License',
price: '$49',
discount_price: '$29',
- 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_price: '$290',
- included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates']
+ included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
};
diff --git a/apps/showcase/pages/templates/diamond/diamond.ts b/apps/showcase/pages/templates/diamond/diamond.ts
index eacdf6ecfc8..e326074a3e4 100644
--- a/apps/showcase/pages/templates/diamond/diamond.ts
+++ b/apps/showcase/pages/templates/diamond/diamond.ts
@@ -103,8 +103,10 @@ export class DiamondPage {
darkSrc: 'https://primefaces.org/cdn/primeng/images/compatible-ng-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/primeng/images/templates/apollo/apollo-features2-lifetime.png'
},
{
@@ -227,13 +229,13 @@ export class DiamondPage {
title: 'Basic License',
price: '$59',
discount_price: '$39',
- 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_price: '$390',
- included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates']
+ included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
};
diff --git a/apps/showcase/pages/templates/freya/freya.ts b/apps/showcase/pages/templates/freya/freya.ts
index a7ef82a41e6..bbc1426cc47 100644
--- a/apps/showcase/pages/templates/freya/freya.ts
+++ b/apps/showcase/pages/templates/freya/freya.ts
@@ -102,8 +102,10 @@ export class FreyaPage {
darkSrc: 'https://primefaces.org/cdn/primeng/images/compatible-ng-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/primeng/images/templates/apollo/apollo-features2-lifetime.png'
},
{
@@ -220,13 +222,13 @@ export class FreyaPage {
title: 'Basic License',
price: '$59',
discount_price: '$39',
- 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_price: '$390',
- included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates']
+ included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
};
diff --git a/apps/showcase/pages/templates/learnmore/templatedata.json b/apps/showcase/pages/templates/learnmore/templatedata.json
deleted file mode 100644
index 60efafb9f8d..00000000000
--- a/apps/showcase/pages/templates/learnmore/templatedata.json
+++ /dev/null
@@ -1,1487 +0,0 @@
-{
- "templates": [
- {
- "name": "apollo",
- "data": {
- "relatedData": [
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/diamond-ng.jpg",
- "href": "/templates/diamond"
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/avalon-ng.jpg",
- "href": "/templates/avalon"
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/babylon-ng.jpg",
- "href": "/templates/babylon"
- }
- ],
- "features2Data": [
- {
- "title": "Fully Responsive",
- "description": "Apollo is crafted to provide optimal viewing and interaction experience for a wide range of devices.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-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.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-lifetime.png"
- },
- {
- "title": "Top Notch Quality",
- "description": "Superior standards with 100% compatibility for strict mode and linting tools.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-quality.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-quality-dark.png"
- },
- {
- "title": "Cross Browser Compatible",
- "description": "First class support for Firefox, Safari, Chrome and Edge.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-compatible.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-compatible-dark.png"
- },
- {
- "title": "Customizable Design",
- "description": "Fully customizable with a mixture of Sass and CSS variables.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable-dark.png"
- },
- {
- "title": "Mobile Experience",
- "description": "Touch optimized enhanced mobile experience with responsive design.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-mobile.png"
- }
- ],
- "animationFeaturesData1": [
- {
- "id": 1,
- "title": "PrimeFlex CSS Utilities",
- "description": "PrimeFlex is a CSS utility library featuring various helpers such as a grid system, flexbox, spacing, elevation and more.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-utilities.png"
- },
- {
- "id": 2,
- "title": "PrimeBlocks",
- "description": "Fully compatible with PrimeBlocks, choose from the wide range of blocks and customize the way you like. Note that PrimeBlocks is not included in the template and requires a separate purchase.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-blocks.png"
- },
- {
- "id": 3,
- "title": "PrimeIcons",
- "description": "Apollo ships with PrimeIcons, PrimeTek’s modern icon library including a wide range of icons for your applications.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-icons.png"
- },
- {
- "id": 4,
- "title": "Figma File",
- "description": "Apollo uses Figma as the design tool. It will be possible to download the Figma file after your purchase. You can preview the Figma file before the purchase. Note that PrimeReact UI components are excluded from the Apollo Figma file as they are available in PrimeOne for Figma only.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-figma.png"
- }
- ],
- "features1Data": [
- {
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features1-feature1.png",
- "title": "Ready to Use Applications",
- "description": "Mail, File System, Tasks, Calendar, Blog and Chat are the sample applications to get started with ease."
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features1-feature2.png",
- "title": "E-Commerce Pages",
- "description": "Apollo offers E-commerce pages to kickstart your e-commerce project powered by PrimeBlocks."
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features1-feature3.png",
- "title": "Ready to Use Pages",
- "description": "Landing, login, invoice, help, user management and error pages are provided as template pages to get started with building your app."
- }
- ],
- "animationFeaturesData2": [
- {
- "id": 1,
- "title": "Light / Dark / Dim Modes",
- "description": "Apollo has 3 display modes to choose from; Light, Dim and Dark.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-darkmode.png"
- },
- {
- "id": 2,
- "title": "Component Themes",
- "description": "Apollo offers 24 built-in component themes and creating your own theme is a matter of defining couple of sass variables.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-component-themes.png"
- },
- {
- "id": 3,
- "title": "7 Menu Orientations",
- "description": "Static, Overlay, Slim, Slim+, Reveal, Drawer and Horizontal are the available menu layouts depending on your preference.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-orientations.png",
- "type": "inline-animation",
- "inlineFeaturesData": [
- {
- "id": 1,
- "title": "Static",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/Static.png"
- },
- {
- "id": 2,
- "title": "Slim",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/Slim.png"
- },
- {
- "id": 3,
- "title": "Reveal",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/Reveal.png"
- },
- {
- "id": 4,
- "title": "Horizontal",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/Horizontal.png"
- },
- {
- "id": 5,
- "title": "Overlay",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/Overlay.png"
- },
- {
- "id": 6,
- "title": "Slim+",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/Slim+.png"
- },
- {
- "id": 7,
- "title": "Drawer",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/Drawer.png"
- }
- ]
- },
- {
- "id": 4,
- "title": "Menu Themes",
- "description": "Stunning theming for the main menu with 3 alternatives; Color Scheme, Primary Color and Transparent.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-menu-themes.png"
- }
- ],
- "license": {
- "documentLink": "https://apollo.primereact.org/documentation/",
- "description": "The download package is a NextJS-based project containing all application source codes deployed at the live demo. The project code is written in TypeScript.",
- "licenseDetails": [
- {
- "title": "Basic License",
- "price": "$59",
- "included": ["Non Commercial Usage", "Single End Product, No Multi-Use", "Lifetime Support", "Unlimited Updates"]
- },
- {
- "title": "Extended License",
- "price": "$590",
- "included": ["Commercial Usage", "Multiple End Products", "Lifetime Support", "Unlimited Updates"]
- }
- ]
- },
- "templateHeroData": {
- "logo": "",
- "pattern": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-hero-pattern.png",
- "dashboard1": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-hero-dashboard1.png",
- "dashboard2": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-hero-dashboard2.png",
- "description": "An amazing Angular CLI application template with light-dim-dark modes, four menu layouts, various menu themes, sample apps, ready to use template pages and 24 PrimeNG themes.",
- "liveHref": "https://apollo.primereact.org",
- "docHref": "https://apollo.primereact.org/documentation"
- },
- "youtubeImgSrc": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-youtube-screen.png",
- "templateConfigurationData": {
- "title": "Angular with CLI",
- "description": "Apollo is powered by Angular CLI to get started in no time following the best practices like service based component interaction modular design and strict mode support"
- }
- }
- },
- {
- "name": "atlantis",
- "data": {
- "features2Data": [
- {
- "title": "Fully Responsive",
- "description": "Atlantis is crafted to provide optimal viewing and interaction experience for a wide range of devices.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/atlantis/atlantis-features2-responsive.png"
- },
- {
- "title": "Cross Browser Compatible",
- "description": "First class support for Firefox, Safari, Chrome and Edge.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-compatible.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/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.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-lifetime.png"
- },
- {
- "title": "Full SaSS Support",
- "description": "Sass is utilized for both the application and components to provide simplicity and flexibility.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable-dark.png"
- },
- {
- "title": "Ready to Use Pages",
- "description": "Landing, login, invoice, help, user management and error pages are provided as template pages to get started with building your app.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/atlantis/atlantis-features2-ready.png"
- },
- {
- "title": "Mobile Experience",
- "description": "Touch optimized enhanced mobile experience with responsive design.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/atlantis/atlantis-features2-mobile.png"
- }
- ],
- "relatedData": [
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/freya-ng.jpg",
- "href": "/templates/freya"
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/ultima-ng.jpg",
- "href": "/templates/ultima"
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/roma-ng.jpg",
- "href": "/templates/roma"
- }
- ],
- "animationFeaturesData1": [
- {
- "id": 1,
- "title": "PrimeFlex CSS Utilities",
- "description": "PrimeFlex is a CSS utility library featuring various helpers such as a grid system, flexbox, spacing, elevation and more.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-utilities.png"
- },
- {
- "id": 2,
- "title": "PrimeBlocks",
- "description": "Fully compatible with PrimeBlocks, choose from the wide range of blocks and customize the way you like. Note that PrimeBlocks is not included in the template and requires a separate purchase.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-blocks.png"
- },
- {
- "id": 3,
- "title": "PrimeIcons",
- "description": "Atlantis ships with PrimeIcons, PrimeTek’s modern icon library including a wide range of icons for your applications.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-icons.png"
- },
- {
- "id": 4,
- "title": "Figma File",
- "description": "Atlantis uses Figma as the design tool. It will be possible to download the Figma file after your purchase. You can preview the Figma file before the purchase. Note that PrimeReact UI components are excluded from the Atlantis Figma file as they are available in PrimeOne for Figma only.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/atlantis/features-animation-figma.png"
- }
- ],
- "animationFeaturesData2": [
- {
- "id": 1,
- "title": "Light and Dark Modes",
- "description": "The stunning dark and light modes will impress your users.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/atlantis/features-animation-darkmode.png"
- },
- {
- "id": 2,
- "title": "Component Themes",
- "description": "Atlantis offers 16 built-in component themes with dark and light options. You are also free to create you own theme by defining couple SASS variables.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/atlantis/features-animation-component-themes.png"
- },
- {
- "id": 3,
- "title": "7 Menu Orientations",
- "description": "Static, Overlay, Slim, Slim+, Reveal, Drawer and Horizontal are the available menu layouts depending on your preference.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/atlantis/features-animation-orientations.png",
- "type": "inline-animation",
- "inlineFeaturesData": [
- {
- "id": 1,
- "title": "Static",
- "src": "https://primefaces.org/cdn/primeng/images/templates/atlantis/Static.png"
- },
- {
- "id": 2,
- "title": "Slim",
- "src": "https://primefaces.org/cdn/primeng/images/templates/atlantis/Slim.png"
- },
- {
- "id": 3,
- "title": "Reveal",
- "src": "https://primefaces.org/cdn/primeng/images/templates/atlantis/Reveal.png"
- },
- {
- "id": 4,
- "title": "Horizontal",
- "src": "https://primefaces.org/cdn/primeng/images/templates/atlantis/Horizontal.png"
- },
- {
- "id": 5,
- "title": "Overlay",
- "src": "https://primefaces.org/cdn/primeng/images/templates/atlantis/Overlay.png"
- },
- {
- "id": 6,
- "title": "Slim+",
- "src": "https://primefaces.org/cdn/primeng/images/templates/atlantis/Slim+.png"
- },
- {
- "id": 7,
- "title": "Drawer",
- "src": "https://primefaces.org/cdn/primeng/images/templates/atlantis/Drawer.png"
- }
- ]
- }
- ],
- "license": {
- "documentLink": "https://atlantis.primereact.org/documentation",
- "description": "The download package is a NextJS-based project containing all application source codes deployed at the live demo. The project code is written in TypeScript.",
- "licenseDetails": [
- {
- "title": "Basic License",
- "price": "$59",
- "included": ["Non Commercial Usage", "Single End Product, No Multi-Use", "Lifetime Support", "Unlimited Updates"]
- },
- {
- "title": "Extended License",
- "price": "$590",
- "included": ["Commercial Usage", "Multiple End Products", "Lifetime Support", "Unlimited Updates"]
- }
- ]
- },
- "templateHeroData": {
- "logo": "",
- "pattern": "https://primefaces.org/cdn/primeng/images/templates/atlantis/atlantis-hero-pattern.png",
- "dashboard1": "https://primefaces.org/cdn/primeng/images/templates/atlantis/atlantis-hero-dashboard1.png",
- "dashboard2": "https://primefaces.org/cdn/primeng/images/templates/atlantis/atlantis-hero-dashboard2.png",
- "description": "Prepare to be amazed by the remastered Atlantis for PrimeNG featuring a new gorgeous dark mode for the entire layout, 5 menu modes, reusable css widgets, utilities, modern icons and many more.",
- "liveHref": "https://www.primefaces.org/atlantis-react/",
- "docHref": "https://www.primefaces.org/atlantis-react/documentation/"
- },
- "youtubeImgSrc": "https://primefaces.org/cdn/primeng/images/templates/atlantis/atlantis-youtube-screen.png",
- "templateConfigurationData": {
- "title": "Angular with CLI",
- "description": "Atlantis is powered by Angular CLI to get started in no time following the best practices like service based component interaction modular design and strict mode support"
- }
- }
- },
- {
- "name": "avalon",
- "data": {
- "features2Data": [
- {
- "title": "Fully Responsive",
- "description": "Avalon is crafted to provide optimal viewing and interaction experience for a wide range of devices.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/avalon/avalon-features2-responsive.png"
- },
- {
- "title": "Cross Browser Compatible",
- "description": "First class support for Firefox, Safari, Chrome and Edge.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-compatible.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/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.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-lifetime.png"
- },
- {
- "title": "Customizable Design",
- "description": "Fully customizable with a mixture of Sass and CSS variables.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable-dark.png"
- },
- {
- "title": "Top Notch Quality",
- "description": "Superior standards with 100% compatibility for strict mode and linting tools.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-quality.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-quality-dark.png"
- },
- {
- "title": "Mobile Experience",
- "description": "Touch optimized enhanced mobile experience with responsive design.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/avalon/avalon-features2-mobile.png"
- }
- ],
- "relatedData": [
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/babylon-ng.jpg",
- "href": "/templates/babylon"
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/apollo-ng.jpg",
- "href": "/templates/apollo"
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/roma-ng.jpg",
- "href": "/templates/roma"
- }
- ],
- "animationFeaturesData1": [
- {
- "id": 1,
- "title": "PrimeFlex CSS Utilities",
- "description": "PrimeFlex is a CSS utility library featuring various helpers such as a grid system, flexbox, spacing, elevation and more.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-utilities.png"
- },
- {
- "id": 2,
- "title": "PrimeBlocks",
- "description": "Fully compatible with PrimeBlocks, choose from the wide range of blocks and customize the way you like. Note that PrimeBlocks is not included in the template and requires a separate purchase.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-blocks.png"
- },
- {
- "id": 3,
- "title": "PrimeIcons",
- "description": "Avalon ships with PrimeIcons, PrimeTek’s modern icon library including a wide range of icons for your applications.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-icons.png"
- },
- {
- "id": 4,
- "title": "Figma File",
- "description": "Avalon uses Figma as the design tool. It will be possible to download the Figma file after your purchase. You can preview the Figma file before the purchase. Note that PrimeReact UI components are excluded from the Avalon Figma file as they are available in PrimeOne for Figma only.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/avalon/features-animation-figma.png"
- }
- ],
- "animationFeaturesData2": [
- {
- "id": 1,
- "title": "Light and Dark Modes",
- "description": "Avalon offers you 2 uniquely designed layout modes to choose from; Light and Dark.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/avalon/features-animation-darkmode.png"
- },
- {
- "id": 2,
- "title": "Component 10 Beautiful Themes",
- "description": "Avalon offers 10 built-in themes and creating your own theme is a matter of defining couple of SaSS variables.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/avalon/features-animation-component-themes.png"
- },
- {
- "id": 3,
- "title": "7 Menu Orientations",
- "description": "Avalon has 7 menu layouts to choose from; Static, Overlay, Slim, Slim+, Reveal, Drawer and Horizontal with Light and Dark options.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/diamond/features-animation-orientations.png",
- "type": "inline-animation",
- "inlineFeaturesData": [
- {
- "id": 1,
- "title": "Static",
- "src": "https://primefaces.org/cdn/primeng/images/templates/avalon/Static.png"
- },
- {
- "id": 2,
- "title": "Slim",
- "src": "https://primefaces.org/cdn/primeng/images/templates/avalon/Slim.png"
- },
- {
- "id": 3,
- "title": "Reveal",
- "src": "https://primefaces.org/cdn/primeng/images/templates/avalon/Reveal.png"
- },
- {
- "id": 4,
- "title": "Horizontal",
- "src": "https://primefaces.org/cdn/primeng/images/templates/avalon/Horizontal.png"
- },
- {
- "id": 5,
- "title": "Overlay",
- "src": "https://primefaces.org/cdn/primeng/images/templates/avalon/Overlay.png"
- },
- {
- "id": 6,
- "title": "Slim+",
- "src": "https://primefaces.org/cdn/primeng/images/templates/avalon/Slim+.png"
- },
- {
- "id": 7,
- "title": "Drawer",
- "src": "https://primefaces.org/cdn/primeng/images/templates/avalon/Drawer.png"
- }
- ]
- },
- {
- "id": 4,
- "title": "Topbar Themes",
- "description": "Avalon comes with 11 topbar themes guaranteeing an enviable design.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/avalon/features-animation-menu-themes.png"
- }
- ],
- "features1Data": [
- {
- "src": "https://primefaces.org/cdn/primeng/images/templates/avalon/avalon-features1-feature1.png",
- "title": "Ready to Use Applications",
- "description": "Mail, File System, Tasks, Calendar, Blog and Chat are the sample applications to get started with ease."
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/templates/avalon/avalon-features1-feature2.png",
- "title": "E-Commerce Pages",
- "description": "Avalon offers E-commerce pages to kickstart your e-commerce project powered by PrimeBlocks."
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/templates/avalon/avalon-features1-feature3.png",
- "title": "Ready to Use Pages",
- "description": "Landing, login, invoice, help, user management and error pages are provided as template pages to get started with building your app."
- }
- ],
- "license": {
- "documentLink": "https://avalon.primereact.org/documentation",
- "description": "The download package is a NextJS-based project containing all application source codes deployed at the live demo. The project code is written in TypeScript.",
- "licenseDetails": [
- {
- "title": "Basic License",
- "price": "$49",
- "included": ["Non Commercial Usage", "Single End Product, No Multi-Use", "Lifetime Support", "Unlimited Updates"]
- },
- {
- "title": "Extended License",
- "price": "$490",
- "included": ["Commercial Usage", "Multiple End Products", "Lifetime Support", "Unlimited Updates"]
- }
- ]
- },
- "templateHeroData": {
- "logo": "",
- "pattern": "https://primefaces.org/cdn/primeng/images/templates/avalon/avalon-hero-pattern.png",
- "light": true,
- "rectangle": true,
- "dashboard1": "https://primefaces.org/cdn/primeng/images/templates/avalon/avalon-hero-dashboard1.png",
- "dashboard2": "https://primefaces.org/cdn/primeng/images/templates/avalon/avalon-hero-dashboard2.png",
- "description": "Welcome the new Avalon, elegantly designed with its new bootstrap theme and colors, offering 5 menu layouts with light and dark modes. The layout is mobile-friendly and cross-browser compatible, built with SASS, CSS3 and HTML5 ensuring excellent performance to get you started with your next project!",
- "liveHref": "https://avalon.primereact.org/",
- "docHref": "https://avalon.primereact.org/documentation"
- },
- "templateConfigurationData": {
- "title": "Angular with CLI",
- "description": "Avalon is powered by Angular CLI to get started in no time following the best practices like service based component interaction modular design and strict mode support"
- }
- }
- },
- {
- "name": "diamond",
- "data": {
- "features2Data": [
- {
- "title": "Fully Responsive",
- "description": "Diamond is crafted to provide optimal viewing and interaction experience for a wide range of devices.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/diamond/diamond-features2-responsive.png"
- },
- {
- "title": "Cross Browser Compatible",
- "description": "First class support for Firefox, Safari, Chrome and Edge.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-compatible.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/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.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-lifetime.png"
- },
- {
- "title": "Customizable Design",
- "description": "Fully customizable with a mixture of Sass and CSS variables.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable-dark.png"
- },
- {
- "title": "Ready to Use Pages",
- "description": "Landing, login, invoice, help, user management and error pages are provided as template pages to get started with building your app.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/diamond/diamond-features2-ready.png"
- },
- {
- "title": "Mobile Experience",
- "description": "Touch optimized enhanced mobile experience with responsive design.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/diamond/diamond-features2-mobile.png"
- }
- ],
- "relatedData": [
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/apollo-ng.jpg",
- "href": "/templates/apollo"
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/avalon-ng.jpg",
- "href": "/templates/avalon"
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/roma-ng.jpg",
- "href": "/templates/roma"
- }
- ],
- "animationFeaturesData1": [
- {
- "id": 1,
- "title": "PrimeFlex CSS Utilities",
- "description": "PrimeFlex is a CSS utility library featuring various helpers such as a grid system, flexbox, spacing, elevation and more.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-utilities.png"
- },
- {
- "id": 2,
- "title": "PrimeBlocks",
- "description": "Fully compatible with PrimeBlocks, choose from the wide range of blocks and customize the way you like. Note that PrimeBlocks is not included in the template and requires a separate purchase.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-blocks.png"
- },
- {
- "id": 3,
- "title": "PrimeIcons",
- "description": "Diamond ships with PrimeIcons, PrimeTek’s modern icon library including a wide range of icons for your applications.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-icons.png"
- },
- {
- "id": 4,
- "title": "Figma File",
- "description": "Diamond uses Figma as the design tool. It will be possible to download the Figma file after your purchase. You can preview the Figma file before the purchase. Note that PrimeReact UI components are excluded from the Diamond Figma file as they are available in PrimeOne for Figma only.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/diamond/features-animation-figma.png"
- }
- ],
- "animationFeaturesData2": [
- {
- "id": 1,
- "title": "Light / Dark / Dim Modes",
- "description": "Diamond has 3 display modes to choose from; Light, Dim and Dark.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/diamond/features-animation-darkmode.png"
- },
- {
- "id": 2,
- "title": "Component Themes",
- "description": "Diamond offers 30 built-in component themes and creating your own theme is a matter of defining couple of sass variables.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/diamond/features-animation-component-themes.png"
- },
- {
- "id": 3,
- "title": "7 Menu Orientations",
- "description": "Static, Overlay, Slim, Compact, Horizontal, Reveal and Drawer are the available menu layouts depending on your preference.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/diamond/features-animation-orientations.png",
- "type": "inline-animation",
- "inlineFeaturesData": [
- {
- "id": 1,
- "title": "Static",
- "src": "https://primefaces.org/cdn/primeng/images/templates/diamond/Static.png"
- },
- {
- "id": 2,
- "title": "Slim",
- "src": "https://primefaces.org/cdn/primeng/images/templates/diamond/Slim.png"
- },
- {
- "id": 3,
- "title": "Horizontal",
- "src": "https://primefaces.org/cdn/primeng/images/templates/diamond/Horizontal.png"
- },
- {
- "id": 4,
- "title": "Drawer",
- "src": "https://primefaces.org/cdn/primeng/images/templates/diamond/Drawer.png"
- },
- {
- "id": 5,
- "title": "Overlay",
- "src": "https://primefaces.org/cdn/primeng/images/templates/diamond/Overlay.png"
- },
- {
- "id": 6,
- "title": "Compact",
- "src": "https://primefaces.org/cdn/primeng/images/templates/diamond/Compact.png"
- },
- {
- "id": 7,
- "title": "Reveal",
- "src": "https://primefaces.org/cdn/primeng/images/templates/diamond/Reveal.png"
- }
- ]
- },
- {
- "id": 4,
- "title": "Menu Themes",
- "description": "Stunning theming options for the main menu in light color scheme.",
- "src": "https://primefaces.org/cdn/primerereact/images/templates/diamond/features-animation-orientations.png"
- }
- ],
- "license": {
- "documentLink": "https://diamond.primereact.org/documentation/",
- "description": "The download package is a NextJS-based project containing all application source codes deployed at the live demo. The project code is written in TypeScript.",
- "licenseDetails": [
- {
- "title": "Basic License",
- "price": "$59",
- "included": ["Non Commercial Usage", "Single End Product, No Multi-Use", "Lifetime Support", "Unlimited Updates"]
- },
- {
- "title": "Extended License",
- "price": "$590",
- "included": ["Commercial Usage", "Multiple End Products", "Lifetime Support", "Unlimited Updates"]
- }
- ]
- },
- "templateHeroData": {
- "logo": "",
- "pattern": "https://primefaces.org/cdn/primeng/images/templates/diamond/diamond-hero-pattern.png",
- "dashboard1": "https://primefaces.org/cdn/primeng/images/templates/diamond/diamond-hero-dashboard1.png",
- "dashboard2": "https://primefaces.org/cdn/primeng/images/templates/diamond/diamond-hero-dashboard2.png",
- "description": "A spectacular application template with light&dark modes, beautiful main menu with themes and layouts, premium PrimeNG component themes, reusable css widgets, utilities, modern icons and professional template pages.",
- "liveHref": "https://diamond.primereact.org",
- "docHref": "https://diamond.primereact.org/documentation"
- },
- "youtubeImgSrc": "https://primefaces.org/cdn/primeng/images/templates/diamond/diamond-youtube-screen.png",
- "templateConfigurationData": {
- "title": "Angular with CLI",
- "description": "Diamond is powered by Angular CLI to get started in no time following the best practices like service based component interaction modular design and strict mode support"
- }
- }
- },
- {
- "name": "freya",
- "data": {
- "features2Data": [
- {
- "title": "Fully Responsive",
- "description": "Freya is crafted to provide optimal viewing and interaction experience for a wide range of devices.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/freya/freya-features2-responsive.png"
- },
- {
- "title": "Cross Browser Compatible",
- "description": "First class support for Firefox, Safari, Chrome and Edge.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-compatible.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/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.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-lifetime.png"
- },
- {
- "title": "Customizable Design",
- "description": "Fully customizable with a mixture of Sass and CSS variables.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable-dark.png"
- },
- {
- "title": "Ready to Use Pages",
- "description": "Landing, login, invoice, help, user management and error pages are provided as template pages to get started with building your app.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/freya/freya-features2-ready.png"
- },
- {
- "title": "Mobile Experience",
- "description": "Touch optimized enhanced mobile experience with responsive design.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/freya/freya-features2-mobile.png"
- }
- ],
- "relatedData": [
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/diamond-ng.jpg",
- "href": "/templates/diamond"
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/babylon-ng.jpg",
- "href": "/templates/babylon"
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/ultima-ng.jpg",
- "href": "/templates/ultima"
- }
- ],
- "animationFeaturesData1": [
- {
- "id": 1,
- "title": "PrimeFlex CSS Utilities",
- "description": "PrimeFlex is a CSS utility library featuring various helpers such as a grid system, flexbox, spacing, elevation and more.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-utilities.png"
- },
- {
- "id": 2,
- "title": "PrimeBlocks",
- "description": "Fully compatible with PrimeBlocks, choose from the wide range of blocks and customize the way you like. Note that PrimeBlocks is not included in the template and requires a separate purchase.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-blocks.png"
- },
- {
- "id": 3,
- "title": "PrimeIcons",
- "description": "Freya ships with PrimeIcons, PrimeTek’s modern icon library including a wide range of icons for your applications.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-icons.png"
- },
- {
- "id": 4,
- "title": "Figma File",
- "description": "Freya uses Figma as the design tool. It will be possible to download the Figma file after your purchase. You can preview the Figma file before the purchase. Note that PrimeReact UI components are excluded from the Freya Figma file as they are available in PrimeOne for Figma only.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/freya/features-animation-figma.png"
- }
- ],
- "animationFeaturesData2": [
- {
- "id": 1,
- "title": "Light and Dark Modes",
- "description": "Impress your users with the Light and Dark modes.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/freya/features-animation-darkmode.png"
- },
- {
- "id": 2,
- "title": "Component Themes",
- "description": "Freya offers 16 built-in component themes with dark and light options. Also if you wanna create your own theme you can do it by just defining couple SASS variables.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/freya/features-animation-component-themes.png"
- },
- {
- "id": 3,
- "title": "7 Menu Orientations",
- "description": "Static, Overlay, Slim, Slim+, Reveal, Drawer and Horizontal are the available menu layouts depending on your preference.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/freya/features-animation-orientations.png",
- "type": "inline-animation",
- "inlineFeaturesData": [
- {
- "id": 1,
- "title": "Static",
- "src": "https://primefaces.org/cdn/primeng/images/templates/freya/Static.png"
- },
- {
- "id": 2,
- "title": "Slim",
- "src": "https://primefaces.org .cdn/primeng/images/templates/freya/Slim.png"
- },
- {
- "id": 3,
- "title": "Reveal",
- "src": "https://primefaces.org/cdn/primeng/images/templates/freya/Reveal.png"
- },
- {
- "id": 4,
- "title": "Horizontal",
- "src": "https://primefaces.org/cdn/primeng/images/templates/freya/Horizontal.png"
- },
- {
- "id": 5,
- "title": "Overlay",
- "src": "https://primefaces.org/cdn/primeng/images/templates/freya/Overlay.png"
- },
- {
- "id": 6,
- "title": "Slim+",
- "src": "https://primefaces.org/cdn/primeng/images/templates/freya/Slim+.png"
- },
- {
- "id": 7,
- "title": "Drawer",
- "src": "https://primefaces.org/cdn/primeng/images/templates/freya/Drawer.png"
- }
- ]
- }
- ],
- "license": {
- "documentLink": "https://freya.primereact.org/documentation",
- "description": "The download package is a NextJS-based project containing all application source codes deployed at the live demo. The project code is written in TypeScript.",
- "licenseDetails": [
- {
- "title": "Basic License",
- "price": "$59",
- "included": ["Non Commercial Usage", "Single End Product, No Multi-Use", "Lifetime Support", "Unlimited Updates"]
- },
- {
- "title": "Extended License",
- "price": "$590",
- "included": ["Commercial Usage", "Multiple End Products", "Lifetime Support", "Unlimited Updates"]
- }
- ]
- },
- "templateHeroData": {
- "pattern": "https://primefaces.org/cdn/primeng/images/templates/freya/freya-hero-pattern.png",
- "logo": "",
- "dashboard1": "https://primefaces.org/cdn/primeng/images/templates/freya/freya-hero-dashboard1.png",
- "dashboard2": "https://primefaces.org/cdn/primeng/images/templates/freya/freya-hero-dashboard2.png",
- "description": "Freya is a modern and clean application template for PrimeNG featuring a dark mode, attractive themes, customizable menu orientations, CSS widgets and template pages.",
- "liveHref": "https://www.primefaces.org/freya-react/",
- "docHref": "https://freya.primereact.org/documentation"
- },
- "youtubeImgSrc": "https://primefaces.org/cdn/primeng/images/templates/freya/freya-youtube-screen.png",
- "templateConfigurationData": {
- "title": "Angular with CLI",
- "description": "Freya is powered by Angular CLI to get started in no time following the best practices like service based component interaction modular design and strict mode support"
- }
- }
- },
- {
- "name": "sakai",
- "data": {
- "features2Data": [
- {
- "title": "Fully Responsive",
- "description": "Atlantis is crafted to provide optimal viewing and interaction experience for a wide range of devices.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/sakai/sakai-features2-responsive.png"
- },
- {
- "title": "Cross Browser Compatible",
- "description": "First class support for Firefox, Safari, Chrome and Edge.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-compatible.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-compatible-dark.png"
- },
- {
- "title": "Full SaSS Support",
- "description": "Sass is utilized for both the application and components to provide simplicity and flexibility.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable-dark.png"
- },
- {
- "title": "Mobile Experience",
- "description": "Touch optimized enhanced mobile experience with responsive design.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/sakai/sakai-features2-mobile.png"
- }
- ],
- "animationFeaturesData1": [
- {
- "id": 1,
- "title": "PrimeFlex CSS Utilities",
- "description": "PrimeFlex is a CSS utility library featuring various helpers such as a grid system, flexbox, spacing, elevation and more.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/babylon/features-animation-utilities.png"
- },
- {
- "id": 2,
- "title": "PrimeBlocks",
- "description": "Fully compatible with PrimeBlocks, choose from the wide range of blocks and customize the way you like. Note that PrimeBlocks is not included in the template and requires a separate purchase.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/babylon/features-animation-blocks.png"
- },
- {
- "id": 3,
- "title": "PrimeIcons",
- "description": "Atlantis ships with PrimeIcons, PrimeTek’s modern icon library including a wide range of icons for your applications.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/babylon/features-animation-icons.png"
- }
- ],
- "animationFeaturesData2": [
- {
- "id": 1,
- "title": "Various Free Themes",
- "description": "Sakai has various free themes to choose from; PrimeOne Design, Bootstrap, Material Design with light and dark options.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/sakai/features-animation-darkmode.png"
- },
- {
- "id": 2,
- "title": "2 Menu Orientations",
- "description": "Sakai has 2 menu modes; Static and Overlay",
- "src": "https://primefaces.org/cdn/primeng/images/templates/atlantis/features-animation-orientations.png",
- "type": "inline-animation",
- "inlineFeaturesData": [
- {
- "id": 1,
- "title": "Static",
- "src": "https://primefaces.org/cdn/primeng/images/templates/sakai/Static.png"
- },
- {
- "id": 2,
- "title": "Overlay",
- "src": "https://primefaces.org/cdn/primeng/images/templates/sakai/Overlay.png"
- }
- ]
- }
- ],
- "features1Data": [
- {
- "src": "https://primefaces.org/cdn/primeng/images/templates/sakai/sakai-github.png",
- "title": "Open Source and Free to Use",
- "description": "Explore Sakai, our versatile, open-source React application template. It's free for your every innovation."
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/templates/sakai/sakai-ready.png",
- "title": "Ready to Use Pages",
- "description": "Landing, login and error pages are provided as template pages to get started with building your app in no time."
- }
- ],
- "templateHeroData": {
- "logo": "",
- "pattern": "https://primefaces.org/cdn/primeng/images/templates/sakai/sakai-hero-pattern.png",
- "dashboard1": "https://primefaces.org/cdn/primeng/images/templates/sakai/sakai-hero-dashboard1.png",
- "dashboard2": "https://primefaces.org/cdn/primeng/images/templates/sakai/sakai-hero-dashboard2.png",
- "description": "Sakai is an application template for Angular and is distributed as a CLI project.",
- "liveHref": "https://sakai.primereact.org/",
- "docHref": "https://sakai.primereact.org/documentation",
- "free": true,
- "storeHref": "https://github.com/primefaces/sakai-react",
- "supportHref": "https://github.com/primefaces/sakai-react/issues"
- },
- "templateConfigurationData": {
- "title": "Angular with CLI",
- "description": "Sakai is powered by Angular CLI to get started in no time following the best practices like service based component interaction modular design and strict mode support"
- }
- }
- },
- {
- "name": "ultima",
- "data": {
- "templateHeroData": {
- "pattern": "https://primefaces.org/cdn/primeng/images/templates/ultima/ultima-hero-pattern.png",
- "logo": "",
- "description": "A highly customizable premium application template featuring 4 menu modes, 13 themes, light and dark modes based on material design language, it is fully responsive, touch optimized, built with SASS, CSS3 and HTML5.",
- "dashboard1": "https://primefaces.org/cdn/primeng/images/templates/ultima/ultima-hero-dashboard1.png",
- "dashboard2": "https://primefaces.org/cdn/primeng/images/templates/ultima/ultima-hero-dashboard2.png",
- "liveHref": "https://ultima.primereact.org",
- "docHref": "https://ultima.primereact.org/documentation"
- },
- "features2Data": [
- {
- "title": "Fully Responsive",
- "description": "Ultima is crafted to provide optimal viewing and interaction experience for a wide range of devices.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/ultima/ultima-features2-responsive.png"
- },
- {
- "title": "Cross Browser Compatible",
- "description": "First class support for Firefox, Safari, Chrome and Edge.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-compatible.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/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.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-lifetime.png"
- },
- {
- "title": "Customizable Design",
- "description": "Fully customizable with a mixture of Sass and CSS variables.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable-dark.png"
- },
- {
- "title": "Ready to Use Pages",
- "description": "Everything is ready for you to start and build your app in no time. Landing, login, invoice, help, and error pages are provided as template pages.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/ultima/ultima-features2-ready.png"
- },
- {
- "title": "Mobile Experience",
- "description": "Touch optimized enhanced mobile experience with responsive design.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/ultima/ultima-features2-mobile.png"
- }
- ],
- "relatedData": [
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/diamond-ng.jpg",
- "href": "/templates/diamond"
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/apollo-ng.jpg",
- "href": "/templates/apollo"
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/babylon-ng.jpg",
- "href": "/templates/babylon"
- }
- ],
- "animationFeaturesData1": [
- {
- "id": 1,
- "title": "PrimeFlex CSS Utilities",
- "description": "PrimeFlex is a CSS utility library featuring various helpers such as a grid system, flexbox, spacing, elevation and more.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-utilities.png"
- },
- {
- "id": 2,
- "title": "PrimeBlocks",
- "description": "Fully compatible with PrimeBlocks, choose from the wide range of blocks and customize the way you like. Note that PrimeBlocks is not included in the template and requires a separate purchase.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-blocks.png"
- },
- {
- "id": 3,
- "title": "PrimeIcons",
- "description": "Ultima ships with PrimeIcons, PrimeTek’s modern icon library including a wide range of icons for your applications.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-icons.png"
- },
- {
- "id": 4,
- "title": "Figma File",
- "description": "Ultima uses Figma as the design tool. It will be possible to download the Figma file after your purchase. You can preview the Figma file before the purchase. Note that PrimeReact UI components are excluded from the Ultima Figma file as they are available in PrimeOne for Figma only.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/ultima/features-animation-figma.png"
- }
- ],
- "animationFeaturesData2": [
- {
- "id": 1,
- "title": "Light and Dark Modes",
- "description": "Ultima offers you 2 uniquely designed layout modes to choose from; Light and Dark.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/ultima/features-animation-darkmode.png"
- },
- {
- "id": 2,
- "title": "Component Themes",
- "description": "Ultima offers 17 built-in component themes with dark and light options. Also if you wanna create your own theme you can do it by just defining couple SASS variables.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/ultima/features-animation-component-themes.png"
- },
- {
- "id": 3,
- "title": "7 Menu Orientations",
- "description": "Static, Overlay, Slim, Slim+, Reveal, Drawer and Horizontal are the available menu layouts depending on your preference.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/atlantis/features-animation-orientations.png",
- "type": "inline-animation",
- "inlineFeaturesData": [
- {
- "id": 1,
- "title": "Static",
- "src": "https://primefaces.org/cdn/primeng/images/templates/ultima/Static.png"
- },
- {
- "id": 2,
- "title": "Slim",
- "src": "https://primefaces.org/cdn/primeng/images/templates/ultima/Slim.png"
- },
- {
- "id": 3,
- "title": "Reveal",
- "src": "https://primefaces.org/cdn/primeng/images/templates/ultima/Reveal.png"
- },
- {
- "id": 4,
- "title": "Horizontal",
- "src": "https://primefaces.org/cdn/primeng/images/templates/ultima/Horizontal.png"
- },
- {
- "id": 5,
- "title": "Overlay",
- "src": "https://primefaces.org/cdn/primeng/images/templates/ultima/Overlay.png"
- },
- {
- "id": 6,
- "title": "Slim+",
- "src": "https://primefaces.org/cdn/primeng/images/templates/ultima/Slim+.png"
- },
- {
- "id": 7,
- "title": "Drawer",
- "src": "https://primefaces.org/cdn/primeng/images/templates/ultima/Drawer.png"
- }
- ]
- },
- {
- "id": 4,
- "title": "Menu Themes",
- "description": "Stunning theming for the main menu with 3 alternatives; Color Scheme, Primary Color and Transparent.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/ultima/features-animation-menu-themes.png"
- }
- ],
- "license": {
- "documentLink": "https://ultima.primereact.org/documentation/",
- "description": "The download package is a NextJS-based project containing all application source codes deployed at the live demo. The project code is written in TypeScript.",
- "licenseDetails": [
- {
- "title": "Basic License",
- "price": "$59",
- "included": ["Non Commercial Usage", "Single End Product, No Multi-Use", "Lifetime Support", "Unlimited Updates"]
- },
- {
- "title": "Extended License",
- "price": "$590",
- "included": ["Commercial Usage", "Multiple End Products", "Lifetime Support", "Unlimited Updates"]
- }
- ]
- },
- "youtubeImgSrc": "https://primefaces.org/cdn/primeng/images/templates/ultima/ultima-youtube-screen.png",
- "templateConfigurationData": {
- "title": "Angular with CLI",
- "description": "Ultima is powered by Angular CLI to get started in no time following the best practices like service based component interaction modular design and strict mode support"
- }
- }
- },
- {
- "name": "verona",
- "data": {
- "templateHeroData": {
- "pattern": "https://primefaces.org/cdn/primeng/images/templates/verona/verona-hero-pattern.png",
- "description": "Prepare to be amazed by the remastered Verona for PrimeNG featuring a new gorgeous dark mode for the entire layout, 2 menu modes, reusable css widgets, utilities, modern icons and many more.",
- "logo": "",
- "dashboard1": "https://primefaces.org/cdn/primeng/images/templates/verona/verona-hero-dashboard1.png",
- "dashboard2": "https://primefaces.org/cdn/primeng/images/templates/verona/verona-hero-dashboard2.png",
- "liveHref": "https://verona.primereact.org/",
- "docHref": "https://verona.primereact.org/documentation"
- },
- "relatedData": [
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/freya-ng.jpg",
- "href": "/templates/freya"
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/apollo-ng.jpg",
- "href": "/templates/apollo"
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/atlantis-ng.jpg",
- "href": "/templates/atlantis"
- }
- ],
- "features2Data": [
- {
- "title": "Fully Responsive",
- "description": "Verona is crafted to provide optimal viewing and interaction experience for a wide range of devices.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/verona/verona-features2-responsive.png"
- },
- {
- "title": "Cross Browser Compatible",
- "description": "First class support for Firefox, Safari, Chrome and Edge.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-compatible.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/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.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-lifetime.png"
- },
- {
- "title": "Customizable Design",
- "description": "Fully customizable with a mixture of Sass and CSS variables.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable-dark.png"
- },
- {
- "title": "Ready to Use Pages",
- "description": "Landing, login, invoice, help, user management and error pages are provided as template pages to get started with building your app.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/verona/verona-features2-ready.png"
- },
- {
- "title": "Mobile Experience",
- "description": "Touch optimized enhanced mobile experience with responsive design.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/verona/verona-features2-mobile.png"
- }
- ],
- "animationFeaturesData1": [
- {
- "id": 1,
- "title": "PrimeFlex CSS Utilities",
- "description": "PrimeFlex is a CSS utility library featuring various helpers such as a grid system, flexbox, spacing, elevation and more.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-utilities.png"
- },
- {
- "id": 2,
- "title": "PrimeBlocks",
- "description": "Fully compatible with PrimeBlocks, choose from the wide range of blocks and customize the way you like. Note that PrimeBlocks is not included in the template and requires a separate purchase.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-blocks.png"
- },
- {
- "id": 3,
- "title": "PrimeIcons",
- "description": "Verona ships with PrimeIcons, PrimeTek’s modern icon library including a wide range of icons for your applications.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-icons.png"
- },
- {
- "id": 4,
- "title": "Figma File",
- "description": "Verona uses Figma as the design tool. It will be possible to download the Figma file after your purchase. You can preview the Figma file before the purchase. Note that PrimeReact UI components are excluded from the Verona Figma file as they are available in PrimeOne for Figma only.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/verona/features-animation-figma.png"
- }
- ],
- "animationFeaturesData2": [
- {
- "id": 1,
- "title": "Light and Dark Modes",
- "description": "The stunning dark and light modes will impress your users.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/verona/features-animation-darkmode.png"
- },
- {
- "id": 2,
- "title": "Component Themes",
- "description": "Verona offers 10 built-in component themes with dark and light options. You are also free to create you own theme by defining couple SASS variables.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/verona/features-animation-component-themes.png"
- },
- {
- "id": 3,
- "title": "4 Menu Orientations",
- "description": "Choose from Static, Overlay, Slim and Slim+ menu orientations.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/verona/features-animation-orientations.png",
- "type": "inline-animation",
- "inlineFeaturesData": [
- {
- "id": 1,
- "title": "Static",
- "src": "https://primefaces.org/cdn/primeng/images/templates/verona/Static.png"
- },
- {
- "id": 2,
- "title": "Slim",
- "src": "https://primefaces.org/cdn/primeng/images/templates/verona/Slim.png"
- },
- {
- "id": 3,
- "title": "Slim+",
- "src": "https://primefaces.org/cdn/primeng/images/templates/verona/Slim+.png"
- },
- {
- "id": 4,
- "title": "Overlay",
- "src": "https://primefaces.org/cdn/primeng/images/templates/verona/Overlay.png"
- }
- ]
- },
- {
- "id": 4,
- "title": "Menu Themes",
- "description": "Verona offers 10 special layout themes featuring gorgeous gradients.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/verona/features-animation-orientations.png"
- }
- ],
- "license": {
- "documentLink": "https://verona.primereact.org/documentation",
- "description": "The download package is a NextJS-based project containing all application source codes deployed at the live demo. The project code is written in TypeScript.",
- "licenseDetails": [
- {
- "title": "Basic License",
- "price": "$49",
- "included": ["Non Commercial Usage", "Single End Product, No Multi-Use", "Lifetime Support", "Unlimited Updates"]
- },
- {
- "title": "Extended License",
- "price": "$490",
- "included": ["Commercial Usage", "Multiple End Products", "Lifetime Support", "Unlimited Updates"]
- }
- ]
- },
- "youtubeImgSrc": "https://primefaces.org/cdn/primeng/images/templates/verona/verona-youtube-screen.png",
- "templateConfigurationData": {
- "title": "Angular with CLI",
- "description": "Verona is powered by Angular CLI to get started in no time following the best practices like service based component interaction modular design and strict mode support"
- }
- }
- },
- {
- "name": "poseidon",
- "data": {
- "templateHeroData": {
- "pattern": "https://primefaces.org/cdn/primeng/images/templates/poseidon/poseidon-hero-pattern.png",
- "description": "A gorgeous application template with light, dark and dim modes. Beautiful main menu and layouts with the theme options that suit your taste. Premium PrimeNG component themes, reusable CSS widgets, utilities, modern icons professional template pages and more.",
- "logo": "",
- "dashboard1": "https://primefaces.org/cdn/primeng/images/templates/poseidon/poseidon-hero-dashboard1.png",
- "dashboard2": "https://primefaces.org/cdn/primeng/images/templates/poseidon/poseidon-hero-dashboard2.png",
- "liveHref": "https://poseidon.primeng.org/",
- "docHref": "https://poseidon.primeng.org/documentation"
- },
- "relatedData": [
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/freya-ng.jpg",
- "href": "/templates/freya"
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/apollo-ng.jpg",
- "href": "/templates/apollo"
- },
- {
- "src": "https://primefaces.org/cdn/primeng/images/layouts/atlantis-ng.jpg",
- "href": "/templates/atlantis"
- }
- ],
- "features2Data": [
- {
- "title": "Fully Responsive",
- "description": "Poseidon is crafted to provide optimal viewing and interaction experience for a wide range of devices.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/poseidon/poseidon-features2-responsive.png"
- },
- {
- "title": "Cross Browser Compatible",
- "description": "First class support for Firefox, Safari, Chrome and Edge.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-compatible.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-compatible-dark.png"
- },
- {
- "title": "Lifetime Support",
- "description": "Poseidon has a dedicated forum where lifetime support is delivered by engineers at PrimeTek in a timely manner.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-lifetime.png"
- },
- {
- "title": "Customizable Design",
- "description": "Fully customizable with a mixture of Sass and CSS variables.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable.png",
- "darkSrc": "https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-customizable-dark.png"
- },
- {
- "title": "Ready to Use Pages",
- "description": "Landing, login, invoice, help, user management and error pages are provided as template pages to get started with building your app.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/poseidon/poseidon-features2-ready.png"
- },
- {
- "title": "Mobile Experience",
- "description": "Touch optimized enhanced mobile experience with responsive design.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/poseidon/poseidon-features2-mobile.png"
- }
- ],
- "animationFeaturesData1": [
- {
- "id": 1,
- "title": "PrimeFlex CSS Utilities",
- "description": "PrimeFlex is a CSS utility library featuring various helpers such as a grid system, flexbox, spacing, elevation and more.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-utilities.png"
- },
- {
- "id": 2,
- "title": "PrimeBlocks",
- "description": "Fully compatible with PrimeBlocks, choose from the wide range of blocks and customize the way you like. Note that PrimeBlocks is not included in the template and requires a separate purchase.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-blocks.png"
- },
- {
- "id": 3,
- "title": "PrimeIcons",
- "description": "Verona ships with PrimeIcons, PrimeTek’s modern icon library including a wide range of icons for your applications.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/apollo/features-animation-icons.png"
- },
- {
- "id": 4,
- "title": "Figma File",
- "description": "Verona uses Figma as the design tool. It will be possible to download the Figma file after your purchase. You can preview the Figma file before the purchase. Note that PrimeReact UI components are excluded from the Verona Figma file as they are available in PrimeOne for Figma only.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/poseidon/features-animation-figma.png"
- }
- ],
- "animationFeaturesData2": [
- {
- "id": 1,
- "title": "Light and Dark Modes",
- "description": "The stunning dark and light modes will impress your users.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/poseidon/features-animation-darkmode.png"
- },
- {
- "id": 2,
- "title": "Component Themes",
- "description": "Poseidon offers 10 built-in component themes with dark and light options. You are also free to create you own theme by defining couple SASS variables.",
- "src": "https://primefaces.org/cdn/primeeng/images/templates/poseidon/features-animation-component-themes.png"
- },
- {
- "id": 3,
- "title": "4 Menu Orientations",
- "description": "Choose from Static, Overlay, Slim and Slim+ menu orientations.",
- "src": "https://primefaces.org/cdn/primeeng/images/templates/poseidon/features-animation-orientations.png",
- "type": "inline-animation",
- "inlineFeaturesData": [
- {
- "id": 1,
- "title": "Static",
- "src": "https://primefaces.org/cdn/primeng/images/templates/poseidon/Static.png"
- },
- {
- "id": 2,
- "title": "Slim",
- "src": "https://primefaces.org/cdn/primeng/images/templates/poseidon/Slim.png"
- },
- {
- "id": 3,
- "title": "Slim+",
- "src": "https://primefaces.org/cdn/primeng/images/templates/poseidon/Slim+.png"
- },
- {
- "id": 4,
- "title": "Overlay",
- "src": "https://primefaces.org/cdn/primeng/images/templates/poseidon/Overlay.png"
- }
- ]
- },
- {
- "id": 4,
- "title": "Menu Themes",
- "description": "Poseidon offers 10 special layout themes featuring gorgeous gradients.",
- "src": "https://primefaces.org/cdn/primeng/images/templates/poseidon/features-animation-orientations.png"
- }
- ],
- "license": {
- "documentLink": "https://poseidon.primeng.org/documentation",
- "description": "The download package is a NextJS-based project containing all application source codes deployed at the live demo. The project code is written in TypeScript.",
- "licenseDetails": [
- {
- "title": "Basic License",
- "price": "$49",
- "included": ["Non Commercial Usage", "Single End Product, No Multi-Use", "Lifetime Support", "Unlimited Updates"]
- },
- {
- "title": "Extended License",
- "price": "$490",
- "included": ["Commercial Usage", "Multiple End Products", "Lifetime Support", "Unlimited Updates"]
- }
- ]
- },
- "youtubeImgSrc": "https://primefaces.org/cdn/primeng/images/templates/poseidon/poseidon-youtube-screen.png",
- "templateConfigurationData": {
- "title": "Angular with CLI",
- "description": "Poseidon is powered by Angular CLI to get started in no time following the best practices like service based component interaction modular design and strict mode support"
- }
- }
- }
- ]
-}
diff --git a/apps/showcase/pages/templates/poseidon/poseidon.ts b/apps/showcase/pages/templates/poseidon/poseidon.ts
index e4677f4e3bc..c09835a0a5e 100644
--- a/apps/showcase/pages/templates/poseidon/poseidon.ts
+++ b/apps/showcase/pages/templates/poseidon/poseidon.ts
@@ -79,8 +79,10 @@ export class PoseidonPage {
src: 'https://primefaces.org/cdn/primeng/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/primeng/images/templates/apollo/apollo-features2-lifetime.png'
},
{
@@ -177,13 +179,13 @@ export class PoseidonPage {
title: 'Basic License',
price: '$59',
discount_price: '$39',
- 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_price: '$390',
- included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates']
+ included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
};
diff --git a/apps/showcase/pages/templates/ultima/ultima.ts b/apps/showcase/pages/templates/ultima/ultima.ts
index 3acb3b86bd5..9cc9fef8e43 100644
--- a/apps/showcase/pages/templates/ultima/ultima.ts
+++ b/apps/showcase/pages/templates/ultima/ultima.ts
@@ -104,8 +104,10 @@ export class UltimaPage {
darkSrc: 'https://primefaces.org/cdn/primeng/images/compatible-ng-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/primeng/images/templates/apollo/apollo-features2-lifetime.png'
},
{
@@ -222,13 +224,13 @@ export class UltimaPage {
title: 'Basic License',
price: '$59',
discount_price: '$39',
- 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_price: '$390',
- included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates']
+ included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
};
diff --git a/apps/showcase/pages/templates/verona/verona.ts b/apps/showcase/pages/templates/verona/verona.ts
index 95b96dd5554..5987c6881c7 100644
--- a/apps/showcase/pages/templates/verona/verona.ts
+++ b/apps/showcase/pages/templates/verona/verona.ts
@@ -103,8 +103,10 @@ export class VeronaPage {
darkSrc: 'https://primefaces.org/cdn/primeng/images/compatible-ng-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/primeng/images/templates/apollo/apollo-features2-lifetime.png'
},
{
@@ -212,13 +214,13 @@ export class VeronaPage {
title: 'Basic License',
price: '$49',
discount_price: '$29',
- 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_price: '$290',
- included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates']
+ included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
};
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 122f8ac9b56..9edf3e51b53 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -3330,8 +3330,8 @@ packages:
resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==}
engines: {node: '>= 0.10.0'}
- consola@3.3.1:
- resolution: {integrity: sha512-GyKnPG3/I+a4RtJxgHquJXWr70g9I3c4NT3dvqh0LPHQP2nZFQBOBszb7a5u/pGzqr40AKplQA6UxM1BSynSXg==}
+ consola@3.3.2:
+ resolution: {integrity: sha512-X3dcWPU+QeEaPrdtX3zBRQ0P0kIeEnmJV49uNtpy4N/TPnzA3grJvHftKjHuFIQNLrqBPzzykmc3fNrkQDl5yA==}
engines: {node: ^14.18.0 || >=16.10.0}
content-disposition@0.5.4:
@@ -9716,7 +9716,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- consola@3.3.1: {}
+ consola@3.3.2: {}
content-disposition@0.5.4:
dependencies:
@@ -13085,7 +13085,7 @@ snapshots:
bundle-require: 5.1.0(esbuild@0.24.2)
cac: 6.7.14
chokidar: 4.0.3
- consola: 3.3.1
+ consola: 3.3.2
debug: 4.4.0(supports-color@9.4.0)
esbuild: 0.24.2
joycon: 3.1.1