fix: update homepage pod description text styling

This commit is contained in:
2025-11-13 15:25:59 +01:00
parent b208fe7f2a
commit e4b2d66a76

View File

@@ -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.
Its where your conversations, files, and digital tools live owned by you, connected to others directly. Its where your conversations, files, and digital tools live owned by you, connected to others directly.
</p> </P>
</div> </div>
</div> </div>