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:
2025-11-18 12:31:18 +01:00
parent ef9865862b
commit 4cf6f63139
2 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ export function CloudPros() {
{/* 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="px-8 py-12 max-w-4xl">
<Eyebrow className=" text-cyan-500">
<Eyebrow className="uppercase tracking-[0.16em] text-cyan-500">
Cloud Advantages
</Eyebrow>
@@ -72,7 +72,7 @@ export function CloudPros() {
{item.title}
</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}
</p>
</div>