forked from emre/www_projectmycelium_com
refactor: update intro section width and eyebrow text in CloudPros
- Changed max-width from max-w-3xl to max-w-4xl for wider content area - Updated eyebrow text from "Agent Advantage" to "Cloud Advantages" for consistency
This commit is contained in:
@@ -36,9 +36,9 @@ export function CloudPros() {
|
|||||||
|
|
||||||
{/* 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-[#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-3xl">
|
<div className="px-8 py-12 max-w-4xl">
|
||||||
<Small className="uppercase tracking-[0.16em] text-cyan-600">
|
<Small className="uppercase tracking-[0.16em] text-cyan-600">
|
||||||
Agent Advantage
|
Cloud Advantages
|
||||||
</Small>
|
</Small>
|
||||||
|
|
||||||
<H3 className="mt-4 text-black">
|
<H3 className="mt-4 text-black">
|
||||||
|
|||||||
Reference in New Issue
Block a user