development_logos #1

Open
ehab wants to merge 197 commits from ourworld_web/www_projectmycelium_com:development_logos into main
4 changed files with 3 additions and 3 deletions
Showing only changes of commit c861f15492 - Show all commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@@ -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

View File

@@ -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">

View File

@@ -8,7 +8,7 @@ export function ComputeHero() {
<div className="relative h-80 overflow-hidden bg-transparent md:absolute md:right-0 md:h-full md:w-1/3 lg:w-1/2">
<img
alt=""
src="/images/hero.webp"
src="/images/cloudhero.webp"
className="size-full object-cover"
/>