rotating bg
with some custom classes.
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user