--- import TextSlider from "../components/TextSlider.astro"; import Separator from "../components/Separator.astro"; import Search from "../components/Search.astro"; import Cross from "../assets/images/cross.svg"; type Props = { artistsTotal: number; }; const { artistsTotal } = Astro.props; ---