Skip to content

Commit 05c7611

Browse files
committed
Merge branch 'prod'
2 parents ea77943 + 37ad64c commit 05c7611

13 files changed

Lines changed: 20 additions & 12 deletions

File tree

components/landing/footersection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const FooterSection = () => {
4949
</a>
5050
</li>
5151
<li className="mb-4">
52-
<a href="https://www.primefaces.org/store/" className="text-secondary font-medium hover:text-primary transition-colors transition-duration-150" target="_blank" rel="noopener noreferrer">
52+
<a href="https://primeui.store" className="text-secondary font-medium hover:text-primary transition-colors transition-duration-150" target="_blank" rel="noopener noreferrer">
5353
Store
5454
</a>
5555
</li>

components/landing/templatesection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const TemplateSection = () => {
2525
<div className="section-header relative z-3">Templates</div>
2626
<p className="section-detail relative z-3">Professionally designed highly customizable application templates to get started in style.</p>
2727
<div className="flex justify-content-center relative mt-4 z-3">
28-
<a href="https://www.primefaces.org/store" className="font-semibold p-3 border-round flex align-items-center linkbox active">
28+
<a href="https://primeui.store/templates" className="font-semibold p-3 border-round flex align-items-center linkbox active">
2929
<span>Explore All</span>
3030
<i className="pi pi-arrow-right ml-2" />
3131
</a>

components/layout/menu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@
704704
},
705705
{
706706
"name": "Store",
707-
"href": "https://www.primefaces.org/store/"
707+
"href": "https://primeui.store"
708708
},
709709
{
710710
"name": "Twitter",

components/templates/templateHero/TemplateHero.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const TemplateHero = ({ logo, pattern, rectangle, light, dashboard1, dashboard2,
1818
<a href={liveHref} target="_blank" className="template-hero-card-buttons-btn1 p-button ">
1919
Live Demo
2020
</a>
21-
<a href={storeHref ?? 'https://www.primefaces.org/store/'} target="_blank" className="template-hero-card-buttons-btn2 p-button">
21+
<a href={storeHref ?? 'https://primeui.store/templates'} target="_blank" className="template-hero-card-buttons-btn2 p-button">
2222
{free ? 'Source Code' : 'Buy Now'}
2323
</a>
2424
</div>

pages/templates/apollo/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ const templateHeroData = {
187187
dashboard2: 'https://primefaces.org/cdn/primereact/images/templates/apollo/apollo-hero-dashboard2.png',
188188
description: 'Application template for React based on the popular NextJS framework with light-dim-dark modes, four menu layouts, various menu themes, sample apps, ready to use template pages and 24 PrimeReact themes.',
189189
liveHref: 'https://apollo.primereact.org',
190-
docHref: 'https://apollo.primereact.org/documentation'
190+
docHref: 'https://apollo.primereact.org/documentation',
191+
storeHref: 'https://primeui.store/templates/react/apollo'
191192
};
192193

193194
const ApolloSeparator = () => {

pages/templates/atlantis/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ const templateHeroData = {
163163
dashboard2: 'https://primefaces.org/cdn/primereact/images/templates/atlantis/atlantis-hero-dashboard2.png',
164164
description: 'Prepare to be amazed by the remastered Atlantis for PrimeReact featuring a new gorgeous dark mode for the entire layout, 7 menu modes, reusable css widgets, utilities, modern icons and many more.',
165165
liveHref: 'https://atlantis.primereact.org/',
166-
docHref: 'https://atlantis.primereact.org/documentation'
166+
docHref: 'https://atlantis.primereact.org/documentation',
167+
storeHref: 'https://primeui.store/templates/react/atlantis'
167168
};
168169

169170
const AtlantisSeperator = () => {

pages/templates/avalon/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ const templateHeroData = {
189189
dashboard2: 'https://primefaces.org/cdn/primereact/images/templates/avalon/avalon-hero-dashboard2.png',
190190
description: 'A modern and easy to use premium application template with highly customizable layout features. Based on a bootstrap styling, it is fully responsive, touch optimized, built with SASS, CSS3 and HTML5.',
191191
liveHref: 'https://avalon.primereact.org/',
192-
docHref: 'https://avalon.primereact.org/documentation'
192+
docHref: 'https://avalon.primereact.org/documentation',
193+
storeHref: 'https://primeui.store/templates/react/avalon'
193194
};
194195

195196
const AvalonPage = () => {

pages/templates/diamond/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ const templateHeroData = {
191191
dashboard2: 'https://primefaces.org/cdn/primereact/images/templates/diamond/diamond-hero-dashboard2.png',
192192
description: 'An amazing application template for React based on the popular NextJS framework with light-dim-dark modes, 7 menu layouts, various menu themes, sample apps, ready to use template pages and 30 PrimeReact themes.',
193193
liveHref: 'https://diamond.primereact.org',
194-
docHref: 'https://diamond.primereact.org/documentation'
194+
docHref: 'https://diamond.primereact.org/documentation',
195+
storeHref: 'https://primeui.store/templates/react/diamond'
195196
};
196197

197198
const DiamondPage = () => {

pages/templates/freya/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ const templateHeroData = {
163163
dashboard2: 'https://primefaces.org/cdn/primereact/images/templates/freya/freya-hero-dashboard2.png',
164164
description: 'Freya is a modern admin template for developers and IT professionals. It comes with a huge collection of reusable UI components and dozens of built-in layouts for various purposes.',
165165
liveHref: 'https://freya.primereact.org/',
166-
docHref: 'https://freya.primereact.org/documentation'
166+
docHref: 'https://freya.primereact.org/documentation',
167+
storeHref: 'https://primeui.store/templates/react/freya'
167168
};
168169

169170
const FreyaSeparator = () => {

pages/templates/genesis/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ const templateHeroData = {
166166
description: 'Genesis, crafted by Prime, is the ultimate multi-purpose website template built with React and Next.js. It offers unmatched versatility and performance with a suite of example pages to elevate your projects.',
167167
liveHref: 'https://genesis.primereact.org',
168168
docHref: '',
169-
multipurpose: true
169+
multipurpose: true,
170+
storeHref: 'https://primeui.store/templates/react/genesis'
170171
};
171172

172173
const GenesisPage = () => {

0 commit comments

Comments
 (0)