diff --git a/src/assets/branding/suyu__Embed-Image.png b/src/assets/branding/suyu__Embed-Image.png new file mode 100644 index 0000000..4319683 Binary files /dev/null and b/src/assets/branding/suyu__Embed-Image.png differ diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 33e1241..6d36623 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -2,16 +2,36 @@ import { XCircleOutline } from "flowbite-svelte-icons"; import { Dialog } from "radix-svelte"; import type { ResolvedProps } from "radix-svelte/internal/helpers"; + import embedImage from '$assets/branding/suyu__Embed-Image.png'; let rootOpen: boolean; let rootModal: boolean = true; let portalContainer: HTMLElement | string; let contentOpenAutoFocus: boolean = true; let contentCloseAutoFocus: boolean = true; + + let metadata = { + url: "https://suyu.dev", + title: "suyu - Open-source, non-profit Switch emulator", + description: "suyu is a familiar C++ based Nintendo Switch emulator with a focus on compatibility. Completely free and open-source, forever. Download it here.", + image: embedImage, + }; - suyu - Open-source, non-profit Switch emulator + {metadata.title} + + + + + + + + + + + +

- suyu is a familiar C++ based Switch emulator with a focus on compatibility. Completely free and - open-source, forever. + suyu is a familiar C++ based Switch emulator with a focus on compatibility. Completely free + and open-source, forever.