update homepage

This commit is contained in:
usernames122
2025-08-09 01:28:58 +02:00
parent 9e08d9255c
commit 80ae629b2d

View File

@@ -1,4 +1,5 @@
import { Button, Typography, Container } from '@mui/material';
import Link from '@mui/material/Link';
export default function Home() {
return (
@@ -7,7 +8,15 @@ export default function Home() {
Unavailable
</Typography>
<Typography>
We are working on stopping the breach for you...
We are working on it!
</Typography>
<br/>
<Button component={Link} href="https://os.laminax.co" variant="contained" color="primary">
In the meantime... try LAMINAX OS!
</Button>
<br/><br/><br/><br/>
<Typography>
FYI this is a fansite
</Typography>
</Container>
);