rotating bg

with some custom classes.
This commit is contained in:
2025-06-22 20:08:55 +02:00
parent 2a64d05b71
commit dba9b58a6a
3 changed files with 26 additions and 10 deletions
+2 -3
View File
@@ -2,9 +2,8 @@ import Image from "next/image";
export default function Page() {
return (
<>
<h1>Hallo mooie wereld!</h1>
<div className="flex items-center justify-center h-full">
<Image src={"/meowl.png"} width="460" height="460" alt="Meowl image" />
</>
</div>
);
}