import { ArrowRightIcon } from "@/components/Icons" import Link from "@/components/TempDesignSystem/Link" import Body from "@/components/TempDesignSystem/Text/Body" import styles from "./shortcutsListItems.module.css" import type { ShortcutsListItemsProps } from "@/types/components/blocks/shortcuts" export default function ShortcutsListItems({ shortcutsListItems, className, }: ShortcutsListItemsProps) { return (