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() {
|
||||
return (
|
||||
@@ -17,11 +17,11 @@ export default function Homepod() {
|
||||
<H3 className="mt-4">
|
||||
Your Private Space in the New Internet
|
||||
</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.
|
||||
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.
|
||||
</p>
|
||||
</P>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user