Skip to content

Commit

Permalink
Beta webpage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Michaels committed Apr 17, 2024
1 parent 98681ca commit 9f05abc
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

/.idea

# Next.js
/.next
tsconfig.tsbuildinfo
14 changes: 14 additions & 0 deletions pages/beta/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import Head from 'next/head'

import EdenArtFrontPage from '@/components/EdenArtFrontPage/EdenArtFrontPageBeta'

export default function IndexPage() {
return (
<div>
<Head>
<title>Eden</title>
</Head>
<EdenArtFrontPage />
</div>
)
}
Loading

0 comments on commit 9f05abc

Please sign in to comment.