--- interface Props { displayName?: string description?: string avatar?: string banner?: string submitLabel?: string action?: string } const { displayName = '', description = '', avatar = '', banner = '', submitLabel = 'Create Profile', action = '/api/profile/create' } = Astro.props ---