Skip to content

Commit

Permalink
Update landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLightt committed May 25, 2023
1 parent ff93c61 commit ec81977
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ export const actions = [
to: './protocols/Ulysses/introduction',
text: `Learn about Ulysses and what is an Omnichain Virtual Environment and Unified Liquidity.`,
},
// {
// title: 'Smart contract overview',
// href: '#',
// icon: BookOpenIcon,
// to: './protocols/reference/smart-contracts',
// text: `Learn about the architecture of the Maia Ecosystem smart contracts made up of the Core and Periphery libraries.`,
// },
// {
// title: 'Smart contract overview',
// href: '#',
// icon: BookOpenIcon,
// to: './protocols/reference/smart-contracts',
// text: `Learn about the architecture of the Maia Ecosystem smart contracts made up of the Core and Periphery libraries.`,
// },
// {
// title: 'Maia Ecosystem SDK',
// href: '#',
Expand Down Expand Up @@ -131,22 +131,22 @@ export const quick = [
{
title: 'Smart Contracts',
text: 'Start swapping from a smart contract',
to: './protocols/reference/smart-contracts',
},
{
title: 'SDK',
text: 'Start swapping from a smart contract',
to: './sdk/introduction',
},
{
title: 'Widgets',
text: 'Get started with the swap widget',
to: './sdk/widgets/swap-widget',
to: './protocols/Contracts/introduction',
},
// {
// title: 'SDK',
// text: 'Start swapping from a smart contract',
// to: './sdk/introduction',
// },
// {
// title: 'Widgets',
// text: 'Get started with the swap widget',
// to: './sdk/widgets/swap-widget',
// },
{
title: 'Medium',
text: "Read Maia DAO's articles",
to: 'https://uniswap.org/whitepaper-v3.pdf',
to: 'https://medium.com/@maiaDAO',
},
]

Expand Down Expand Up @@ -491,7 +491,7 @@ export default function Home() {
</TwoRow>

<hr />
{/* <TwoRow
<TwoRow
style={{
gap: '48px',
alignItems: 'center',
Expand All @@ -500,8 +500,8 @@ export default function Home() {
<StyledImage
style={{ maxHeight: '400px' }}
sources={{
light: useBaseUrl('/img/use.png'),
dark: useBaseUrl('/img/use2.png'),
light: useBaseUrl('/img/banner.png'),
dark: useBaseUrl('/img/banner.png'),
}}
/>
<div>
Expand Down Expand Up @@ -532,7 +532,7 @@ export default function Home() {
</div>
</TwoRow>

<hr /> */}
<hr />

<Row>
<Link style={{ textDecoration: 'none' }} href={'https://discord.gg/maiadao'}>
Expand Down
Binary file added static/img/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit ec81977

@vercel
Copy link

@vercel vercel bot commented on ec81977 May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.