diff --git a/src/app/(pages)/page.tsx b/src/app/(pages)/page.tsx index f0a0318..bdc21de 100644 --- a/src/app/(pages)/page.tsx +++ b/src/app/(pages)/page.tsx @@ -1,7 +1,9 @@ import Link from "next/link"; import { Button } from "../components/ui/button"; import { Tooltip, TooltipContent, TooltipTrigger } from "../components/ui/tooltip"; +import { Separator } from "../components/ui/separator"; import { ReactElement } from "react"; +import { Stats } from "@/app/components/stats"; type Button = { title: string; @@ -27,14 +29,16 @@ const buttons: Button[] = [ export default function Home(): ReactElement { return ( -
Minecraft Utilities offers you many endpoints to get information about a minecraft server or a player.
-We offer you a simple and easy to use API.
+Minecraft Utilities offers you many endpoints to get information about a minecraft server or a player.
+We offer you a simple and easy to use API.
+API Statistics
+View the statistics for the API in real-time!
+API Statistics
-View the statistics for the API in real-time!
-