---
import Layout from "../layouts/Layout.astro";
import { Icon } from "astro-icon/components";
import { Image } from "astro:assets";
import {
TITLE,
MAIN_MESSAGE_LINE,
DESCRIPTION,
NEXT_INSTANCE_MESSAGE,
NEXT_INSTANCE_URL,
} from "../consts";
const click =
"text-center group rounded-lg border border-transparent px-5 py-4 transition-colors hover:border-gray-300 hover:bg-gray-100 hover:dark:border-neutral-700 hover:dark:bg-neutral-800/30";
const mainMessage: string = MAIN_MESSAGE_LINE.map((m, i) =>
i < MAIN_MESSAGE_LINE.length - 1 ? `${m}
` : m,
).join("");
---
{TITLE}
Powered by FediGONE