Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
moribetamidori committed Dec 15, 2023
1 parent 9cacfbc commit 61f2c9e
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 955 deletions.
24 changes: 2 additions & 22 deletions pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,34 +1,14 @@
// COMPONENTS
import Head from 'next/head'

// STYLES
import styled from 'styled-components'

// PAGES
import EdenArtFrontPage from '@/components/EdenArtFrontPage/EdenArtFrontPage'

const OverviewWrapperStyles = styled.section`
overflow: auto;
background-color: white;
flex: 1;
overflow-x: hidden;
::-moz-selection {
/* Code for Firefox */
color: red;
background: yellow;
}
`

export default function IndexPage() {
return (
<OverviewWrapperStyles id="overview-wrapper">
<div>
<Head>
<title>Eden</title>
</Head>
<EdenArtFrontPage />
</OverviewWrapperStyles>
</div>
)
}
Loading

0 comments on commit 61f2c9e

Please sign in to comment.