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:
@@ -6,7 +6,7 @@ export function CloudHeroNew() {
|
||||
return (
|
||||
<div
|
||||
className="relative bg-cover lg:bg-contain bg-right bg-no-repeat"
|
||||
style={{ backgroundImage: "url('/images/cloudhero3.webp')" }}
|
||||
style={{ backgroundImage: "url('/images/cloudhero4.webp')" }}
|
||||
>
|
||||
<div className="mx-auto max-w-7xl lg:px-8">
|
||||
<div className="px-6 pt-12 pb-24 sm:pb-32 lg:col-span-5 lg:px-0 lg:pt-40 lg:pb-48 xl:col-span-5">
|
||||
|
||||
Reference in New Issue
Block a user