--- interface Props { isAnimating: boolean; hasForeground: boolean; } const { isAnimating, hasForeground } = Astro.props; const borderRadius = "11px"; ---