diff --git a/src/pages/index.js b/src/pages/index.js index e47c513..2e61de5 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -1,3 +1,21 @@ +import { Button, Text } from "@nextui-org/react"; +import Link from "next/link"; + export default function Home() { - return <>; + return ( +
+ + Imageify + + + Free and open-source ShareX image host that you can self-host! + + +
+ +
+
+ ); }