import { HomeCard } from 'components/HomeCard' import type { NextPage } from 'next' import { withMetadata } from 'utils/layout' const HomePage: NextPage = () => { return (
Brand Text

Welcome!

Looking for a fast and efficient way to build an NFT collection? Stargaze Studio is the solution.

Stargaze Studio is built to provide useful smart contract interfaces that helps you build and deploy your own NFT collections in no time.



Create a collection, view a list of your collections or execute collection actions and queries. Create badges, view a list of them or execute badge related actions and queries. Execute actions and queries for a variety of contracts.
) } export default withMetadata(HomePage, { center: false })