--- interface Props { dayName: string; label: string; icon: string; temp: number; } const { dayName, label, icon, temp } = Astro.props; const sizeClasses = 'w-32 md:w-40'; ---