From e62c4a5688d0d85872d7e7389dd302fceb7b2907 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 19 Nov 2025 18:19:04 +0100 Subject: [PATCH] refactor: standardize background color from off-white to pure white across multiple components - Changed bg-[#FDFDFD] to bg-white in AgentPro, CloudPros, and PodsPro intro sections - Added explicit bg-white class to PodsFeatures Container component for consistency --- src/pages/agents/AgentPro.tsx | 2 +- src/pages/cloud/CloudPros.tsx | 2 +- src/pages/pods/PodsFeatures.tsx | 2 +- src/pages/pods/PodsPro.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/agents/AgentPro.tsx b/src/pages/agents/AgentPro.tsx index 0e8cb4b..9b0516d 100644 --- a/src/pages/agents/AgentPro.tsx +++ b/src/pages/agents/AgentPro.tsx @@ -36,7 +36,7 @@ export function AgentPro() {
{/* Intro Block */} -
+
Advantages diff --git a/src/pages/cloud/CloudPros.tsx b/src/pages/cloud/CloudPros.tsx index 4c9e5cb..4061180 100644 --- a/src/pages/cloud/CloudPros.tsx +++ b/src/pages/cloud/CloudPros.tsx @@ -35,7 +35,7 @@ export function CloudPros() {
{/* Intro Block */} -
+
Cloud Advantages diff --git a/src/pages/pods/PodsFeatures.tsx b/src/pages/pods/PodsFeatures.tsx index 1af5608..b5a5321 100644 --- a/src/pages/pods/PodsFeatures.tsx +++ b/src/pages/pods/PodsFeatures.tsx @@ -227,7 +227,7 @@ export function PodsFeatures() {
- + {/* Header */}

diff --git a/src/pages/pods/PodsPro.tsx b/src/pages/pods/PodsPro.tsx index 8a6c1d7..ddeec07 100644 --- a/src/pages/pods/PodsPro.tsx +++ b/src/pages/pods/PodsPro.tsx @@ -54,7 +54,7 @@ export function PodsPro() {
{/* ▸ Intro Section */} -
+