forked from emre/www_projectmycelium_com
refactor: increase description text size and restore Eyebrow styling in AgentPro and CloudPros
- Changed description text from text-sm to text-base in both AgentPro and CloudPros - Restored uppercase tracking-[0.16em] styling to CloudPros Eyebrow component
This commit is contained in:
@@ -73,7 +73,7 @@ export function AgentPro() {
|
|||||||
{item.title}
|
{item.title}
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<p className="mt-4 text-sm leading-relaxed text-gray-600">
|
<p className="mt-4 text-base leading-relaxed text-gray-600">
|
||||||
{item.description}
|
{item.description}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ export function CloudPros() {
|
|||||||
{/* Intro Block */}
|
{/* Intro Block */}
|
||||||
<div className="bg-[#FDFDFD] w-full max-w-7xl mx-auto border border-t-0 border-b-0 border-gray-100">
|
<div className="bg-[#FDFDFD] w-full max-w-7xl mx-auto border border-t-0 border-b-0 border-gray-100">
|
||||||
<div className="px-8 py-12 max-w-4xl">
|
<div className="px-8 py-12 max-w-4xl">
|
||||||
<Eyebrow className=" text-cyan-500">
|
<Eyebrow className="uppercase tracking-[0.16em] text-cyan-500">
|
||||||
Cloud Advantages
|
Cloud Advantages
|
||||||
</Eyebrow>
|
</Eyebrow>
|
||||||
|
|
||||||
@@ -72,7 +72,7 @@ export function CloudPros() {
|
|||||||
{item.title}
|
{item.title}
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<p className="mt-4 text-sm leading-relaxed text-gray-600">
|
<p className="mt-4 text-base leading-relaxed text-gray-600">
|
||||||
{item.description}
|
{item.description}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user