forked from emre/www_projectmycelium_com
fix: update homepage pod description text styling
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { H3, Eyebrow } from "@/components/Texts"
|
import { H3, Eyebrow, P } from "@/components/Texts"
|
||||||
|
|
||||||
export default function Homepod() {
|
export default function Homepod() {
|
||||||
return (
|
return (
|
||||||
@@ -17,11 +17,11 @@ export default function Homepod() {
|
|||||||
<H3 className="mt-4">
|
<H3 className="mt-4">
|
||||||
Your Private Space in the New Internet
|
Your Private Space in the New Internet
|
||||||
</H3>
|
</H3>
|
||||||
<p className="mt-6 text-lg">
|
<P className="mt-6 text-gray-200">
|
||||||
Imagine having your own corner of the internet — private, secure, and always online.
|
Imagine having your own corner of the internet — private, secure, and always online.
|
||||||
A Pod is your personal digital space on the Mycelium Network.
|
A Pod is your personal digital space on the Mycelium Network.
|
||||||
It’s where your conversations, files, and digital tools live — owned by you, connected to others directly.
|
It’s where your conversations, files, and digital tools live — owned by you, connected to others directly.
|
||||||
</p>
|
</P>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user