8000 Diamond added and prices updated. (#2760) (#2286) · vuejs-jp-bot/jp.vuejs.org@6571dd3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6571dd3

Browse files
Diamond added and prices updated. (#2760) (vuejs#2286)
Co-authored-by: Yiğit FINDIKLI <yigitfindikli@gmail.com>
1 parent ea0663a commit 6571dd3

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

themes/vue/source/js/theme-data.js

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -131,58 +131,65 @@ var themeData = [
131131
description: `The open-source UI component library [PrimeVue](https://www.primefaces.org/primevue/#/?af_id=4218) offers over 50 flexible components to build your apps with! They have a ton of different component themes and Vue-CLI application templates available to get the look&feel that suits you best.`,
132132
seeMoreUrl: 'https://www.primefaces.org/primevue/#/?af_id=4218',
133133
products: [
134+
{
135+
name: 'Diamond',
136+
price: 59,
137+
description: 'PrimeOne Design Admin Template',
138+
url: 'https://www.primefaces.org/layouts/diamond-vue?af_id=4218',
139+
image: 'https://www.primefaces.org/vue-templates/diamond.jpg'
140+
},
134141
{
135142
name: 'Sapphire',
136-
price: 79,
143+
price: 49,
137144
description: 'Material Design Admin Template',
138145
url: 'https://www.primefaces.org/layouts/sapphire-vue?af_id=4218',
139146
image: 'https://www.primefaces.org/vue-templates/sapphire.jpg'
140147
},
141148
{
142149
name: 'Avalon',
143-
price: 79,
150+
price: 49,
144151
description: 'Bootstrap Inspired Admin Template',
145152
url: 'https://www.primefaces.org/layouts/avalon-vue?af_id=4218',
146153
image: 'https://www.primefaces.org/vue-templates/avalon.jpg'
147154
},
148155
{
149156
name: 'Serenity',
150-
price: 79,
157+
price: 49,
151158
description: 'Material Design Admin Template',
152159
url: 'https://www.primefaces.org/layouts/serenity-vue?af_id=4218',
153160
image: 'https://www.primefaces.org/vue-templates/serenity.jpg'
154161
},
155162
{
156163
name: 'Apollo',
157-
price: 79,
164+
price: 49,
158165
description: 'Admin Template with a Dark Mode',
159166
url: 'https://www.primefaces.org/layouts/apollo-vue?af_id=4218',
160167
image: 'https://www.primefaces.org/vue-templates/apollo.jpg'
161168
},
162169
{
163170
name: 'Babylon',
164-
price: 79,
171+
price: 49,
165172
description: 'Admin Template with Extensive Options',
166173
url: 'https://www.primefaces.org/layouts/babylon-vue?af_id=4218',
167174
image: 'https://www.primefaces.org/vue-templates/babylon.jpg'
168175
},
169-
{
170-
name: 'Roma',
171-
price: 59,
172-
description: 'Admin Template with a Clean Design System',
173-
url: 'https://www.primefaces.org/layouts/roma-vue?af_id=4218',
174-
image: 'https://www.primefaces.org/vue-templates/roma.jpg'
175-
},
176176
{
177177
name: 'Ultima',
178-
price: 79,
178+
price: 49,
179179
description: 'Material Design Admin Template',
180180
url: 'https://www.primefaces.org/layouts/ultima-vue?af_id=4218',
181181
image: 'https://www.primefaces.org/vue-templates/ultima.jpg'
182182
},
183+
{
184+
name: 'Roma',
185+
price: 39,
186+
description: 'Admin Template with a Clean Design System',
187+
url: 'https://www.primefaces.org/layouts/roma-vue?af_id=4218',
188+
image: 'https://www.primefaces.org/vue-templates/roma.jpg'
189+
},
183190
{
184191
name: 'Prestige',
185-
price: 59,
192+
price: 39,
186193
description: 'Highly Customizable Admin Template',
187194
url: 'https://www.primefaces.org/layouts/prestige-vue?af_id=4218',
188195
image: 'https://www.primefaces.org/vue-templates/prestige.jpg'

0 commit comments

Comments
 (0)
0