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
This commit is contained in:
2025-11-19 18:19:04 +01:00
parent 6b735b5a40
commit e62c4a5688
4 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ export function AgentPro() {
<div className="w-full border-t border-l border-r border-gray-100" /> <div className="w-full border-t border-l border-r border-gray-100" />
{/* 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-white 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 mx-auto flex flex-col items-center justify-center min-h-[220px] text-center"> <div className="px-8 py-12 max-w-4xl mx-auto flex flex-col items-center justify-center min-h-[220px] text-center">
<Eyebrow className="text-cyan-500"> <Eyebrow className="text-cyan-500">
Advantages Advantages

View File

@@ -35,7 +35,7 @@ export function CloudPros() {
<div className="w-full border-t border-l border-r border-gray-100" /> <div className="w-full border-t border-l border-r border-gray-100" />
{/* 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-white 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="uppercase tracking-[0.16em] text-cyan-500"> <Eyebrow className="uppercase tracking-[0.16em] text-cyan-500">
Cloud Advantages Cloud Advantages

View File

@@ -227,7 +227,7 @@ export function PodsFeatures() {
<div className="max-w-7xl bg-transparent mx-auto py-6 border border-t-0 border-b-0 border-gray-100"></div> <div className="max-w-7xl bg-transparent mx-auto py-6 border border-t-0 border-b-0 border-gray-100"></div>
<div className="w-full border-t border-l border-r border-gray-100" /> <div className="w-full border-t border-l border-r border-gray-100" />
<Container className="py-12 border border-t-0 border-b-0 border-gray-100"> <Container className="py-12 border border-t-0 border-b-0 bg-white border-gray-100">
{/* Header */} {/* Header */}
<div className="mx-auto max-w-4xl sm:text-center"> <div className="mx-auto max-w-4xl sm:text-center">
<h2 className="text-base/7 font-semibold text-cyan-500"> <h2 className="text-base/7 font-semibold text-cyan-500">

View File

@@ -54,7 +54,7 @@ export function PodsPro() {
<div className="w-full border-t border-l border-r border-gray-100" /> <div className="w-full border-t border-l border-r border-gray-100" />
{/* ▸ Intro Section */} {/* ▸ Intro Section */}
<div className="bg-[#FDFDFD] w-full max-w-7xl mx-auto border border-t-0 border-b-0 border-gray-100"> <div className="bg-white 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 mx-auto flex flex-col items-center justify-center min-h-[220px] text-center"> <div className="px-8 py-12 max-w-4xl mx-auto flex flex-col items-center justify-center min-h-[220px] text-center">
<Eyebrow className="text-cyan-500"> <Eyebrow className="text-cyan-500">