diff --git a/app/page.tsx b/app/page.tsx index b4d4bb8dd8..666bf3e65f 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -48,6 +48,12 @@ const FEATURED_DAOS = new Map([ [ mainnet.id, [ + { + iconSrc: '/images/shutter-icon-only-logo.svg', + titleKey: 'shutterTitle', + descKey: 'shutterDesc', + address: '0x36bD3044ab68f600f6d3e081056F34f2a58432c4', + }, { iconSrc: '/images/icon-decent.svg', titleKey: 'decentTitle', @@ -60,34 +66,16 @@ const FEATURED_DAOS = new Map([ descKey: 'awakeDesc', address: '0xdD6CeFA62239272f1eDf755ba6471eacb7DF2Fa5', }, - { - iconSrc: ethLizardsLogo.src, - titleKey: 'ethlizardsTitle', - descKey: 'ethlizardsDesc', - address: '0x167bE4073f52aD2Aa0D6d6FeddF0F1f79a82B98e', // TODO: Change to mainnet address once it will be there - }, ], ], [ sepolia.id, [ { - iconSrc: '/images/icon-decent.svg', - titleKey: 'decentTitle', - descKey: 'decentDesc', - address: '0xD26c85D435F02DaB8B220cd4D2d398f6f646e235', // TODO: Change to Sepolia Address once it will be there - }, - { - iconSrc: '/images/icon-awakevc.svg', - titleKey: 'awakeTitle', - descKey: 'awakeDesc', - address: '0xdD6CeFA62239272f1eDf755ba6471eacb7DF2Fa5', // TODO: Change to Sepolia Address once it will be there - }, - { - iconSrc: ethLizardsLogo.src, - titleKey: 'ethlizardsTitle', - descKey: 'ethlizardsDesc', - address: '0x167bE4073f52aD2Aa0D6d6FeddF0F1f79a82B98e', // TODO: Change to Sepolia address once it will be there + iconSrc: '/images/icon-myosin.svg', + titleKey: 'myosinTitle', + descKey: 'myosinDesc', + address: '0xdef90A94273a1A1A72B33D39129fa41E6C08Be3a', }, ], ], @@ -192,7 +180,7 @@ export default function HomePage() { } /> - {features ? ( + {features && features.length > 0 ? ( <> ); })} diff --git a/public/images/icon-myosin.svg b/public/images/icon-myosin.svg new file mode 100644 index 0000000000..1f40756ebf --- /dev/null +++ b/public/images/icon-myosin.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/images/shutter-icon-only-logo.svg b/public/images/shutter-icon-only-logo.svg new file mode 100644 index 0000000000..23e44bf15e --- /dev/null +++ b/public/images/shutter-icon-only-logo.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/i18n/locales/en/home.json b/src/i18n/locales/en/home.json index fa4f0adb7b..bf2b983277 100644 --- a/src/i18n/locales/en/home.json +++ b/src/i18n/locales/en/home.json @@ -1,25 +1,29 @@ { - "homeTitle": "Welcome to Fractal", - "homeDesc": "Are you outgrowing your Multisig? Fractal extends Safe treasuries into on-chain hierarchies of permissions, token flows, and governance.", - "govern": "Govern", - "governDesc": "Choose a governance per sub-Safe. Create and authorize proposals. Decentralize on any timeline.", - "structure": "Structure", - "structureDesc": "Start with any Safe Multisig. Connect teams in flexible sub-Safe hierarchies for agile delivery.", - "operate": "Operate", - "operateDesc": "Unleash on-chain efficiency with reuseable, streamed, and permissioned transactions.", - "featuredTitle": "Featured Organizations", - "featuredDesc": "Here are some projects using Fractal to convert their Safe Multisig into DAOs as they decentralize:", - "decentTitle": "Decent DAO", - "decentDesc": "We are an open-source collective that unites builders toward global decentralization.", - "awakeTitle": "AwakeVC", - "awakeDesc": "Awake Internet Protocols combine AI and FinTech to empower Decentralized Private Equity for the multiverse. Welcome to Awakened Value Co-creation aka AwakeVC.", - "ethlizardsTitle": "Lizard DAO", - "ethlizardsDesc": "Ethlizards brings together an exceptional mix of avid gamers, visionary builders, and savvy investors, establishing itself as a highly esteemed partner in the GameFi ecosystem.", - "featureLink": "Explore >", - "readyCTA": "Ready to start?", - "createButton": "+ Start from Scratch", - "homeAttribution": "Made with 💜 by <1>Decent DAO", - "audit": "Audit", - "learnCTA": "Explore the Docs to see how Fractal works", - "getStartedButton": "Get Started" -} \ No newline at end of file + "homeTitle": "Welcome to Fractal", + "homeDesc": "Are you outgrowing your Multisig? Fractal extends Safe treasuries into on-chain hierarchies of permissions, token flows, and governance.", + "govern": "Govern", + "governDesc": "Choose a governance per sub-Safe. Create and authorize proposals. Decentralize on any timeline.", + "structure": "Structure", + "structureDesc": "Start with any Safe Multisig. Connect teams in flexible sub-Safe hierarchies for agile delivery.", + "operate": "Operate", + "operateDesc": "Unleash on-chain efficiency with reuseable, streamed, and permissioned transactions.", + "featuredTitle": "Featured Organizations", + "featuredDesc": "Here are some projects using Fractal to convert their Safe Multisig into DAOs as they decentralize:", + "decentTitle": "Decent DAO", + "decentDesc": "We are an open-source collective that unites builders toward global decentralization.", + "awakeTitle": "AwakeVC", + "awakeDesc": "Awake Internet Protocols combine AI and FinTech to empower Decentralized Private Equity for the multiverse. Welcome to Awakened Value Co-creation aka AwakeVC.", + "ethlizardsTitle": "Lizard DAO", + "ethlizardsDesc": "Ethlizards brings together an exceptional mix of avid gamers, visionary builders, and savvy investors, establishing itself as a highly esteemed partner in the GameFi ecosystem.", + "shutterTitle": "Shutter DAO 0x36", + "shutterDesc": "Shutter is an anti-frontrunning/malicious MEV protocol using threshold encryption. Shutter DAO 0x36 is a pragmatic, step-by-step approach towards decentralization, prioritizing community involvement and learning from each phase while maintaining operational reliability and security.", + "myosinTitle": "Myosin", + "myosinDesc": "The Ultimate Marketing Network. Supercharging growth for web3 companies & onboarding brands into the future of the internet.", + "featureLink": "Explore >", + "readyCTA": "Ready to start?", + "createButton": "+ Start from Scratch", + "homeAttribution": "Made with 💜 by <1>Decent DAO", + "audit": "Audit", + "learnCTA": "Explore the Docs to see how Fractal works", + "getStartedButton": "Get Started" +}