forked from emre/www_projectmycelium_com
feat: update hero images and adjust cloud features layout
- Changed cloud hero background image from cloudhero3.webp to cloudhero4.webp for improved visual appeal - Updated compute hero image path from hero.webp to cloudhero.webp for consistency - Increased max width of cloud features container from max-w-none to max-w-3xl on large screens for better content readability
This commit is contained in:
@@ -420,7 +420,7 @@ export function CloudFeatures() {
|
||||
className="bg-gray-900 py-20 sm:py-32"
|
||||
>
|
||||
<Container>
|
||||
<div className="mx-auto max-w-2xl lg:mx-0 lg:max-w-none">
|
||||
<div className="mx-auto max-w-2xl lg:mx-0 lg:max-w-3xl">
|
||||
<Eyebrow color="accent">Platform Overview</Eyebrow>
|
||||
<SectionHeader color="white" className="mt-2">
|
||||
A Decentralized Cloud that Operates Itself
|
||||
|
||||
Reference in New Issue
Block a user