From af8af562fb91747228efafdcf8b2ff38ade5343d Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 30 Jun 2025 17:09:20 -0700 Subject: replace stub info on landing page --- frontend/src/pages/Landing.tsx | 70 ++++++++++++++++++++++++++---------------- 1 file changed, 43 insertions(+), 27 deletions(-) diff --git a/frontend/src/pages/Landing.tsx b/frontend/src/pages/Landing.tsx index 7cd0f43..c607cee 100644 --- a/frontend/src/pages/Landing.tsx +++ b/frontend/src/pages/Landing.tsx @@ -1,4 +1,5 @@ -import { Link } from 'react-router'; +import { Link } from "react-router"; +import sakuraMirageImage from "../assets/games/mirage.webp"; const Landing = () => { return ( @@ -31,11 +32,15 @@ const Landing = () => { - {/* Hero Section with Banner */} -
+
{/* Background Image */} -
+
{/* Overlay */}
@@ -47,75 +52,84 @@ const Landing = () => { Welcome to Mirage!

- Looks like you're not logged in. If you've got an account, Login! + Looks like you're not logged in. If you've got an account,{" "} + + Login! +

{/* Introduction Section */} -
+

- I'm New Around Here, What is this? + What is this?

- Mirage is a Rhythm Game Score Tracker. That means we... + Mirage is a + flexible Rhythm Game Score Tracker that works without relying on + predefined seeds. It offers a lightweight alternative that can act + as a holdover for tracking scores when chart metadata isn’t + readily available.

{/* Track Your Scores Section */} -
+

- Track Your Scores. + Track Your Scores

- Mirage supports a bunch of your favourite games, and integrates with many existing services to - make sure no score is lost to the void. Furthermore, it's backed by an Open-Source API, so your - scores are always available! + Mirage lets you import scores from the games you play for + safe-keeping, so you can prevent losing them to the void should + anything ever happen.

- {/* Analyse Your Scores Section */} -
+ {/* Add your own games */} +

- Analyse Your Scores. + Add Your Own Games

- Mirage analyses your scores for you, breaking them down into all the statistics you'll ever need. - No more spreadsheets! + While not as robust as other seed-based systems. Mirage makes it + easy for you to track and keep score for any game, no matter how + niche it is.

- {/* Provide Cool Features Section */} -
+ {/* Join with others */} +

- Provide Cool Features. + Mirage Together

- Mirage implements the features rhythm gamers already talk about. Break your scores down - into sessions, showcase your best metrics on your profile, study your progress on folders - it's all - there, and done for you! + Mirage is easily self-hostable and can be used locally for a single person or hosted so you can track scores with your friends. Everything is open-source.

{/* Call to Action Section */} -
+

@@ -143,7 +157,9 @@ const Landing = () => { -- cgit v1.2.3