--- import '../global.css'; export interface Props { title: string; description: string; image?: string; } const { title, description, image = '/placeholder-social.jpg' } = Astro.props; --- {title}