diff options
| author | Fuwn <[email protected]> | 2025-03-16 01:23:17 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-16 01:23:17 -0700 |
| commit | db7098412d01731bec20e46b306afd65369a4c4b (patch) | |
| tree | 6ec61f706fcb921c9400bc19db524d25c1497862 /src | |
| parent | chore(tools): Comment out unused tool import (diff) | |
| download | due.moe-db7098412d01731bec20e46b306afd65369a4c4b.tar.xz due.moe-db7098412d01731bec20e46b306afd65369a4c4b.zip | |
feat(Landing): Update section titles
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/Landing.svelte | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/lib/Landing.svelte b/src/lib/Landing.svelte index 29a341f1..f025968d 100644 --- a/src/lib/Landing.svelte +++ b/src/lib/Landing.svelte @@ -14,9 +14,7 @@ </div> <div class="card item-description"> - <span class="big-text"> - Instantly view which manga on your lists have newly released chapters - </span> + <span class="big-text">Manga, Without the Guesswork</span> <p> <a href={root('/')}>due.moe</a> will automatically check which manga on your lists have new @@ -35,7 +33,9 @@ <a href={root('/')}>due.moe</a> even supports checking for new light novels chapters! </p> - <small class="bottom">This is simulated data including concluded manga.</small> + <small class="bottom"> + This demo view contains simulated data which may include concluded manga. + </small> </div> </div> @@ -43,7 +43,7 @@ <div class="example-item card"> <div class="card item-description"> - <span class="big-text">Let's not forget anime!</span> + <span class="big-text">Anime, Made Effortless</span> <p> <a href={root('/')}>due.moe</a> will let you know which episodes you still need to watch, which @@ -56,7 +56,9 @@ right? </p> - <small class="bottom">This is simulated data including concluded anime.</small> + <small class="bottom"> + This demo view contains simulated data which may include concluded anime. + </small> </div> <div class="item-content"> <details class="list" open> @@ -69,7 +71,7 @@ <div class="example-item card"> <div class="item-content"> - <span class="big-text">Tools & More!</span> + <span class="big-text">Tools That Go Beyond Tracking</span> <p> <a href={root('/')}>due.moe</a> also offers a suite of helpful tools to make your life on AniList |