refactor: make CallToAction description text responsive across all pages

- Changed text-lg to lg:text-lg text-base for responsive font sizing on mobile
- Applied to description paragraphs in CallToAction components across agents, compute, gpu, home, network, nodes, pods, and storage pages
- Added leading-normal class to PodsHow animated text span for consistent line height
This commit is contained in:
2025-11-19 12:11:27 +01:00
parent d8a7a7331a
commit 29f713cd2f
9 changed files with 12 additions and 12 deletions

View File

@@ -41,10 +41,10 @@ export function CallToAction() {
Start with Mycelium Today
</h2>
<p className="mt-6 text-lg leading-normal text-gray-300">
<p className="mt-6 lg:text-lg text-base leading-normal text-gray-300">
The Agent Framework launches in H1 2026, but the foundation is ready now.
</p>
<p className="mt-2 text-lg leading-normal text-gray-300">
<p className="mt-2 lg:text-lg text-base leading-normal text-gray-300">
Use todays components models, storage, compute, and network to deploy workloads, connect nodes, and prepare for the next generation of distributed AI.
</p>

View File

@@ -43,7 +43,7 @@ export function CallToAction() {
Choose How You Want to Start
</h2>
<p className="mt-6 text-lg leading-normal text-gray-300">
<p className="mt-6 lg:text-lg text-base leading-normal text-gray-300">
Host your own node to contribute capacity or deploy workloads using the Mycelium Cloud.
You dont need to host before deploying, and you dont need to deploy before hosting.

View File

@@ -43,7 +43,7 @@ export function CallToAction() {
Choose How You Want to Start
</h2>
<p className="mt-6 text-lg leading-normal text-gray-300">
<p className="mt-6 lg:text-lg text-base leading-normal text-gray-300">
Use GPUs through Mycelium Cloud, or contribute GPU nodes to the mesh and run your own workloads.
</p>

View File

@@ -43,11 +43,11 @@ export function CallToAction() {
Use the Mycelium Stack Your Way
</H3>
<P className="mt-6 leading-normal text-gray-300">
<P className="mt-6 lg:text-lg text-base leading-normal text-gray-300">
Deploy infrastructure, run workloads, connect environments, and build distributed AI systems, all on one network designed for autonomy and control.
</P>
<P className="mt-4 leading-normal text-gray-300">
<P className="mt-4 lg:text-lg text-base leading-normal text-gray-300">
Start wherever you are. Scale on your own terms.
</P>

View File

@@ -44,7 +44,7 @@ export function CallToAction() {
Choose How You Want to Connect
</h2>
<p className="mt-6 text-lg leading-normal text-gray-300">
<p className="mt-6 lg:text-lg text-base leading-normal text-gray-300">
Choose How You Want to Connect
Use the network to link environments, deploy workloads, or host nodes to strengthen the mesh and run on your own hardware.
</p>

View File

@@ -39,7 +39,7 @@ export function CallToAction() {
Join Mycelium Grid
</h2>
<p className="mt-6 text-lg leading-normal text-gray-300">
<p className="mt-6 lg:text-lg text-base leading-normal text-gray-300">
Be part of a global network that powers private, distributed
infrastructure. Host a node, contribute resources, and earn rewards
while expanding the sovereign digital grid.

View File

@@ -52,7 +52,7 @@ export function CallToAction() {
</h2>
<p className="mt-6 text-lg leading-normal text-gray-300">
<p className="mt-6 lg:text-lg text-base leading-normal text-gray-300">
The first Pods are launching soon.
10,000 early Pods will be available for early adopters.
</p>
@@ -74,7 +74,7 @@ export function CallToAction() {
</ul>
</div>
<p className="mt-6 text-lg leading-normal text-gray-300">
<p className="mt-6 lg:text-lg text-base leading-normal text-gray-300">
Next, Pods will support peer-to-peer AI Agents that live inside your environment.
Your own AI, powered by your data without any data leaks. Be among the first to claim
your private space on the Mycelium Network.

View File

@@ -50,7 +50,7 @@ export function PodsHow() {
<H5 color="white" className="mt-4">
When you use Mycelium,&nbsp;
<span
className={`inline-block transition-opacity duration-300 ${
className={`leading-normal inline-block transition-opacity duration-300 ${
fade ? "opacity-100" : "opacity-0"
}`}
>

View File

@@ -41,7 +41,7 @@ export function CallToAction() {
Choose How You Want to Start
</h2>
<p className="mt-6 text-lg leading-normal text-gray-300">
<p className="mt-6 lg:text-lg text-base leading-normal text-gray-300">
Store data in your Mycelium Cloud environment
or host your own node for full sovereignty.
</p>