+
+

+
+ 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 help 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 })
diff --git a/pages/index.tsx b/pages/index.tsx
index 45efa8e..f21be2c 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -1,43 +1 @@
-import { Conditional } from 'components/Conditional'
-import { HomeCard } from 'components/HomeCard'
-import type { NextPage } from 'next'
-import { BADGE_HUB_ADDRESS } from 'utils/constants'
-import { withMetadata } from 'utils/layout'
-
-const HomePage: NextPage = () => {
- return (
-
-
-

-
- 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 help 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 })
+export { default } from './collections/create'