--- 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 mainMessage: string = MAIN_MESSAGE_LINE.map((m, i) => i < MAIN_MESSAGE_LINE.length - 1 ? `${m}
` : m, ).join(""); --- {TITLE}
Logo