Update signup link to register and refine meta description and Open Graph tags

This commit is contained in:
Luke Hagar
2025-06-19 11:15:13 -05:00
parent c36fb9a82f
commit 3620256722
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
</a>
{:else}
<a
href="/auth/signup"
href="/auth/register"
class="btn btn-lg preset-filled-primary-500"
aria-label="Sign up for free account"
>

View File

@@ -3,10 +3,10 @@ import type { MetaTagsProps } from 'svelte-meta-tags';
export const load = () => {
const pageMetaTags = Object.freeze({
title: 'Home',
description: 'Launch your SaaS project with our comprehensive SvelteKit template. Built with Svelte 5, Supabase authentication, modern UI components, and everything you need to get started.',
description: 'Launch your SaaS project with a comprehensive SvelteKit template. Built with Svelte 5, Supabase authentication, modern UI components, and everything you need to get started.',
openGraph: {
title: 'Sveltey - Launch Your SaaS Project Fast',
description: 'Launch your SaaS project with our comprehensive SvelteKit template. Built with Svelte 5, Supabase authentication, modern UI components, and everything you need to get started.'
title: 'Launch Your SaaS Project Fast',
description: 'Launch your SaaS project with a comprehensive SvelteKit template. Built with Svelte 5, Supabase authentication, modern UI components, and everything you need to get started.'
}
}) satisfies MetaTagsProps;