import { HomeCard } from 'components/HomeCard' import type { NextPage } from 'next' // import Brand from 'public/brand/brand.svg' import { withMetadata } from 'utils/layout' const HomePage: NextPage = () => { return (
{/* */}

Badges

Here you can create badges, execute badge related actions and query the results.



Select an asset, enter badge metadata and create a new badge. View a list of your badges. Execute badge related actions.
) } export default withMetadata(HomePage, { center: false })