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

@@ -73,7 +73,7 @@ export function AgentPro() {
{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>