feat: better meta tags

This commit is contained in:
Ax333l
2023-01-01 13:55:15 +01:00
parent b70b12e417
commit d0d2e3f412
9 changed files with 43 additions and 34 deletions

View File

@ -2,9 +2,10 @@
import { tools } from '$data/api';
import { fly } from 'svelte/transition';
import { quintOut } from 'svelte/easing';
import manager_screenshot from '$images/manager_two.png?format=avif;webp;png&picture';
import Meta from '$lib/components/Meta.svelte';
import Button from '$lib/components/Button.svelte';
import Footer from '$layout/Footer.svelte';
import Picture from '$lib/components/Picture.svelte';
@ -12,6 +13,8 @@
$: manager = $tools['revanced/revanced-manager'];
</script>
<Meta title="Download" />
<div class="wrapper center" in:fly={{ y: 10, easing: quintOut, duration: 750 }}>
<h2>ReVanced <span>Manager</span></h2>
<p>Patch your favourite apps, right on your device.</p>