diff options
| author | FifthWit <fifthwitbusiness@gmail.com> | 2025-08-14 14:01:01 -0500 |
|---|---|---|
| committer | FifthWit <fifthwitbusiness@gmail.com> | 2025-08-14 14:01:01 -0500 |
| commit | 6a8b909afbe1560be95f7ad0a3e19cfe4717aec6 (patch) | |
| tree | 83cdbe3b5b7e5b83d5f0d08964634cc942264072 /frontend/src/pages/Homepage.tsx | |
| parent | Switched to Vite as build tool (diff) | |
| download | lphub-6a8b909afbe1560be95f7ad0a3e19cfe4717aec6.tar.gz lphub-6a8b909afbe1560be95f7ad0a3e19cfe4717aec6.tar.bz2 lphub-6a8b909afbe1560be95f7ad0a3e19cfe4717aec6.zip | |
Switched to tailwind/vite
Diffstat (limited to 'frontend/src/pages/Homepage.tsx')
| -rw-r--r-- | frontend/src/pages/Homepage.tsx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/frontend/src/pages/Homepage.tsx b/frontend/src/pages/Homepage.tsx index f0c5821..2d16b8d 100644 --- a/frontend/src/pages/Homepage.tsx +++ b/frontend/src/pages/Homepage.tsx | |||
| @@ -3,23 +3,23 @@ import { Helmet } from "react-helmet"; | |||
| 3 | 3 | ||
| 4 | const Homepage: React.FC = () => { | 4 | const Homepage: React.FC = () => { |
| 5 | return ( | 5 | return ( |
| 6 | <main> | 6 | <main className="text-foreground font-[--font-barlow-semicondensed-regular]"> |
| 7 | <Helmet> | 7 | <Helmet> |
| 8 | <title>LPHUB | Homepage</title> | 8 | <title>LPHUB | Homepage</title> |
| 9 | </Helmet> | 9 | </Helmet> |
| 10 | <section> | 10 | <section className="p-8"> |
| 11 | <p /> | 11 | <p /> |
| 12 | <h1>Welcome to Least Portals Hub!</h1> | 12 | <h1 className="text-5xl font-[--font-barlow-condensed-bold] mb-6 text-primary">Welcome to Least Portals Hub!</h1> |
| 13 | <p> | 13 | <p className="text-lg mb-4 leading-relaxed"> |
| 14 | At the moment, LPHUB is in beta state. This means that the site has | 14 | At the moment, LPHUB is in beta state. This means that the site has |
| 15 | only the core functionalities enabled for providing both collaborative | 15 | only the core functionalities enabled for providing both collaborative |
| 16 | information and competitive leaderboards. | 16 | information and competitive leaderboards. |
| 17 | </p> | 17 | </p> |
| 18 | <p> | 18 | <p className="text-lg mb-4 leading-relaxed"> |
| 19 | The website should feel intuitive to navigate around. For any type of | 19 | The website should feel intuitive to navigate around. For any type of |
| 20 | feedback, reach us at LPHUB Discord server. | 20 | feedback, reach us at LPHUB Discord server. |
| 21 | </p> | 21 | </p> |
| 22 | <p> | 22 | <p className="text-lg mb-4 leading-relaxed"> |
| 23 | By using LPHUB, you agree that you have read the 'Leaderboard Rules' | 23 | By using LPHUB, you agree that you have read the 'Leaderboard Rules' |
| 24 | and the 'About LPHUB' pages. | 24 | and the 'About LPHUB' pages. |
| 25 | </p> | 25 | </p> |