diff --git a/app/page.tsx b/app/page.tsx index f07e82b9e1..7ba6206c08 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -14,6 +14,7 @@ import ExternalLink from '../src/components/ui/links/ExternalLink'; import ClientOnly from '../src/components/ui/utils/ClientOnly'; import { BASE_ROUTES } from '../src/constants/routes'; import { URL_DOCS } from '../src/constants/url'; +import ethLizardsLogo from '../src/metadata/lizzardsDAO/assets/logo.png'; import { useFractal } from '../src/providers/App/AppProvider'; import { disconnectedChain } from '../src/providers/NetworkConfig/NetworkConfigProvider'; @@ -59,6 +60,12 @@ const FEATURED_DAOS = new Map<number, Feature[]>([ descKey: 'awakeDesc', address: '0x36C19472D4CA942710cA9aF01a03cED4dBc6eC0a', }, + { + iconSrc: ethLizardsLogo.src, + titleKey: 'ethlizardsTitle', + descKey: 'ethlizardsDesc', + address: '0x167bE4073f52aD2Aa0D6d6FeddF0F1f79a82B98e', + }, ], ], [ @@ -76,6 +83,12 @@ const FEATURED_DAOS = new Map<number, Feature[]>([ descKey: 'awakeDesc', address: '0xdD6CeFA62239272f1eDf755ba6471eacb7DF2Fa5', }, + { + iconSrc: ethLizardsLogo.src, + titleKey: 'ethlizardsTitle', + descKey: 'ethlizardsDesc', + address: '0x167bE4073f52aD2Aa0D6d6FeddF0F1f79a82B98e', // TODO: Change to mainnet address once it will be there + }, ], ], [ @@ -93,6 +106,12 @@ const FEATURED_DAOS = new Map<number, Feature[]>([ 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 + }, ], ], ]); @@ -216,6 +235,12 @@ export default function HomePage() { paddingBottom="1.5rem" > {features.map((feature, index) => { + if ( + typeof location !== 'undefined' && + location.pathname === 'app.fractalframework.xyz' + ) { + return null; + } return ( <FeaturedDAOCard width={{ sm: '100%', lg: '50%' }} diff --git a/src/i18n/locales/en/home.json b/src/i18n/locales/en/home.json index 318340cae7..fa4f0adb7b 100644 --- a/src/i18n/locales/en/home.json +++ b/src/i18n/locales/en/home.json @@ -13,6 +13,8 @@ "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", diff --git a/src/metadata/lizzardsDAO/index.ts b/src/metadata/lizzardsDAO/index.ts index db2a286bb4..8f50d2767e 100644 --- a/src/metadata/lizzardsDAO/index.ts +++ b/src/metadata/lizzardsDAO/index.ts @@ -25,13 +25,14 @@ const LIZZARDS_DAO_METADATA: DAOMetadata = { sections: [ { title: 'Description', - content: ' for this proposal or just click on the link to learn more about the proposal', + content: + '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.', background: undefined, - link: { - position: 'start', - text: 'Vote here', - url: '/proposals/0xe10c44fceb1b43f74c42bd6efc9316e9ce14109ac8a166e5266fc78499cb4fea', - }, + // link: { + // position: 'start', + // text: 'Vote here', + // url: '/proposals/0xe10c44fceb1b43f74c42bd6efc9316e9ce14109ac8a166e5266fc78499cb4fea', + // }, }, { title: 'Elemental Lizards coming soon',