aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-16 01:50:19 -0700
committerFuwn <[email protected]>2025-03-16 01:50:19 -0700
commit9ac4cb67fef88df295efb05f6774194969d77a43 (patch)
treeb270d5c3c5e1e884cb20d21b59dccd3366f04e12 /src/lib
parentfeat(Landing): Update anime section (diff)
downloaddue.moe-9ac4cb67fef88df295efb05f6774194969d77a43.tar.xz
due.moe-9ac4cb67fef88df295efb05f6774194969d77a43.zip
feat(Landing): Update tools section
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Landing.svelte11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/Landing.svelte b/src/lib/Landing.svelte
index 1e64dd6e..8564c88e 100644
--- a/src/lib/Landing.svelte
+++ b/src/lib/Landing.svelte
@@ -56,11 +56,11 @@
<div class="example-item card">
<div class="item-content">
- <span class="big-text">Tools That Go Beyond Tracking</span>
+ <span class="big-text">Smarter Tools, Better Experience</span>
<p>
- <a href={root('/')}>due.moe</a> also offers a suite of helpful tools to make your life on AniList
- that much easier. Some examples include &#8230;
+ <a href={root('/')}>due.moe</a> isn't just tracking—it's a full suite of tools designed to enhance
+ your AniList experience. From Wrapped to Sequel Spy, everything you need is right here.
</p>
<ul>
@@ -89,7 +89,7 @@
<br /><br />
- <span class="big-text">
+ <span class="medium-text">
<a
href={`https://anilist.co/api/v2/oauth/authorize?client_id=${env.PUBLIC_ANILIST_CLIENT_ID}&redirect_uri=${env.PUBLIC_ANILIST_REDIRECT_URI}&response_type=code`}
on:click={() => {
@@ -98,7 +98,8 @@
window.location.origin + window.location.pathname + window.location.search
);
}}>Log in</a
- > with AniList to get started!
+ >
+ with AniList, and <a href={root('/')}>due.moe</a> does the rest.
</span>
</div>