--- import TextSlider from "../components/TextSlider.astro"; import Arrow from "../assets/images/arrow.svg"; type Props = { grid: string; }; const { grid } = Astro.props; ---