--- import { Icon } from 'astro-icon/components'; import { getBlogPermalink } from '~/utils/permalinks'; import { I18N } from 'astrowind:config'; import Button from '~/components/ui/Button.astro'; const { textDirection } = I18N; ---