--- interface Props { title: string; imageBackground: string; } const { title, imageBackground } = Astro.props; const urlImageBackground = `url(/assets/images/${imageBackground})`; --- RED PREVICAR {title}