forked from emre/www_projectmycelium_com
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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user