Skip to content

Commit

Permalink
Clearer landing
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuzJ committed Nov 11, 2023
1 parent bd00cc6 commit 896d4a9
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions dance-app/src/sections/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,25 @@ const HomeSection = () => {
<Grid
container
spacing={3}
alignItems="center"
alignContent="center"
justifyContent="center"
style={{ height: "100dvh" }}
>
<Grid item xs={12}>
<Grid
container
item
xs={12}
alignContent="start"
justifyContent="center"
>
<Typography variant="h2" color="info" gutterBottom>
Ur fat!
Daily challenges!
</Typography>
<Typography variant="subtitle1" color="info">
Explore our amazing features!
Start with Tier 1 and challenge yourself with the harder ones!
</Typography>
</Grid>
<Grid item xs={12} md={4}>
<Grid item xs={8} md={4}>
<Button
variant="contained"
color="primary"
Expand All @@ -67,7 +73,7 @@ const HomeSection = () => {
Tier 1
</Button>
</Grid>
<Grid item xs={12} md={4}>
<Grid item xs={8} md={4}>
<Button
variant="contained"
color="secondary"
Expand All @@ -77,7 +83,7 @@ const HomeSection = () => {
Tier 2
</Button>
</Grid>
<Grid item xs={12} md={4}>
<Grid item xs={8} md={4}>
<Button
variant="contained"
color="info"
Expand Down

0 comments on commit 896d4a9

Please sign in to comment.