forked from emre/www_projectmycelium_com
refactor: standardize Eyebrow styling and improve CloudHeroNew typography across pages
- Changed all Eyebrow components from uppercase tracking-[0.16em] text-cyan-600 to text-cyan-500 - Applied changes to AgentPro, CloudPros, HomeDesign, NetworkPros, PodsDesign, and PodsPro - Updated CloudHeroNew to hide background image on mobile using md:bg-[url(...)] classes - Replaced inline style with Tailwind classes for background image in CloudHeroNew - Converted CloudHeroNew description from two separate
This commit is contained in:
@@ -37,7 +37,7 @@ export function CloudPros() {
|
||||
{/* 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="px-8 py-12 max-w-4xl">
|
||||
<Eyebrow className="uppercase tracking-[0.16em] text-cyan-600">
|
||||
<Eyebrow className=" text-cyan-500">
|
||||
Cloud Advantages
|
||||
</Eyebrow>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user