From af724187720726c3f5581560a72aae8e0a087232 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 18 Apr 2024 02:54:16 +0100 Subject: [PATCH] update landing page spacing --- src/app/(pages)/page.tsx | 58 +++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 27 deletions(-) diff --git a/src/app/(pages)/page.tsx b/src/app/(pages)/page.tsx index 71bd8b0..7b4f769 100644 --- a/src/app/(pages)/page.tsx +++ b/src/app/(pages)/page.tsx @@ -29,37 +29,41 @@ const buttons: Button[] = [ export default function Home(): ReactElement { return ( -
-
-

Minecraft Utilities

-
-

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

+
+

+ 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.

+
+
+ +
+ {buttons.map((button, index) => { + return ( + + + + + +

{button.tooltip}

+
+
+ ); + })}
-
- {buttons.map((button, index) => { - return ( - - - - - -

{button.tooltip}

-
-
- ); - })} -
+ - - -
+

API Statistics

View the statistics for the API in real-time!