development_logos #1

Open
ehab wants to merge 197 commits from ourworld_web/www_projectmycelium_com:development_logos into main
Showing only changes of commit 2865b1e1fd - Show all commits

View File

@@ -11,7 +11,7 @@ import { ComputeCapabilitiesNew } from './ComputeCapabilitiesNew'
export default function ComputePage() {
return (
<div className="">
<>
<AnimatedSection>
<ComputeHero />
</AnimatedSection>
@@ -43,6 +43,6 @@ export default function ComputePage() {
<AnimatedSection>
<CallToAction />
</AnimatedSection>
</div>
</>
)
}