--- import type { ProfileVM } from '@lib/content'; interface Props { profile: ProfileVM; } const { profile } = Astro.props; ---