diff --git a/pages/landing/DesignerSection.vue b/pages/landing/DesignerSection.vue index c35e7866f..0fe6e60b2 100644 --- a/pages/landing/DesignerSection.vue +++ b/pages/landing/DesignerSection.vue @@ -2,7 +2,7 @@
Theme Designer

Designer is the ultimate tool to create your own PrimeVue experience powered by a SASS based theme engine with 500+ variables and a Visual Designer.

-
+
diff --git a/pages/landing/FeaturesSection.vue b/pages/landing/FeaturesSection.vue index 289c221cd..cd4898838 100644 --- a/pages/landing/FeaturesSection.vue +++ b/pages/landing/FeaturesSection.vue @@ -2,7 +2,7 @@
Features

PrimeVue is the most complete solution for your UI requirements.

-
+
components icon diff --git a/pages/landing/TemplateSection.vue b/pages/landing/TemplateSection.vue index 56c947dd0..aefe6866f 100644 --- a/pages/landing/TemplateSection.vue +++ b/pages/landing/TemplateSection.vue @@ -113,7 +113,7 @@ export default { const isDark = this.$appState.darkTheme; const url = template === 'templates-text' ? 'png' : 'jpeg'; - return `url('images/landing/templates/${template}-${isDark ? 'dark' : 'light'}.${url}')`; + return `url('https://primefaces.org/cdn/primevue/images/landing/templates/${template}-${isDark ? 'dark' : 'light'}.${url}')`; }, templateImg() { return `images/landing/templates/templates-text-${this.$appState.darkTheme ? 'dark' : 'light'}.png`; diff --git a/pages/landing/ThemeSection.vue b/pages/landing/ThemeSection.vue index 5951ddf15..dc5f7b093 100644 --- a/pages/landing/ThemeSection.vue +++ b/pages/landing/ThemeSection.vue @@ -8,7 +8,7 @@ more...
-
+
-
+
PRO Support

With PRO support, it's easy to support, tune and add features to PrimeVue as if it were an in- house library. PRO is a term based commercial support service. With the exclusive services of PRO account, it is no longer needed diff --git a/public/images/support/card-pro.jpg b/public/images/support/card-pro.jpg new file mode 100644 index 000000000..77aa497dd Binary files /dev/null and b/public/images/support/card-pro.jpg differ diff --git a/public/images/support/header-pro.jpg b/public/images/support/header-pro.jpg deleted file mode 100644 index 40e9d722c..000000000 Binary files a/public/images/support/header-pro.jpg and /dev/null differ diff --git a/public/images/support/pro-effect.png b/public/images/support/pro-effect.png deleted file mode 100644 index 664b4a050..000000000 Binary files a/public/images/support/pro-effect.png and /dev/null differ diff --git a/public/images/support/support-header.png b/public/images/support/support-header.png new file mode 100644 index 000000000..fd721f7da Binary files /dev/null and b/public/images/support/support-header.png differ