Placeholderrr

This commit is contained in:
usernames122
2025-08-09 01:20:51 +02:00
parent 2f72eb55ab
commit 9e08d9255c
5 changed files with 220 additions and 18 deletions

View File

@@ -4,11 +4,11 @@ export default function Home() {
return (
<Container>
<Typography variant="h2" gutterBottom>
Welcome to Next.js with Material-UI!
Unavailable
</Typography>
<Typography>
We are working on stopping the breach for you...
</Typography>
<Button variant="contained" color="primary">
Click me
</Button>
</Container>
);
}