From 4cf6f63139522f52d44f1cc86fdcd6c0948ddede Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 18 Nov 2025 12:31:18 +0100 Subject: [PATCH] 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 --- src/pages/agents/AgentPro.tsx | 2 +- src/pages/cloud/CloudPros.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/agents/AgentPro.tsx b/src/pages/agents/AgentPro.tsx index e09de76..0e8cb4b 100644 --- a/src/pages/agents/AgentPro.tsx +++ b/src/pages/agents/AgentPro.tsx @@ -73,7 +73,7 @@ export function AgentPro() { {item.title} -

+

{item.description}

diff --git a/src/pages/cloud/CloudPros.tsx b/src/pages/cloud/CloudPros.tsx index e9f9c35..4c9e5cb 100644 --- a/src/pages/cloud/CloudPros.tsx +++ b/src/pages/cloud/CloudPros.tsx @@ -37,7 +37,7 @@ export function CloudPros() { {/* Intro Block */}
- + Cloud Advantages @@ -72,7 +72,7 @@ export function CloudPros() { {item.title} -

+

{item.description}