--- export interface Props { title: string; description: string; permalink: string; } const { title, description, permalink } = Astro.props; ---