Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Commit fca5301

Browse files
committed
Updated blocks links
1 parent b7fab09 commit fca5301

3 files changed

Lines changed: 15 additions & 13 deletions

File tree

components/landing/blocksection.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { classNames } from '@/components/lib/utils/ClassNames';
22
import { useEffect, useState } from 'react';
3+
import { Tag } from '@/components/lib/tag/Tag';
34

45
const BlockSection = () => {
56
const [animation, setAnimation] = useState(false);
@@ -10,10 +11,13 @@ const BlockSection = () => {
1011

1112
return (
1213
<section id="blocks-section" className="landing-blocks pt-8 overflow-hidden">
13-
<div className="section-header">PrimeBlocks</div>
14-
<p className="section-detail">400+ ready to copy-paste UI blocks to build spectacular applications in no time.</p>
14+
<div className="section-header" style={{ display: 'flex', 'align-items': 'center', 'justify-content': 'center', gap: '1rem' }}>
15+
PrimeBlocks
16+
<Tag value="Coming Soon" severity="warning"></Tag>
17+
</div>
18+
<p className="section-detail">490+ ready to copy-paste UI blocks to build spectacular applications in no time.</p>
1519
<div className="flex justify-content-center mt-4">
16-
<a href="https://blocks.primereact.org" className="font-semibold p-3 border-round flex align-items-center linkbox active z-2">
20+
<a href="https://primeblocks.org" className="font-semibold p-3 border-round flex align-items-center linkbox active z-2">
1721
<span>Explore All</span>
1822
<i className="pi pi-arrow-right ml-2" />
1923
</a>

components/layout/menu.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,7 @@
421421
},
422422
{
423423
"name": "MeterGroup",
424-
"to": "/metergroup",
425-
"badge": "NEW"
424+
"to": "/metergroup"
426425
},
427426
{
428427
"name": "ScrollTop",
@@ -508,8 +507,7 @@
508507
{
509508
"name": "Figma UI Kit",
510509
"icon": "pi pi-pencil",
511-
"to": "/uikit",
512-
"badge": "NEW"
510+
"to": "/uikit"
513511
},
514512
{
515513
"name": "Icons",
@@ -635,9 +633,10 @@
635633
"to": "/templates"
636634
},
637635
{
638-
"name": "PrimeBlocks",
636+
"name": "New PrimeBlocks",
639637
"icon": "pi pi-server",
640-
"href": "https://blocks.primereact.org"
638+
"href": "https://primeblocks.org",
639+
"badge": "Soon"
641640
},
642641
{
643642
"name": "PrimeFlex CSS",
@@ -685,8 +684,7 @@
685684
{
686685
"name": "Contribution",
687686
"to": "/contribution",
688-
"icon": "pi pi-users",
689-
"badge": "NEW"
687+
"icon": "pi pi-users"
690688
},
691689
{
692690
"name": "Discover",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)