Skip to content

Commit

Permalink
add a intro in the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
frzyc committed Jan 21, 2025
1 parent 5250094 commit 9a4561e
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions apps/zzz-frontend/src/app/PageHome.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
// TODO: Move this to a lib
import { CardThemed } from '@genshin-optimizer/common/ui'
import { CardContent, Typography } from '@mui/material'

export default function PageHome() {
return <>home page</>
return (
<CardThemed sx={{ my: 1 }}>
<CardContent>
<Typography variant="h5">I know what this looks like...</Typography>
<Typography>
This <strong>is</strong> my rendition of Zenless Optimizer. You have
to understand, this is the result of asking,
</Typography>
<Typography variant="caption">
"What is the most Optimizer I can, if I was cutting corners like it's
crunch time at a circle factory?" — frzyc, probably
</Typography>
<Typography>
I know a lot of stuff isn't implemented, and the stuff that are, are
super ugly. This is only like 10 hours of coding, cut me some slack.
</Typography>
<Typography sx={{ my: 1 }}>Have an optimial day,</Typography>
<Typography>
<strong>frzyc</strong>
</Typography>
</CardContent>
</CardThemed>
)
}

0 comments on commit 9a4561e

Please sign in to comment.