---
import Layout from "@/layouts/Layout.astro";
import Card from "@/components/Card.astro";
import details from "@/constants/details";
import links from "@/constants/links";
import contacts from "@/constants/contacts";
import supports from "@/constants/supports";
import { Image } from "astro:assets";
---