41b8fac464
* Initial structure for updated homepage * Bring back <UseCases /> * Add section stubs * Add ecosystem section * Add features section * Iron out features section * Add Learn Callout section * Copy updates * Better together copy * Add updated copy & swap assets * Remove comment & just add existing icon for now * Copy and asset tweaks * Remove unwanted copy * Process the codeblock * Add transparent img * Swap for transparent img * More transparent img * Use Learn cards pattern * Rearrange img and finishing padding touches
6 lines
102 B
JavaScript
6 lines
102 B
JavaScript
import Homepage, { getStaticProps } from './home'
|
|
|
|
export default Homepage
|
|
|
|
export { getStaticProps }
|