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.



Upload your assets, enter collection metadata and deploy your collection. Manage your collections with available actions and queries.
) } export default withMetadata(HomePage, { center: false })