diff --git a/src/app/(pages)/page.tsx b/src/app/(pages)/page.tsx index 56934ea..d1243a3 100644 --- a/src/app/(pages)/page.tsx +++ b/src/app/(pages)/page.tsx @@ -10,7 +10,12 @@ type Button = { }; const buttons: Button[] = [ - { title: "Get Started", tooltip: "Click to get open the player page", url: "/player" }, + { + title: "Get Started", + tooltip: "Click to view the Postman Collection", + url: "https://www.postman.com/imfascinated/workspace/minecraft-utilities", + openInNewTab: true, + }, { title: "Documentation", tooltip: "Click to open the documentation",