import React from 'react'; import { Helmet } from 'react-helmet'; const Homepage: React.FC = () => { return (
LPHUB | Homepage

Welcome to Least Portals Hub!

At the moment, LPHUB is in beta state. This means that the site has only the core functionalities enabled for providing both collaborative information and competitive leaderboards.

The website should feel intuitive to navigate around. For any type of feedback, reach us at LPHUB Discord server.

By using LPHUB, you agree that you have read the 'Leaderboard Rules' and the 'About LPHUB' pages.

); }; export default Homepage;