export default function Home() {
return (
<div>
<h1 className="font-bold text-xl">Minecraft Utilities - Hello!</h1>
<p>We provide a convenient wrapper for the Minecraft APIs, simplifying their usage for developers.</p>
</div>
);
}