This commit is contained in:
despiegk 2025-07-24 11:35:39 +02:00
parent b426045502
commit 740e318ff8
2 changed files with 3 additions and 3 deletions

View File

@ -46,9 +46,9 @@ function Blog() {
return (
<div className="container mx-auto px-4 py-12 max-w-5xl">
<div className="text-center mb-12">
<h1 className="text-5xl font-extrabold text-gray-900 leading-tight">ThreeFold Galaxy Blog</h1>
<h1 className="text-5xl font-extrabold text-gray-900 leading-tight">ThreeFold Galaxy Knowledgebase</h1>
<p className="mt-4 text-xl text-gray-600 max-w-2xl mx-auto">
Insights, stories, and updates from the ThreeFold Galaxy Cooperative.
Whitepapers, Studies and Updates.
</p>
</div>
<video

View File

@ -31,7 +31,7 @@
},
{
"path": "/blog",
"label": "Blog",
"label": "More Info",
"component": "Blog",
"show": true
},