--- import HobbyLayout from "@layouts/HobbyLayout.astro"; import Carousel from "@components/Media/CustomCarousel/CustomCarousel.astro"; import type { carouselGroup } from "@interfaces/image-carousel.ts"; import cluster_and_switch from "@assets/hobby/homelab/kubernetes-cluster/cluster-and-switch.jpg"; const headerCarouselGroup: carouselGroup = { animation: "slide", images: [cluster_and_switch], }; ---